Files
minecraft-assets/data/minecraft/recipes/raw_gold_block.json
2021-04-14 18:32:33 +00:00

16 lines
219 B
JSON

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