Files
IMoO/recipes/crimson_button.json
T
2022-01-23 21:24:12 +03:00

25 lines
415 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_button"
},
"tags": [
"crafting_table"
],
"group": "wooden_button",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_button",
"count": 1
}
}
}