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

17 lines
237 B
JSON

{
"result": {
"item": "industrialwires:key",
"data": 2
},
"pattern": [
" r ",
"r r",
" r "
],
"type": "forge:ore_shaped",
"key": {
"r": {
"type": "forge:ore_dict", "ore": "stickSteel"
}
}
}