Advertisement
skylinerw_loot_table

SUGGESTION: set_effects

Oct 28th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.37 KB | None | 0 0
  1. {
  2.     "pools": [
  3.         {
  4.             "rolls": 1,
  5.             "entries": [
  6.                 {
  7.                     "type": "item",
  8.                     "name": "minecraft:potion",
  9.                     "weight": 1,
  10.                     "functions": [
  11.                         {
  12.                             "functions": "set_effects",
  13.                             "effects": [
  14.                                 {
  15.                                     "effect": "minecraft:speed",
  16.                                     "amplifier": {
  17.                                         "min": 0,
  18.                                         "max": 1
  19.                                     },
  20.                                     "duration": 300,
  21.                                     "particles": false
  22.                                 },
  23.                                 {
  24.                                     "effect": "minecraft:mining_fatigue",
  25.                                     "amplifier": 2,
  26.                                     "duration": {
  27.                                         "min": 200,
  28.                                         "max": 500
  29.                                     },
  30.                                     "particles": true
  31.                                 }
  32.                             ]
  33.                         }
  34.                     ]
  35.                 }
  36.             ]
  37.         }
  38.     ]
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement