Advertisement
skylinerw_loot_table

EXAMPLE: entity_scores

Nov 4th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.61 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": "entity_scores",
  13.                             "entity": "killer_player",
  14.                             "scores": {
  15.                                 "HoldingAxe": 1
  16.                             }
  17.                         }
  18.                     ]
  19.                 }
  20.             ]
  21.         }
  22.     ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement