IndustrialWires/src/main/resources/assets/industrialwires/recipes/control_panel_unfinished.json
malte0811 9ee44021bc Update to 1.12: Recipes
The recipe book is quite inconsistent about NBT...
2017-07-10 17:59:43 +02:00

20 lines
316 B
JSON

{
"result": {
"item": "industrialwires:control_panel",
"data": 4
},
"pattern": [
"ppp",
"www",
"ppp"
],
"type": "forge:ore_shaped",
"key": {
"p": {
"type": "forge:ore_dict", "ore": "plateIron"
},
"w": {
"type": "forge:ore_dict", "ore": "wireCopper"
}
}
}