branchpanic / stockpile

A Minecraft mod all about storage.
MIT License
10 stars 5 forks source link

mod compatability issue between ezpas and stockpile #102

Open campbebj opened 3 years ago

campbebj commented 3 years ago

crash being caused between stockpile and ez pipes


Caused by: java.lang.IllegalStateException: The FixedItemInv class me.branchpanic.mods.stockpile.impl.attribute.FixedMassItemInv didn't accept the stack 1 air in slot 0! The inventory may be in a duped (invalid) state!
        at alexiil.mc.lib.attributes.item.compat.InventoryFixedWrapper.setInvStackInternal(InventoryFixedWrapper.java:111) ~[2d4758cb-5043-4a04-a7c1-ef8cb0f3c3c5.jar:?]
        at alexiil.mc.lib.attributes.item.compat.InventoryFixedWrapper.method_5447(InventoryFixedWrapper.java:92) ~[2d4758cb-5043-4a04-a7c1-ef8cb0f3c3c5.jar:?]
        at me.branchpanic.mods.stockpile.content.blockentity.ItemBarrelBlockEntity.method_5447(ItemBarrelBlockEntity.java:191) ~[stockpile-1.1.5+1.16.1.jar:?]
        at com.kqp.ezpas.block.entity.pullerpipe.PullerPipeBlockEntity.sanitizeSlot(PullerPipeBlockEntity.java:427) ~[ezpas-1.2.3-1.16.2.jar:?]
        at com.kqp.ezpas.block.entity.pullerpipe.PullerPipeBlockEntity.extract(PullerPipeBlockEntity.java:270) ~[ezpas-1.2.3-1.16.2.jar:?]
        at com.kqp.ezpas.block.entity.pullerpipe.PullerPipeBlockEntity.doExtraction(PullerPipeBlockEntity.java:152) ~[ezpas-1.2.3-1.16.2.jar:?]
        at com.kqp.ezpas.block.entity.pullerpipe.PullerPipeBlockEntity.method_16896(PullerPipeBlockEntity.java:84) ~[ezpas-1.2.3-1.16.2.jar:?]
        at net.minecraft.class_1937.method_18471(class_1937.java:510) ~[intermediary-server.jar:?]
        at net.minecraft.class_3218.method_18765(class_3218.java:429) ~[intermediary-server.jar:?]
        at net.minecraft.server.MinecraftServer.redirect$bfg000$ficUpdateSuppressionCrashTick(MinecraftServer.java:6707) ~[intermediary-server.jar:?]
        at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:871) ~[intermediary-server.jar:?]
        ... 6 more