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