IndustrialWires/src/main/resources/assets/industrialwires/recipes/discharge_meter.json
malte0811 ced4704b14 Added insulated wires for tin, copper and gold (textures ToDo)
Added a recipe for the discharge meter
2018-01-31 21:51:34 +01:00

21 lines
323 B
JSON

{
"result": {
"item": "industrialwires:general_hv",
"data": 0
},
"pattern": [
"ss",
"c ",
"ss"
],
"type": "forge:ore_shaped",
"key": {
"c": {
"item": "immersiveengineering:connector",
"data": 4
},
"s": {
"type": "forge:ore_dict", "ore": "stickSteel"
}
}
}