Advertisement
Skylinerw

@ThyriaMc - fix

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