Inventory-Tweaks / inventory-tweaks

Client mod for Minecraft
http://inventory-tweaks.readthedocs.org/
Other
266 stars 108 forks source link

duplication / deletion bug when having items added to inventory #320

Open BrewingCoder opened 8 years ago

BrewingCoder commented 8 years ago

This was originally reported as an issue with JEI. It turns out that disabling Inventory-Tweaks fixes it. When a recipe is open, and the inventory UI is occluded, items being added cause a row of inventory to be deleted and duplicated from one below.

Original report: https://github.com/mezz/JustEnoughItems/issues/156#issuecomment-180398614

Inv Tweaks version: 1.60.beta-30 Forge Version: 11.15.1.1730

Kobata commented 8 years ago

Even with the server module, Inventory Tweaks only ever causes the equivalent of a manual click. If things are setting duplicated, they are either client-side only glitches (which can tun into real items -- if you're in creative), or whatever outside code is handling the clicks is messing up.