mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-12-05 05:48:06 +00:00
Fabric api got rid of their BE syncing helper in favor of the vanilla system. In this commit BE syncing is probably horribly broken and needs to be looked over. I did the minimum to make it compile and run.
15 lines
290 B
Properties
15 lines
290 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Mod properties
|
|
mod_version=1.97.2
|
|
|
|
# Minecraft properties
|
|
mc_version=1.18
|
|
fabric_api_version=0.43.1+1.18
|
|
fabric_loader_version=0.12.8
|
|
|
|
cloth_api_version=2.0.54
|
|
cloth_config_version=6.0.42
|
|
modmenu_version=3.0.0
|