mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 16:58:34 +01:00
parent
06ede0c822
commit
7afa319b5c
1 changed files with 2 additions and 2 deletions
|
@ -106,8 +106,8 @@ public class ItemCrafting{
|
||||||
//Chest To Crate Upgrade
|
//Chest To Crate Upgrade
|
||||||
if(ConfigCrafting.CHEST_TO_CRATE_UPGRADE.isEnabled()){
|
if(ConfigCrafting.CHEST_TO_CRATE_UPGRADE.isEnabled()){
|
||||||
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitItems.itemChestToCrateUpgrade),
|
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitItems.itemChestToCrateUpgrade),
|
||||||
"CWC", "WWW", "CWC",
|
" W ", "WCW", " W ",
|
||||||
'C', new ItemStack(Blocks.CHEST),
|
'C', new ItemStack(InitBlocks.blockGiantChest),
|
||||||
'W', "plankWood"));
|
'W', "plankWood"));
|
||||||
recipeChestToCrateUpgrade = RecipeUtil.lastIRecipe();
|
recipeChestToCrateUpgrade = RecipeUtil.lastIRecipe();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue