ClutteredCreative/gradle.properties

20 lines
467 B
Properties
Raw Normal View History

2023-08-09 17:09:50 +00:00
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
2023-09-24 10:38:04 +00:00
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
2023-08-09 17:09:50 +00:00
loader_version=0.14.22
# Mod Properties
2023-09-24 10:38:04 +00:00
mod_version = 1.0.0+mc1.20.2
2023-08-09 17:09:50 +00:00
maven_group = me.theclashfruit
archives_base_name = cc
# Dependencies
# check this on https://modmuss50.me/fabric.html
2023-09-24 10:38:04 +00:00
fabric_version=0.89.2+1.20.2
# Local Dev Mods
modmenu_version=8.0.0-beta.2