mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-12-04 21:38:06 +00:00
Replaces the jankson implementation with night-config. Night config is what the forge api uses so it's easy to produce .toml files in the same structure as CC:Tweaked. All config options and comments from CC:Tweaked are implemented. Some of these options are ignored in various bits of implementation but that is another problem :) Also splits the config into a client and server file. The server file is saved per-world. Names and locations are consistent with CC:T.
18 lines
349 B
Properties
18 lines
349 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Mod properties
|
|
mod_version=1.96.0
|
|
|
|
# Minecraft properties
|
|
mc_version=1.16.5
|
|
mappings_version=9
|
|
|
|
# Dependencies
|
|
cloth_config_version=4.11.26
|
|
fabric_loader_version=0.11.3
|
|
fabric_api_version=0.32.0+1.16
|
|
jankson_version=1.2.0
|
|
modmenu_version=1.16.9
|
|
cloth_api_version=1.4.5
|