blob: 2a32993654c36d5d400a0007d7688bbd47a408d1 (
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.5.3
maven_group=shcm.shsupercm.fabric
archives_base_name=CITResewn
|