Sapling fixes & lotus log recipe

This commit is contained in:
paulevsGitch 2020-11-02 03:15:09 +03:00
parent 28f2ac03a9
commit b8d0a1d93f
5 changed files with 37 additions and 0 deletions

View file

@ -91,6 +91,7 @@ public class CraftingRecipes {
GridRecipe.make("paper", Items.PAPER).setShape("###").addMaterial('#', EndItems.END_LILY_LEAF_DRIED).setOutputCount(3).build();
GridRecipe.make("aurora_block", EndBlocks.AURORA_CRYSTAL).setShape("##", "##").addMaterial('#', EndItems.CRYSTAL_SHARDS).build();
GridRecipe.make("lotus_block", EndBlocks.END_LOTUS.log).setShape("##", "##").addMaterial('#', EndBlocks.END_LOTUS_STEM).build();
}
public static void registerPedestal(String name, Block pedestal, Block slab, Block pillar) {