blob: a78e6cd2ab37e7bf36e083f85da38d5a119bd1b1 (
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.1
maven_group=shcm.shsupercm.fabric
archives_base_name=CITResewn
|