mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18: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
|
||||
if(ConfigCrafting.CHEST_TO_CRATE_UPGRADE.isEnabled()){
|
||||
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitItems.itemChestToCrateUpgrade),
|
||||
"CWC", "WWW", "CWC",
|
||||
'C', new ItemStack(Blocks.CHEST),
|
||||
" W ", "WCW", " W ",
|
||||
'C', new ItemStack(InitBlocks.blockGiantChest),
|
||||
'W', "plankWood"));
|
||||
recipeChestToCrateUpgrade = RecipeUtil.lastIRecipe();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue