Skip to content

Commit

Permalink
Added recipe for tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGuardsman committed Mar 24, 2018
1 parent cf0115b commit 158e095
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/main/resources/assets/icbmclassic/recipes/tools/tracker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"result": {
"item": "icbmclassic:tracker",
"data": 0,
"count": 1
},
"pattern": [
" b ",
"iri",
"ici"
],
"type": "minecraft:crafting_shaped",
"key": {
"r": {
"item": "minecraft:repeater",
"data": 0
},
"i": {
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"c": {
"type": "forge:ore_dict",
"ore": "circuitBasic"
},
"b": {
"item": "minecraft:compass",
"data": 0
}
}
}

0 comments on commit 158e095

Please sign in to comment.