austinv11 / PeripheralsPlusPlus

A pseudo-port of miscperipherals, with other stuff as well!
GNU General Public License v2.0
25 stars 28 forks source link

Player Interface not working #150

Closed JomerDev closed 8 years ago

JomerDev commented 8 years ago

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

darichey commented 8 years ago

I was unable to reproduce this in any way. What do you mean the first 1000 slots? The player inventory only has 44.

JomerDev commented 8 years ago

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

darichey commented 8 years ago

Ok, well, like I said, I was completely unable to reproduce this. It seems to work fine. Unless you can provide any more information, I'm going to close this for now.