Reliquary Reincarnations

Reliquary Reincarnations

51M Downloads

Tome of Alkahestry null input recipes

Kachajal opened this issue ยท 1 comments

commented

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.

commented

Sorry, but I don't support 1.7.10 anymore. Also I just checked and tome recipes work correctly. I have no idea why they are being reported as null recipes as they certainly require at least tome as an input.