Files
minecraft-assets/data/minecraft/recipes/end_rod.json
2022-11-16 18:37:49 +01:00

20 lines
300 B
JSON

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