This commit is contained in:
Bruno Rybársky 2024-08-14 18:37:34 +02:00
parent 3a9017c7c5
commit 424567ec3a
2 changed files with 8 additions and 12 deletions

@ -1,15 +1,11 @@
# Done to increase the memory available to gradle. # Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G org.gradle.jvmargs=-Xmx1G
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
minecraft_version=1.21 loader_version=0.16.0
yarn_mappings=1.21+build.1
loader_version=0.15.11
# Fabric API # Fabric API
fabric_version=0.100.1+1.21 fabric_version=0.102.1+1.21.1
# Mod Properties # Mod Properties
mod_version = 1.5 mod_version=1.6
maven_group = systems.brn maven_group=systems.brn
archives_base_name = RegexingHoppers archives_base_name=RegexingHoppers

@ -24,7 +24,7 @@
"depends": { "depends": {
"fabricloader": ">=${loader_version}", "fabricloader": ">=${loader_version}",
"fabric": "*", "fabric": "*",
"minecraft": "${minecraft_version}" "minecraft": ">=${minecraft_version}"
}, },
"custom": { "custom": {
"_lithium_toggle_comment": "We disable the mixin_block_hopper mixin as this makes the filtering function not call if you have a filtering hopper after another hopper.", "_lithium_toggle_comment": "We disable the mixin_block_hopper mixin as this makes the filtering function not call if you have a filtering hopper after another hopper.",