Unicopia/src/main/resources/data/unicopia/recipes/crystal_heart.json
2021-02-19 10:34:26 +02:00

16 lines
No EOL
213 B
JSON

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