
[Minor] [My fault] RecipeSorter doesn't contain my recipes
yrsegal opened this issue ยท 7 comments
[23:01:16] [Client thread/INFO]: Unknown recipe class! vazkii.botania.common.crafting.recipe.ArmorUpgradeRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[23:01:16] [Client thread/INFO]: Unknown recipe class! vazkii.botania.common.crafting.recipe.ManaUpgradeRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[23:01:16] [Client thread/INFO]: Unknown recipe class! vazkii.botania.common.crafting.recipe.ShapelessManaUpgradeRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
RecipeSorter.register("botania:<name of recipe>", <recipe>.class, RecipeSorter.Category.<shaped or shapeless>, "")
Do you know off the top of your head how to fix it? :P (I've never done these before)