Skylinerw

@Lionsbane - table (replacement)

Jun 24th, 2016
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.06 KB | None | 0 0
  1. {
  2.     "pools": [
  3.         {
  4.             "rolls": 1,
  5.             "entries": [
  6.                 {
  7.                     "type": "item",
  8.                     "name": "minecraft:gunpowder",
  9.                     "weight": 1,
  10.                     "functions": [
  11.                         {
  12.                             "function": "set_count",
  13.                             "count": {
  14.                                 "min": 0,
  15.                                 "max": 2
  16.                             }
  17.                         },
  18.                         {
  19.                             "function": "looting_enchant",
  20.                             "count": {
  21.                                 "min": 0,
  22.                                 "max": 1
  23.                             }
  24.                         }
  25.                     ]
  26.                 }
  27.             ]
  28.         },
  29.         {
  30.             "rolls": 1,
  31.             "entries": [
  32.                 {
  33.                     "type": "loot_table",
  34.                     "name": "currency:standard"
  35.                 }
  36.             ]
  37.         }
  38.     ]
  39. }
Add Comment
Please, Sign In to add comment