Files
minecraft-assets/data/minecraft/recipes/end_rod.json
2024-05-14 15:58:41 +02:00

19 lines
278 B
JSON

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