Files
minecraft-assets/data/minecraft/recipes/warped_hyphae.json
2024-02-14 17:44:28 +01:00

18 lines
269 B
JSON

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