Advertisement
skylinerw_loot_table

SUGGESTION: entity_scores change

Oct 28th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.77 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": "name",
  14.                             "name": "TIME",
  15.                             "scores": {
  16.                                 "Obj1": {
  17.                                     "min": 16000,
  18.                                     "max": 20000
  19.                                 }
  20.                             }
  21.                         }
  22.                     ]
  23.                 }
  24.             ]
  25.         }
  26.     ]
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement