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

11 lines
168 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:stone"
}
],
"result": {
"item": "minecraft:stone_button"
}
}