Files
minecraft-assets/data/minecraft/recipes/gold_ingot_from_gold_block.json
2018-07-18 20:51:45 +02:00

13 lines
202 B
JSON

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