Files
minecraft-assets/data/minecraft/recipes/end_rod.json
2024-03-13 18:29:36 +01:00

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