Advertisement
Skylinerw

@Million Dolla Question - Custom Luck Table

Feb 23rd, 2016
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.47 KB | None | 0 0
  1. {
  2.     "pools": [
  3.         {
  4.             "rolls": 1,
  5.             "bonus_rolls": 1,
  6.             "entries": [
  7.                 {
  8.                     "type": "item",
  9.                     "name": "minecraft:stone",
  10.                     "weight": 0,
  11.                     "quality": 1
  12.                 },
  13.                 {
  14.                     "type": "empty",
  15.                     "weight": 1,
  16.                     "quality": -1
  17.                 }
  18.             ]
  19.         }
  20.     ]
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement