Advertisement
skylinerw_loot_table

EXAMPLE: Bonus rolls

Oct 30th, 2015
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.63 KB | None | 0 0
  1. {
  2.     "pools": [
  3.         {
  4.             "rolls": 1,
  5.             "bonus_rolls": 1,
  6.             "entries": [
  7.                 {
  8.                     "type": "item",
  9.                     "name": "minecraft:diamond",
  10.                     "weight": 1
  11.                 }
  12.             ]
  13.         },
  14.         {
  15.             "rolls": 1,
  16.             "bonus_rolls": {
  17.                 "min": 2,
  18.                 "max": 6
  19.             },
  20.             "entries": [
  21.                 {
  22.                     "type": "item",
  23.                     "name": "minecraft:stone",
  24.                     "weight": 1
  25.                 }
  26.             ]
  27.         }
  28.     ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement