45 lines
974 B
Properties
45 lines
974 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
#1.21.9
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/develop
|
|
#minecraft_version=1.21.9
|
|
#yarn_mappings=1.21.9+build.1
|
|
#loader_version=0.18.4
|
|
#loom_version=1.14-SNAPSHOT
|
|
|
|
# Dependencies
|
|
#fabric_version=0.134.1+1.21.9
|
|
#modmenu_version=16.0.0-rc.2
|
|
#kirin_version=1.21.1+1.21.7
|
|
|
|
|
|
#1.21.10
|
|
# Fabric Properties
|
|
#minecraft_version=1.21.10
|
|
#yarn_mappings=1.21.10+build.3
|
|
#loader_version=0.18.4
|
|
#loom_version=1.14-SNAPSHOT
|
|
|
|
# Dependencies
|
|
#fabric_version=0.138.4+1.21.10
|
|
#modmenu_version=16.0.0-rc.2
|
|
#kirin_version=1.21.3+1.21.10
|
|
|
|
#1.21.11
|
|
# Fabric Properties
|
|
minecraft_version=1.21.11
|
|
yarn_mappings=1.21.11+build.3
|
|
loader_version=0.18.4
|
|
loom_version=1.14-SNAPSHOT
|
|
|
|
# Mod Properties
|
|
mod_version=1.0.0
|
|
maven_group=com.straice
|
|
archives_base_name=cave_dust_reforged
|
|
|
|
# Dependencies
|
|
fabric_version=0.140.2+1.21.11
|
|
modmenu_version=17.0.0-beta.1
|
|
kirin_version=1.21.4+1.21.11 |