Recipes showing as shapeless even though they are not
neothiamin opened this issue ยท 3 comments
I've added some recipes to some pages in my book, and of the three recipes, all are showing as shapeless even though they are shaped, and one is showing incorrectly. As a disclaimer, these items are staged using GameStages so that may be messing with the recipe registration.
As you can see, the recipe for the Refractory Casings and Melting Crucible are showing as shapeless, but with the correct, shaped recipe, and the Burner Heater is showing as shapeless with an incorrect recipes. The recipes are unchanged via CraftTweaker etc., and the recipe IDs are correct.
The JSON for the entry can be found here.
Nevermind, I looked through RecipeStages' code. @jaredlll08 these recipes don't implement IShapedRecipe if they're shaped.
https://github.com/jaredlll08/RecipeStages/blob/master/src/main/java/com/blamejared/recipestages/recipes/RecipeStage.java