IndustrialWires/src/main/resources/assets/industrialwires/recipes/wire_gold.json
2017-08-22 18:33:05 +02:00

27 lines
497 B
JSON

{
"type": "industrialwires:wire_coil",
"cable": {
"type": "industrialwires:ic2_item",
"name": "cable",
"variant": "type:gold,insulation:0"
},
"coil": {
"item": "industrialwires:ic2_wire_coil",
"data": 2
},
"conditions": [
{
"type": "forge:or",
"values": [
{
"type": "forge:mod_loaded",
"modid": "ic2"
},
{
"type": "forge:mod_loaded",
"modid": "techreborn"
}
]
}
]
}