Small fixes, gunpowder recipe

This commit is contained in:
paulevsGitch 2020-12-11 21:07:45 +03:00
parent 3524a4036f
commit 58a389eaf2
7 changed files with 21 additions and 34 deletions

View file

@ -147,6 +147,8 @@ public class CraftingRecipes {
.addMaterial('C', EndItems.CRYSTAL_SHARDS)
.build();
}
GridRecipe.make("sulphur_gunpowder", Items.GUNPOWDER).setList("SC").addMaterial('S', EndItems.CRYSTALLINE_SULPHUR).addMaterial('C', Items.COAL, Items.CHARCOAL).build();
}
private static void registerLantern(String name, Block lantern, Block slab) {