mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
big boi's big orders
This commit is contained in:
parent
4412c62503
commit
cd4c1b9d1c
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue