[Fixed] Duplicate recipe name (#21)
This commit is contained in:
parent
ff3509f7b1
commit
6c72036dd6
1 changed files with 12 additions and 12 deletions
|
@ -217,7 +217,7 @@ public class CraftingRecipes {
|
||||||
.addMaterial('B', EndItems.SHADOW_BERRY_COOKED)
|
.addMaterial('B', EndItems.SHADOW_BERRY_COOKED)
|
||||||
.build();
|
.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)
|
.checkConfig(Configs.RECIPE_CONFIG)
|
||||||
.setList("JWSB")
|
.setList("JWSB")
|
||||||
.addMaterial('J', EndItems.GELATINE)
|
.addMaterial('J', EndItems.GELATINE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue