Files
minecraft-assets/data/minecraft/recipe/stone_button.json
2024-08-07 18:31:40 +02:00

13 lines
208 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "redstone",
"ingredients": [
{
"item": "minecraft:stone"
}
],
"result": {
"count": 1,
"id": "minecraft:stone_button"
}
}