Rotating inventory when clicking certain blocks with books? (1.7.2)
RawringNymNym opened this issue ยท 3 comments
This may be an enchiridion bug, not sure. Happened on 1.7.2, and is very, very wierd.
If I click on a water turbine with a book, my inventory rotates left(negatively) 2 slots, ignoring the last 2 slots in the hotbar. Everything is moved over, the first 2 slots on the hotbar are put in the last 2 slots in your inventory. The effect is duping the last 2 hotbar slots(and possibly losing some items from inventory)
The reverse seems to happen if you then right click on the smelting furnace. Weirdly enough, this is a one time thing. It will only go left once, unless you rotate it right afterwards, and it wont rotate right unless you've already rotated left.
Also, the tile's interface isn't what opens.(although that happens with most usable tiles) Instead, the book's interface opens, and when you close it, it opens a second time. The "rotating" seems to happen while closing the books. I'm not sure if it happens with other tiles, those are the only 2 I noticed.
Sorted it, basically what was happening, is I have code in two places to open the gui... one that checks the players item in the hand and one on right click of the book... So it was opening the gui twice, and so getting confused, removed the one not on right click now, so fixed in dev, should be in BETA 3 whenever that comes.