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

20 lines
No EOL
298 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:popped_chorus_fruit"
},
"/": {
"item": "minecraft:blaze_rod"
}
},
"pattern": [
"/",
"#"
],
"result": {
"count": 4,
"id": "minecraft:end_rod"
}
}