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

29 lines
479 B
JSON

{
"result": {
"item": "industrialwires:ic2_connector",
"data": 8,
"count": 4
},
"pattern": [
" c ",
"rcr",
"rcr"
],
"type": "forge:ore_shaped",
"key": {
"r": {
"type": "forge:ore_dict", "ore": "itemRubber"
},
"c": {
"type": "industrialwires:ic2_item",
"name": "cable",
"variant": "type:glass,insulation:0"
}
},
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "ic2"
}
]
}