Tome of Alkahestry null input recipes
Kachajal opened this issue ยท 1 comments
Using Reliquary 1.2.257, Minecraft 1.7.10 with Forge 10.13.4.1614-1.7.10.
Tome of Alkahestry has null input recipes, whatever that may mean, which screws things up a bit.
Reika's DragonAPI automatically disables them (therefore disabling Tome of Alkahestry entirely) with the following message:
[15:52:29] [Client thread/INFO]: DRAGONAPI: Invalid recipe, such as with nulled inputs, found. Removing to prevent crashes. Class=class xreliquary.items.alkahestry.AlkahestryDrainRecipe, Output is a null-item ItemStack.
[15:52:29] [Client thread/INFO]: DRAGONAPI: Invalid recipe, such as with nulled inputs, found. Removing to prevent crashes. Class=class xreliquary.items.alkahestry.AlkahestryRedstoneRecipe, Output is a null-item ItemStack.
[15:52:29] [Client thread/INFO]: DRAGONAPI: Invalid recipe, such as with nulled inputs, found. Removing to prevent crashes. Class=class xreliquary.items.alkahestry.AlkahestryCraftingRecipe, Output is a null-item ItemStack.
Moreover, having those recipes enabled makes it impossible to make a recipe dump with Minetweaker, as it results in it stopping the dump with the following messages:
// unknown recipe type for null
// unknown recipe type for null
Please fix if at all possible.