Open Cra7y opened 2 years ago
can you send logs of this in singleplayer?
launch MC make singleplayer world re-create bug close mc upload latest.log to https://mclo.gs
but yeah, that is most definately NOT intended behaviour
Yes, i will do that and link it here. It may take a day or two before i get around to it.
Minecraft Version
1.18.x
Version
1.100.8
Details
I have a system that transfers items from a furnace output slot to a barrel. When the barrel is full items will disappear instead of staying in the furnace. The issue is not specific to barrels, it also happens with chests
Steps to recreate:
Other observations: If there is some but not enough space in the target inventory it will fill the inventory and the remaining items will disappear. The pushItems function returns the amount of items successfully moved, the disappeared items are not counted. If a limit is set in the pushItems function only the amount of items specified will disappear.