Inject in a different place to prevent the mixin from failing to apply. It looks like we do essentially the same logic anyways.
27 lines
761 B
Properties
27 lines
761 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx2G
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=true
|
|
org.gradle.configuration-cache=true
|
|
# Fabric Properties
|
|
# check these on https://modmuss50.me/fabric.html
|
|
minecraft_version=1.21.4
|
|
loader_version=0.16.9
|
|
supported_minecraft_versions=1.21.4
|
|
neoforge_version=21.4.140
|
|
neoform_version=1.21.4-20241203.161809
|
|
fabric_api_version=0.119.3+1.21.4
|
|
snakeyaml_version=2.3
|
|
concurrentutil_version=0.0.3
|
|
yamlconfig_version=1.0.2
|
|
cloth_version=17.0.144
|
|
modmenu_version=13.0.0-beta.1
|
|
junit_version=5.11.3
|
|
# version ids from modrinth
|
|
fabric_lithium_version=t1FlWYl9
|
|
neo_lithium_version=iDqQi66g
|
|
# Mod Properties
|
|
mod_version=0.2.0-SNAPSHOT
|
|
maven_group=ca.spottedleaf.moonrise
|
|
archives_base_name=moonrise
|