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

17 lines
243 B
JSON

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