IndustrialWires/src/main/resources/assets/industrialwires/recipes/ic2_connector_hv_relay.json
2017-09-01 21:13:23 +02:00

28 lines
441 B
JSON

{
"result": {
"item": "industrialwires:ic2_connector",
"data": 7,
"count": 4
},
"pattern": [
" i ",
"gig",
"gig"
],
"type": "forge:ore_shaped",
"key": {
"g": {
"item": "immersiveengineering:stone_decoration",
"data": 8
},
"i": {
"type": "forge:ore_dict", "ore": "ingotIron"
}
},
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "ic2"
}
]
}