Files
minecraft-assets/data/minecraft/recipes/cherry_button.json
2024-02-28 18:28:54 +01:00

13 lines
229 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "redstone",
"group": "wooden_button",
"ingredients": [
{
"item": "minecraft:cherry_planks"
}
],
"result": {
"id": "minecraft:cherry_button"
}
}