minecraft-assets/data/minecraft/recipes/end_rod.json

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"
}
}