mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
shut up please
This commit is contained in:
parent
a0541d1160
commit
9f2bd27e6c
1 changed files with 4 additions and 4 deletions
|
@ -755,13 +755,13 @@ public final class BlockCrafting{
|
|||
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitBlocks.blockGiantChest),
|
||||
"CWC", "WDW", "CWC",
|
||||
'C', "chestWood",
|
||||
'D', new ItemStack(InitBlocks.blockMisc, 1, TheMiscBlocks.WOOD_CASING.ordinal()),
|
||||
'W', "plankWood"));
|
||||
'D', new ItemStack(InitBlocks.blockMisc, 1, TheMiscBlocks.IRON_CASING.ordinal()),
|
||||
'W', new ItemStack(InitBlocks.blockCrystal, 1, TheCrystals.COAL.ordinal())));
|
||||
recipeCrate = RecipeUtil.lastIRecipe();
|
||||
|
||||
GameRegistry.addRecipe(new RecipeKeepDataShaped(new ItemStack(InitBlocks.blockGiantChestMedium), new ItemStack(InitBlocks.blockGiantChest),
|
||||
"CWC", "WDW", "CWC",
|
||||
'C', new ItemStack(InitBlocks.blockCrystal, 1, TheCrystals.COAL.ordinal()),
|
||||
'C', new ItemStack(InitBlocks.blockCrystalEmpowered, 1, TheCrystals.COAL.ordinal()),
|
||||
'D', new ItemStack(InitBlocks.blockGiantChest),
|
||||
'W', "plankWood"));
|
||||
recipeCrateMedium = RecipeUtil.lastIRecipe();
|
||||
|
@ -770,7 +770,7 @@ public final class BlockCrafting{
|
|||
"CWC", "WDW", "CWC",
|
||||
'C', new ItemStack(InitBlocks.blockCrystalEmpowered, 1, TheCrystals.COAL.ordinal()),
|
||||
'D', new ItemStack(InitBlocks.blockGiantChestMedium),
|
||||
'W', "plankWood"));
|
||||
'W', "chestWood"));
|
||||
recipeCrateLarge = RecipeUtil.lastIRecipe();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue