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

15 lines
196 B
JSON
Raw Normal View History

{
"type": "minecraft:crafting_shaped",
"pattern": [
"**",
"**"
],
"key": {
"*": {
"item": "unicopia:crystal_shard"
}
},
"result": {
"item": "unicopia:gemstone"
}
}