Skip to content

Commit

Permalink
misc: Let's resend the recipe when it changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Oct 8, 2024
1 parent 84bf814 commit bfbd1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/xiamomc/morph/misc/recipe/RecipeManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private void buildAndAddRecipe(RecipeProperty recipeProperty)
}

Bukkit.removeRecipe(key);
Bukkit.addRecipe(recipe);
Bukkit.addRecipe(recipe, true);
}

private void test_dumpExsampleConfig()
Expand Down

0 comments on commit bfbd1ba

Please sign in to comment.