Files
Cherry/src/main/resources/data/cherry/recipes/stripped_cherry_wood.json
T
2021-02-26 23:08:08 -05:00

17 lines
284 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "bark",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "cherry:stripped_cherry_log"
}
},
"result": {
"item": "cherry:stripped_cherry_wood",
"count": 3
}
}