haveric / StackableItems

Minecraft Bukkit plugin that allows you to change the default stack size of items.
22 stars 17 forks source link

Duplication Bug #104

Closed ghost closed 9 years ago

ghost commented 9 years ago

Spigot version: 1.7.9-R0.3 (#1543) StackableItems version: 1.0 Bug: If you put the crafting materials of an item, defined in items.yml and so handled by the plugin, in the crafting table and you click to craft it dragging another item in the cursor you duplicate that item and you don't get the crafted item. Example: I try to craft a door (I defined that a door can have a stack of 64) and I click with a diamond sword in the cursor. What happen is that I get two diamond swords, the wood used in the crafting process disappear and I don't get the door I wanted to craft. Note: there was this bug also in the previous plugin version.

haveric commented 9 years ago

I'm going to do a bit more testing for this tomorrow just to make sure this doesn't break anything.