Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
1,125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.69 KB | None | 0 0
  1. [
  2.     {
  3.         "mob": ["minecraft:skeleton","minecraft:zombie"],
  4.         "healthmultiply": 1.5,
  5.         "damagemultiply": 1.4,
  6.         "result": "default"
  7.     },
  8.     {
  9.         "mob": ["minecraft:spider"],
  10.         "speedmultiply": 1.3,
  11.         "result": "default"
  12.     },
  13.     {
  14.         "mob": ["minecraft:creeper"],
  15.         "speedmultiply": 1.25,
  16.         "nbt": {
  17.             "ExplosionRadius": 3
  18.         },
  19.         "result": "default"
  20.     },
  21.     {
  22.         "mob": ["minecraft:spider"],
  23.         "random": 5,
  24.         "potion": "minecraft:speed,10000,2",
  25.         "result":"default"
  26.     },
  27.     {
  28.         "mob": ["minecraft:blaze"],
  29.         "maxlight": 8,
  30.         "dimension": 0,
  31.         "biometype": "WARM",
  32.         "result":"allow"
  33.     },
  34.     {
  35.         "mob": ["minecraft:wither_skeleton"],
  36.         "maxlight": 8,
  37.         "dimension": 0,
  38.         "result":"allow"
  39.     }
  40. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement