Rename recipe

This commit is contained in:
Necrontyr 2022-10-27 13:23:08 +02:00
parent a417d42a9e
commit 75838ff923

View file

@ -490,7 +490,7 @@ public class CraftingRecipes {
.addMaterial('#', EndBlocks.DRAGON_BONE_BLOCK) .addMaterial('#', EndBlocks.DRAGON_BONE_BLOCK)
.build(); .build();
BCLRecipeBuilder.crafting(BetterEnd.makeID("smaragdant_block"), EndBlocks.SMARAGDANT_CRYSTAL) BCLRecipeBuilder.crafting(BetterEnd.makeID("smaragdant_crystal"), EndBlocks.SMARAGDANT_CRYSTAL)
.checkConfig(Configs.RECIPE_CONFIG) .checkConfig(Configs.RECIPE_CONFIG)
.setShape("##", "##") .setShape("##", "##")
.addMaterial('#', EndBlocks.SMARAGDANT_CRYSTAL_SHARD) .addMaterial('#', EndBlocks.SMARAGDANT_CRYSTAL_SHARD)