IndustrialWires/src/main/resources/assets/industrialwires/recipes/ic2_connector_hv_conn.json

27 lines
422 B
JSON
Raw Normal View History

{
"result": {
"item": "industrialwires:ic2_connector",
"data": 6,
"count": 4
},
"pattern": [
" i ",
"rir",
"rir"
],
"type": "forge:ore_shaped",
"key": {
"r": {
"type": "forge:ore_dict", "ore": "itemRubber"
},
"i": {
"type": "forge:ore_dict", "ore": "ingotIron"
}
},
"conditions": [
{
2017-09-01 21:13:23 +02:00
"type": "forge:mod_loaded",
"modid": "ic2"
}
]
}