NaturesAura/src/main/resources/data/naturesaura/recipes/depth_pants.json
2023-02-17 14:21:39 +01:00

16 lines
267 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"AAA",
"A A",
"A A"
],
"key": {
"A": {
"item": "naturesaura:depth_ingot"
}
},
"result": {
"item": "naturesaura:depth_pants"
}
}