forked from ChomeNS/chipmunkmod
1.18
This commit is contained in:
parent
4616cda6ce
commit
ffa316b7d7
1 changed files with 4 additions and 4 deletions
|
@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/versions.html
|
# check these on https://fabricmc.net/versions.html
|
||||||
minecraft_version=1.18-pre2
|
minecraft_version=1.18
|
||||||
yarn_mappings=1.18-pre2+build.1
|
yarn_mappings=1.18+build.1
|
||||||
loader_version=0.12.5
|
loader_version=0.12.6
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.0.0
|
mod_version = 1.0.0
|
||||||
|
@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G
|
||||||
archives_base_name = fabric-example-mod
|
archives_base_name = fabric-example-mod
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.42.4+1.18
|
fabric_version=0.43.1+1.18
|
||||||
|
|
Loading…
Reference in a new issue