Files
minecraft-assets/data/minecraft/recipes/coal.json
2022-06-29 18:37:59 +02:00

12 lines
181 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:coal_block"
}
],
"result": {
"count": 9,
"item": "minecraft:coal"
}
}