|
|
@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
|
|
|
|
|
|
|
|
|
|
|
|
# Fabric Properties
|
|
|
|
# Fabric Properties
|
|
|
|
# check these on https://fabricmc.net/use
|
|
|
|
# check these on https://fabricmc.net/use
|
|
|
|
minecraft_version=1.17-pre1
|
|
|
|
minecraft_version=1.17
|
|
|
|
yarn_mappings=1.17-pre1+build.1
|
|
|
|
yarn_mappings=1.17+build.1
|
|
|
|
loader_version=0.11.3
|
|
|
|
loader_version=0.11.3
|
|
|
|
|
|
|
|
|
|
|
|
# Mod Properties
|
|
|
|
# Mod Properties
|
|
|
@ -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.34.8+1.17
|
|
|
|
fabric_version=0.34.9+1.17
|
|
|
|