Files
minecraft-assets/data/minecraft/recipes/gold_ingot_from_gold_block.json
2021-03-10 23:45:15 +00:00

13 lines
202 B
JSON

{
"type": "crafting_shapeless",
"group": "gold_ingot",
"ingredients": [
{
"item": "minecraft:gold_block"
}
],
"result": {
"item": "minecraft:gold_ingot",
"count": 9
}
}