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

33 lines
568 B
JSON

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