blob: 425af404a55827cf6e5e8669b1b00c883bceadb3 (
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.18.2
minecraft_version_compat=1.18.x
yarn_mappings=1.18.2+build.1
loader_version=0.13.3
fabric_api=0.47.9+1.18.2
modmenu=3.0.1
cloth=6.1.48
cosmetic_armor=3544655
# Mod Properties
mod_version=rewrite-SNAPSHOT
maven_group=shcm.shsupercm.fabric
archives_base_name=CITResewn
|