26 lines
433 B
JSON
26 lines
433 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:dark_oak_planks_from_stripped"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "planks",
|
|
"pattern": [
|
|
"#"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:stripped_dark_oak_log"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:planks",
|
|
"data": 5,
|
|
"count": 4
|
|
}
|
|
}
|
|
}
|