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

16 lines
213 B
JSON
Raw Normal View History

2021-02-19 09:34:26 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"* *",
"***",
" * "
],
"key": {
"*": {
"item": "unicopia:crystal_shard"
}
},
"result": {
"item": "unicopia:crystal_heart"
}
}