mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Made Player Interface recipe more expensive
This commit is contained in:
parent
707f71d7e3
commit
2c24463e0e
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ public class BlockCrafting{
|
|||
//Player Interface
|
||||
if(ConfigCrafting.PLAYER_INTERFACE.isEnabled()){
|
||||
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitBlocks.blockPlayerInterface),
|
||||
" C ", "EBE", " S ",
|
||||
"BCB", "EBE", "BSB",
|
||||
'E', new ItemStack(InitItems.itemCrystal, 1, TheCrystals.DIAMOND.ordinal()),
|
||||
'C', new ItemStack(Items.SKULL, 1, 1),
|
||||
'S', new ItemStack(InitItems.itemMisc, 1, TheMiscItems.COIL_ADVANCED.ordinal()),
|
||||
|
|
Loading…
Reference in a new issue