OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

pushItem ignores intoSlot #177

Closed kovaxis closed 10 years ago

kovaxis commented 10 years ago

I have 2 chests next to each other. I have a computer next to the first one. In the first chest (the one next to the computer) I have 64 items in the first slot. The second chest has nothing. Now calling chest.pushItem("south",1,64,4), should move the items to the 4th slot, but instead moves it to the 1st slot. I have tried using pullItem, using different slot numbers, trying changing the item type, but always moves it to the first slot. Maybe it is ignoring it? I know very little java and I can't see the problem in AdapterInventory

boq commented 10 years ago

Duplicate #175