Sulphuric rock furnace, shaders, furnaces tag

This commit is contained in:
paulevsGitch 2021-02-12 17:40:15 +03:00
parent 3d56209653
commit c5182a4418
22 changed files with 112 additions and 7 deletions

View file

@ -40,7 +40,7 @@ public class CraftingRecipes {
.setShape("T#T", "V V", "T#T")
.addMaterial('#', Blocks.END_STONE_BRICKS)
.addMaterial('T', EndBlocks.THALLASIUM.ingot)
.addMaterial('V', Items.BUCKET)
.addMaterial('V', EndTags.FURNACES)
.build();
registerPedestal("andesite_pedestal", EndBlocks.ANDESITE_PEDESTAL, Blocks.POLISHED_ANDESITE_SLAB, Blocks.POLISHED_ANDESITE);