Change all interfaces used in mixins to have methods prefixed with "moonrise" or "starlight", to remove risk of conflicting with Vanilla or other mods methods Add new patch for optimising ticking block entity removal - Similar to Paper's patch for this but uses an in-place removal method Remove most of the fluid mixins: - May not be effective, but are a big maintenance problem
13 lines
346 B
Properties
13 lines
346 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.20.3
|
|
yarn_mappings=1.20.3+build.1
|
|
loader_version=0.15.0
|
|
# Mod Properties
|
|
mod_version=1.0.0
|
|
maven_group=ca.spottedleaf.moonrise
|
|
archives_base_name=moonrise
|