minecraft-src/data/minecraft/recipe/warped_fungus_on_a_stick.json
2025-07-04 01:41:11 +03:00

20 lines
No EOL
313 B
JSON

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