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

19 lines
331 B
JSON

{
"result": {
"item": "industrialwires:panel_component",
"data": 3
},
"ingredients": [
{
"item": "minecraft:stone_button"
},
{
"item": "immersiveengineering:wirecoil",
"data": 2
},
{
"type": "forge:ore_dict", "ore": "wireCopper"
}
],
"type": "forge:ore_shapeless"
}