Advertisement
skylinerw_loot_table

SUGGESTION: set_attributes

Oct 28th, 2015
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.57 KB | None | 0 0
  1. {
  2.     "pools": [
  3.         {
  4.             "rolls": 1,
  5.             "entries": [
  6.                 {
  7.                     "type": "item",
  8.                     "name": "minecraft:diamond_sword",
  9.                     "weight": 1,
  10.                     "functions": [
  11.                         {
  12.                             "functions": "set_attributes",
  13.                             "attributes": [
  14.                                 {
  15.                                     "attribute": "generic.attackDamage",
  16.                                     "name": "More Damage",
  17.                                     "amount": {
  18.                                         "min": 3,
  19.                                         "max": 6
  20.                                     },
  21.                                     "operation": 0,
  22.                                     "slot": [
  23.                                         "mainhand"
  24.                                     ]
  25.                                 },
  26.                                 {
  27.                                     "attribute": "generic.maxHealth",
  28.                                     "name": "More Health",
  29.                                     "amount": 2,
  30.                                     "operation": 0,
  31.                                     "slot": [
  32.                                         "mainhand",
  33.                                         "offhand"
  34.                                     ]
  35.                                 }
  36.                             ]
  37.                         }
  38.                     ]
  39.                 }
  40.             ]
  41.         }
  42.     ]
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement