Recipe Stages

Recipe Stages

28M Downloads

1.12.2: Alters Standard Recipes

jelaw21 opened this issue · 6 comments

commented

I was testing this mod and I added two recipes to two stages with the following code:

mods.recipestages.Recipes.setRecipeStage("newb", "minecraft:wooden_hoe");
mods.recipestages.Recipes.setRecipeStage("newber", "minecraft:stone_hoe");

image

The image shows how the recipes for the wooden hoe is display with both the Minecraft crafting book and the JEI. Same for stone hoe. The JEI says its now a shapeless recipe. However, the mechanics of the mod still work. I can't craft the hoe, with the correct recipe, until I change my stage.

commented

What version?

commented
commented

I know. What mod version?

commented
commented

It's been fixed indev.

commented

Will there be a new release or should I re-install?