Recipe Stages

Recipe Stages

28M Downloads

Recipes are not staged reliably

justinrusso opened this issue · 5 comments

commented

Recipes are not being staged reliably in v1.0.5.

Reverting back to 1.0.2a fixes the issue, but breaks the recipe. (1.0.2a just shows a feather for an arrow)

Script:

mods.ItemStages.addItemStage("two", <minecraft:arrow>);
mods.recipestages.Recipes.setRecipeStage("two", <minecraft:arrow>);

Crafttweaker.log:

1.0.2a:

[INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry
[INITIALIZATION][CLIENT][INFO] Loading scripts
[INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: test.zs}
[INITIALIZATION][CLIENT][INFO] Added 1 entries to stage two - [ Arrow ]
[POSTINITIALIZATION][CLIENT][INFO] Setting the stage for recipes that output: Arrow
[SERVER_STARTED][CLIENT][INFO] Fixed the RecipeBook

1.0.5:

[INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry
[INITIALIZATION][CLIENT][INFO] Loading scripts
[INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: test.zs}
[INITIALIZATION][CLIENT][INFO] Added 1 entries to stage two - [ Arrow ]
[POSTINITIALIZATION][CLIENT][INFO] Setting the stages for recipes based on their output stack.
[SERVER_STARTED][CLIENT][INFO] Fixed the RecipeBook

CraftTweaker: Latest build (from Kindlich) fixes global maps
RecipeStages: v1.0.5
Forge: 14.23.0.2512

commented

#4
I believe the Dev fixed this issue as it may be the same as me.

commented

I don't think these issues are related

commented
commented
commented

This seems fixed with the latest version you built for us. Seems like items that had more than one recipe didnt have more than one of them staged.