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

13 lines
227 B
JSON

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