Patchouli

Patchouli

168M Downloads

Recipes showing as shapeless even though they are not

neothiamin opened this issue ยท 3 comments

commented

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.

2018-12-24_11 36 08
2018-12-24_11 36 11
2018-12-24_11 36 16
2018-12-24_11 36 18

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.

commented

Could you remove GameStages temporarily and see if this still happens?

commented

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

commented

Ah, alright, that's a shame, but I'll find a workaround. Thank you!