Files
minecraft-assets/data/minecraft/recipes/raw_gold_block.json
2022-05-18 18:37:27 +02:00

16 lines
219 B
JSON

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