NaturesAura/src/main/resources/data/naturesaura/recipes/infused_pants.json

16 lines
275 B
JSON
Raw Normal View History

2018-12-01 18:56:05 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-12-01 18:56:05 +01:00
"pattern": [
"AAA",
"A A",
"A A"
],
"key": {
"A": {
"item": "naturesaura:infused_iron"
}
},
"result": {
"item": "naturesaura:infused_iron_pants"
}
}