Files
minecraft-assets/data/minecraft/recipes/gold_ingot_from_gold_block.json
2018-12-21 06:38:40 +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
}
}