blob: e3973839730ee002e35f6c98a42bc406688d6f14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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.19.3
publish_minecraft_versions=1.19.3
yarn_mappings=1.19.3+build.4
loader_version=0.14.12
fungible=1.2+mc1.19.2
fabric_api=0.69.1+1.19.3
modmenu=5.0.2
cloth=9.0.94
# Mod Properties
mod_version=1.1.2
maven_group=shcm.shsupercm.fabric
archives_base_name=CITResewn
|