| 1 | { |
| 2 | "type": "minecraft:crafting_shaped", |
| 3 | "category": "misc", |
| 4 | "pattern": [ |
| 5 | "SSS", |
| 6 | "SJS", |
| 7 | "SSS" |
| 8 | ], |
| 9 | "key": { |
| 10 | "S":"minecraft:sugar", |
| 11 | "J": "minecraft:golden_apple" |
| 12 | }, |
| 13 | "result": { |
| 14 | "id": "minecraft:splash_potion", |
| 15 | "components": { |
| 16 | "minecraft:lore": [ |
| 17 | "The perfect potion for those who need a fast escape.", |
| 18 | "Infused with the DNA of baby zombies and the leg", |
| 19 | "muscle of Sebastian Vettle's neck, this potion grants", |
| 20 | "the user insane speed and jump height!" |
| 21 | ], |
| 22 | "minecraft:potion_contents": { |
| 23 | "custom_color": 1996344, |
| 24 | "custom_name": "A Quick Escape", |
| 25 | "custom_effects": [ |
| 26 | { |
| 27 | "id": "minecraft:speed", |
| 28 | "amplifier": 100, |
| 29 | "ambient": true, |
| 30 | "show_particles": true, |
| 31 | "show_icon": true |
| 32 | }, |
| 33 | { |
| 34 | "id": "minecraft:jump_boost", |
| 35 | "amplifier": 5, |
| 36 | "duration": 50, |
| 37 | "ambient": true, |
| 38 | "show_particles": true, |
| 39 | "show_icon": true |
| 40 | } |
| 41 | ] |
| 42 | } |
| 43 | }, |
| 44 | "count": 1 |
| 45 | } |
| 46 | } |