20 lines
452 B
Properties
20 lines
452 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/develop
|
|
minecraft_version=1.20.1
|
|
yarn_mappings=1.20.1+build.10
|
|
loader_version=0.15.11
|
|
|
|
# Mod Properties
|
|
mod_version=3.0.0
|
|
maven_group=com.lizistired
|
|
archives_base_name=cave_dust
|
|
|
|
# Dependencies
|
|
fabric_version=0.92.2+1.20.1
|
|
clothconfig_version=11.1.118
|
|
modmenu_version=7.2.2
|
|
kirin_version=1.15.6+1.20.1
|