Skip to content

Commit

Permalink
Add Paint Brush Recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Nov 5, 2018
1 parent 51e17f5 commit 991e4a4
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"type": "forge:ore_shaped",
"result": {
"item": "immersiverailroading:item_paint_brush"
},
"pattern": [
"w",
"i",
"s"
],
"key": {
"i": {
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"w": {
"item": "minecraft:wool",
"data": 0
},
"s": {
"type": "forge:ore_dict",
"ore": "stickWood"
}
}
}

0 comments on commit 991e4a4

Please sign in to comment.