[Feature] Craft Tinted Glass from Smaragdant crystal shard
This commit is contained in:
parent
94d5b6b3e4
commit
70cbb70b61
1 changed files with 7 additions and 0 deletions
|
@ -495,6 +495,13 @@ public class CraftingRecipes {
|
|||
.setShape("##", "##")
|
||||
.addMaterial('#', EndBlocks.SMARAGDANT_CRYSTAL_SHARD)
|
||||
.build();
|
||||
|
||||
BCLRecipeBuilder.crafting(BetterEnd.makeID("tined_glass_from_smaragdant"), Blocks.TINTED_GLASS)
|
||||
.checkConfig(Configs.RECIPE_CONFIG)
|
||||
.setShape(" # ", "#G#", " # ")
|
||||
.addMaterial('#', EndBlocks.SMARAGDANT_CRYSTAL_SHARD)
|
||||
.addMaterial('G', Blocks.GLASS)
|
||||
.build();
|
||||
}
|
||||
|
||||
private static void registerLantern(String name, Block lantern, Block slab) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue