Files
minecraft-assets/data/minecraft/recipes/amethyst_block.json
2021-06-08 15:05:33 +00:00

15 lines
212 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "minecraft:amethyst_shard"
}
},
"result": {
"item": "minecraft:amethyst_block"
}
}