Files
minecraft-assets/data/minecraft/recipes/end_rod.json
2018-12-21 06:38:40 +00:00

19 lines
268 B
JSON

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