TerraFirmaCraft

TerraFirmaCraft

2M Downloads

"null" invalid for anvil smithing categories

UnlimatedStone9 opened this issue ยท 1 comments

commented

null is an invalid string for anvil smithing categories.
https://github.com/TerraFirmaCraft/TerraFirmaCraft/wiki/Anvil
mods.terrafirmacraft.Anvil.addRecipe("recipe_name", input, output, 3, "null", "HIT_ANY", "HIT_ANY", "HIT_ANY");

commented

null isn't a string, works when it's not in "". Wiki could be clearer about that.