Files
minecraft-assets/data/minecraft/recipe/raw_gold_block.json
2024-05-29 18:31:30 +02:00

18 lines
259 B
JSON

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