Files
minecraft-assets/data/minecraft/recipe/warped_fungus_on_a_stick.json
2025-02-19 18:31:59 +01:00

16 lines
269 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "minecraft:fishing_rod",
"X": "minecraft:warped_fungus"
},
"pattern": [
"# ",
" X"
],
"result": {
"count": 1,
"id": "minecraft:warped_fungus_on_a_stick"
}
}