univrsal / XACT

Xhamolk's Advanced Crafting Table. Inspired by Eloraam mod's RP2 and it's Project Table.
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/2425847-xact-1-7-10-port
6 stars 2 forks source link

Issue with Forge multiparts dupping #18

Closed Dannerick closed 8 years ago

Dannerick commented 8 years ago

When I craft multipart hollow covers from solid covers, the Xact crafter only uses 1 of the covers, not the recipes 8 covers. This is a serious dup issue.

univrsal commented 8 years ago

That is so random. I hope I can rewrite the Crafting Handler for xact 2. Oh well I'll see if I can find the issue

Dannerick commented 8 years ago

I have seen a few other instances of the crafter not using all the materials. It seems to only occur in recipes where there is more than one of an item and the craft uses up just one. It only happens on a handful of recipes, but always occurs on the same recipe repeatedly, like the hollow cover issue above.

Dannerick commented 8 years ago

I was able to identify the problem and put in a pull request with the fix. The issue was with nbt data not being properly compared and the required item counts not being calculated correctly.