Files
minecraft-assets/data/minecraft/recipes/raw_gold_block.json
2024-02-14 17:44:28 +01:00

17 lines
245 B
JSON

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