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

19 lines
300 B
JSON

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