Advertisement
Skylinerw

Loot table condition example

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