new End Stone Smelter recipe
This commit is contained in:
parent
0334045204
commit
7888bde9e6
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue