Newer NeoForge has moved their coremods from JS to Java, which should slightly improve startup times (as the JS engine won't load without another mod that uses it), making this update relevant for development
18 lines
507 B
Properties
18 lines
507 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx2G
|
|
org.gradle.daemon=false
|
|
# Fabric Properties
|
|
# check these on https://modmuss50.me/fabric.html
|
|
minecraft_version=1.21.1
|
|
supported_minecraft_versions=1.21,1.21.1
|
|
loader_version=0.16.5
|
|
neoforge_version=21.1.62
|
|
snakeyaml_version=2.2
|
|
concurrentutil_version=0.0.2-SNAPSHOT
|
|
cloth_version=15.0.128
|
|
lithium_version=mc1.21.1-0.13.1
|
|
# Mod Properties
|
|
mod_version=0.1.0-SNAPSHOT
|
|
maven_group=ca.spottedleaf.moonrise
|
|
archives_base_name=moonrise
|