0.18 update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user