minecraft-assets/data/minecraft/recipes/crimson_hyphae.json

17 lines
245 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "bark",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:crimson_stem"
}
},
"result": {
"item": "minecraft:crimson_hyphae",
"count": 3
}
}