Unicopia/src/main/resources/data/unicopia/recipes/chitin_spikes.json

13 lines
214 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"###"
],
"key": {
"#": [
{ "item": "unicopia:chitin" }
]
},
"result": { "item": "unicopia:chitin_spikes", "count": 1 }
}