Files
minecraft-assets/data/minecraft/recipes/oak_button.json
2018-12-21 06:38:40 +00:00

12 lines
189 B
JSON

{
"type": "crafting_shapeless",
"group": "wooden_button",
"ingredients": [
{
"item": "minecraft:oak_planks"
}
],
"result": {
"item": "minecraft:oak_button"
}
}