IndustrialWires/src/main/resources/assets/industrialwires/recipes/jacobs_ladder_huge.json
malte0811 9ee44021bc Update to 1.12: Recipes
The recipe book is quite inconsistent about NBT...
2017-07-10 17:59:43 +02:00

27 lines
458 B
JSON

{
"result": {
"item": "industrialwires:jacobs_ladder",
"data": 2
},
"pattern": [
"c c",
"hhh",
"sts"
],
"type": "forge:ore_shaped",
"key": {
"c": {
"type": "forge:ore_dict", "ore": "blockCopper"
},
"s": {
"type": "forge:ore_dict", "ore": "ingotSteel"
},
"t": {
"item": "immersiveengineering:connector",
"data": 8
},
"h": {
"item": "minecraft:hardened_clay"
}
}
}