Files
minecraft-assets/assets/minecraft/recipes/stone_button.json
2017-04-15 11:12:58 +00:00

15 lines
197 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:stone",
"data": 0
}
},
"result": {
"item": "minecraft:stone_button"
}
}