crazysnailboy / UncraftingTable

A minecraft mod to allow uncrafting of items in exchange for XP
GNU Lesser General Public License v3.0
9 stars 6 forks source link

1.10.2 Version: Iron Chest Uncrafting Crash #9

Closed MokahTGS closed 7 years ago

MokahTGS commented 7 years ago

Getting a crash when uncrafting an Iron Chest from the iron chest mod. The gold chest uncrafts fine.

http://pastebin.com/B8MRVxtV

crazysnailboy commented 7 years ago

Thanks for letting me know! I'll get that fixed and get a new version uploaded

crazysnailboy commented 7 years ago

Hi,

The problem was related to an ore dictionary recipe Iron Chests registers so that the chest can be made using Refined Iron from IC2. The Uncrafting Table was crashing because it was expecting to find an item in the ore dictionary for refined iron where there was none.

This is resolved in 1.6.1-pre3, which you get here.

Thanks again for pointing this out :)