big boi's big orders

This commit is contained in:
Shadows_of_Fire 2018-01-29 16:21:40 -05:00
parent 4412c62503
commit cd4c1b9d1c

View file

@ -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();