Files
minecraft-assets/data/minecraft/recipes/warped_hyphae.json
2024-03-20 18:29:58 +01:00

18 lines
267 B
JSON

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