From cd4c1b9d1c0275570e4093bcbf53f2ca6546ab31 Mon Sep 17 00:00:00 2001 From: Shadows_of_Fire Date: Mon, 29 Jan 2018 16:21:40 -0500 Subject: [PATCH] big boi's big orders --- .../ellpeck/actuallyadditions/mod/crafting/BlockCrafting.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/de/ellpeck/actuallyadditions/mod/crafting/BlockCrafting.java b/src/main/java/de/ellpeck/actuallyadditions/mod/crafting/BlockCrafting.java index 9f4f45a06..51c141e11 100644 --- a/src/main/java/de/ellpeck/actuallyadditions/mod/crafting/BlockCrafting.java +++ b/src/main/java/de/ellpeck/actuallyadditions/mod/crafting/BlockCrafting.java @@ -678,10 +678,10 @@ public final class BlockCrafting{ recipeCrateLarge = RecipeUtil.lastIRecipe(); //Greenhouse Glass - RecipeHandler.addOreDictRecipe(new ItemStack(InitBlocks.blockGreenhouseGlass, 3), + RecipeHandler.addOreDictRecipe(new ItemStack(InitBlocks.blockGreenhouseGlass, 2), "GSG", "SDS", "GSG", 'G', "blockGlass", - 'D', new ItemStack(InitBlocks.blockCrystal, 1, TheCrystals.LAPIS.ordinal()), + 'D', new ItemStack(InitItems.itemCrystalEmpowered, 1, TheCrystals.LAPIS.ordinal()), 'S', "treeSapling"); recipeGlass = RecipeUtil.lastIRecipe();