Added Smaragdant Crystal recipe

This commit is contained in:
Necrontyr 2022-10-27 03:55:37 +02:00
parent 486d5b5acf
commit a417d42a9e
2 changed files with 8 additions and 1 deletions

View file

@ -489,6 +489,12 @@ public class CraftingRecipes {
.setOutputCount(4)
.addMaterial('#', EndBlocks.DRAGON_BONE_BLOCK)
.build();
BCLRecipeBuilder.crafting(BetterEnd.makeID("smaragdant_block"), EndBlocks.SMARAGDANT_CRYSTAL)
.checkConfig(Configs.RECIPE_CONFIG)
.setShape("##", "##")
.addMaterial('#', EndBlocks.SMARAGDANT_CRYSTAL_SHARD)
.build();
}
private static void registerLantern(String name, Block lantern, Block slab) {