minecraft-assets/data/minecraft/recipes/amethyst_block.json

16 lines
238 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:amethyst_shard"
}
},
"pattern": [
"##",
"##"
],
"result": {
"item": "minecraft:amethyst_block"
}
}