blob: 6b65521b668a92e0097fe3f7e37d8805769d672a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.17.1
yarn_mappings=1.17.1+build.39
loader_version=0.11.6
# Mod Properties
mod_version=0.6.1
maven_group=shcm.shsupercm.fabric
archives_base_name=CITResewn
|