minecraft-src/data/minecraft/recipe/birch_button.json
2025-07-04 01:41:11 +03:00

14 lines
No EOL
243 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "redstone",
"group": "wooden_button",
"ingredients": [
{
"item": "minecraft:birch_planks"
}
],
"result": {
"count": 1,
"id": "minecraft:birch_button"
}
}