Files
ReFramed/src/main/resources/data/templates/recipes/button.json
2023-07-08 04:10:44 -04:00

20 lines
255 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"~",
"I"
],
"key": {
"I": {
"item": "minecraft:bamboo"
},
"~": {
"item": "minecraft:string"
}
},
"result": {
"item": "templates:button",
"count": 1
},
"group": "templates"
}