23 lines
418 B
JSON
23 lines
418 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:crimson_planks_from_crimson_hyphae"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"group": "planks",
|
|
"pattern": [
|
|
"#"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:crimson_hyphae"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:crimson_planks",
|
|
"count": 4
|
|
}
|
|
}
|
|
}
|