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

17 lines
243 B
JSON

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