Advertisement
Skylinerw

Loot table example 2 (drop 0-2 feathers)

Oct 23rd, 2015
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.58 KB | None | 0 0
  1. {
  2.     "pools": [
  3.         {
  4.             "rolls": 1,
  5.             "entries": [
  6.                 {
  7.                     "type": "item",
  8.                     "name": "minecraft:feather",
  9.                     "weight": 1,
  10.                     "functions": [
  11.                         {
  12.                             "function": "set_count",
  13.                             "count": {
  14.                                 "min": 0,
  15.                                 "max": 2
  16.                             }
  17.                         }
  18.                     ]
  19.                 }
  20.             ]
  21.         }
  22.     ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement