Advertisement
skylinerw_loot_table

EXAMPLE: killed_by_player

Nov 5th, 2015
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.44 KB | None | 0 0
  1. {
  2.     "pools": [
  3.         {
  4.             "rolls": 1,
  5.             "entries": [
  6.                 {
  7.                     "type": "item",
  8.                     "name": "minecraft:stone",
  9.                     "weight": 1,
  10.                     "conditions": [
  11.                         {
  12.                             "condition": "killed_by_player"
  13.                         }
  14.                     ]
  15.                 }
  16.             ]
  17.         }
  18.     ]
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement