new End Stone Smelter recipe

This commit is contained in:
Aleksey 2021-01-31 18:41:37 +03:00
parent 0334045204
commit 7888bde9e6

View file

@ -37,8 +37,9 @@ public class CraftingRecipes {
.build();
GridRecipe.make("end_stone_smelter", EndBlocks.END_STONE_SMELTER)
.setShape("###", "V V", "###")
.setShape("T#T", "V V", "T#T")
.addMaterial('#', Blocks.END_STONE_BRICKS)
.addMaterial('T', EndBlocks.THALLASIUM.ingot)
.addMaterial('V', Items.BUCKET)
.build();