`inventoryManager.removeItemFromPlayer()` into a full storage results in duplication
illucc opened this issue ยท 1 comments
Describe
Trying to input items into a storage that is full results in a item duplication while in creative mode.
Steps to reproduce
- Use a Advanced Computer with a inventory manager that has a filled storage on top.
- Use this code
local manager = peripheral.find("inventoryManager")
if manager == nil then error("inventoryManager not found") end
while true do
os.sleep(1)
manager.removeItemFromPlayer("top", 64, 17)
end
- Try repeatedly putting a singe item on the top right slot of your inventory.
Multiplayer?
No
Version
1.19.2-0.7.21b (Latest 1.19)
Minecraft, Forge and maybe other related mods versions
Forge 43.1.1 Minecraft 1.19.2
Screenshots or Videos
Untitled.mp4
Crashlog/log
No response