[Fixed] Duplicate recipe name (#21)

This commit is contained in:
Frank 2022-08-02 14:50:17 +02:00
parent ff3509f7b1
commit 6c72036dd6

View file

@ -217,7 +217,7 @@ public class CraftingRecipes {
.addMaterial('B', EndItems.SHADOW_BERRY_COOKED)
.build();
BCLRecipeBuilder.crafting(BetterEnd.makeID("shadow_berry_jelly"), EndItems.BLOSSOM_BERRY_JELLY)
BCLRecipeBuilder.crafting(BetterEnd.makeID("blossom_berry_jelly"), EndItems.BLOSSOM_BERRY_JELLY)
.checkConfig(Configs.RECIPE_CONFIG)
.setList("JWSB")
.addMaterial('J', EndItems.GELATINE)