This commit is contained in:
sainagh
2025-01-15 16:18:41 -08:00
parent f7532d1672
commit caeb0bd183
6066 changed files with 73099 additions and 844957 deletions
@@ -0,0 +1,17 @@
#loader mixin
import mixin.CallbackInfo;
#mixin Mixin
#{targets: "io.github.phantamanta44.threng.tile.TileLevelMaintainer"}
zenClass MixinTileLevelMaintainer {
#mixin ModifyArg
#{
# method: "tick",
# at: {value: "INVOKE", target: "Lio/github/phantamanta44/threng/tile/TileLevelMaintainer$InventoryRequest;computeDelta(IJ)J"},
# index: 1
#}
function allowOvercraft(existing as long) as long {
return 0 as long;
}
}