Player Interface not working
JomerDev opened this issue ยท 3 comments
The Player Interface doesn't seem to work. retrieveFromSlot does just nothing (and returns nothing)
and getStackInSlot doesn't return anything for the first 1000 Slots, even if I have multiples Items in my inventory
I was unable to reproduce this in any way. What do you mean the first 1000 slots? The player inventory only has 44.
I did a for loop from 1 to 1000, calling getStackInSlot for each number, thinking that I probably used the wrong slot numbers at first. But getStackInSlot never returned anything, even with more than enough Items in my Inventory