0.18 update

This commit is contained in:
ZHAY10086
2025-05-09 17:30:52 +08:00
parent 9a8fe7e413
commit 570ef45a4a
587 changed files with 12412 additions and 1890 deletions
@@ -0,0 +1,20 @@
#loader mixin
/*
Bandaid fix to prevent voiding of fluids when using fluid machinery output buses
*/
#mixin Mixin
#{targets: "github.kasuminova.mmce.common.tile.MEFluidOutputBus"}
zenClass MixinFluidMachinery {
#mixin ModifyArg
#{
# method: "Lgithub/kasuminova/mmce/common/tile/MEFluidOutputBus;<init>()V",
# at: {
# value: "INVOKE",
# target: "Lgithub/kasuminova/mmce/common/util/AEFluidInventoryUpgradeable;setOneFluidOneSlot(Z)V"
# }
#}
function mbc_fixFluidMachinery(toYeet as bool) as bool {
return false;
}
}