Skip to content

Commit

Permalink
Changed the recipe of the StoneWork
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Dec 13, 2017
1 parent 15b9183 commit 4df311e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Expand Up @@ -21,14 +21,15 @@ public MaterialStoneWorkFactoryBlock() {
}

public void createRecipe() {
RecipeUtils.addShapedRecipe(new ItemStack(this), "pip", "ama", "lrw",
RecipeUtils.addShapedRecipe(new ItemStack(this), "pip", "amf", "lrw",
'p', ItemRegistry.plastic,
'i', Blocks.PISTON,
'i', Blocks.CRAFTING_TABLE,
'a', Items.IRON_PICKAXE,
'f', Blocks.FURNACE,
'm', MachineCaseItem.INSTANCE,
'l', Items.LAVA_BUCKET,
'w', Items.WATER_BUCKET,
'r', Items.REDSTONE);
'r', ItemRegistry.pinkSlime);
}

@Override
Expand Down
Expand Up @@ -4,7 +4,7 @@
},
"pattern": [
"pip",
"ama",
"amf",
"lrw"
],
"type": "forge:ore_shaped",
Expand All @@ -16,13 +16,16 @@
"item": "minecraft:iron_pickaxe"
},
"r": {
"item": "minecraft:redstone"
"item": "industrialforegoing:pink_slime"
},
"f": {
"item": "minecraft:furnace"
},
"w": {
"item": "minecraft:water_bucket"
},
"i": {
"item": "minecraft:piston"
"item": "minecraft:crafting_table"
},
"l": {
"item": "minecraft:lava_bucket"
Expand Down

0 comments on commit 4df311e

Please sign in to comment.