Advertisement
Skylinerw

Loot table score example

Oct 22nd, 2015
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.73 KB | None | 0 0
  1. {
  2.     "pools": [
  3.         {
  4.             "rolls": 1,
  5.             "items": [
  6.                 {
  7.                     "item": "minecraft:diamond_sword",
  8.                     "weight": 1,
  9.                     "conditions": [
  10.                         {
  11.                             "condition": "entity_scores",
  12.                             "entity": "killer",
  13.                             "scores": {
  14.                                 "ObjA": {
  15.                                     "min": 1,
  16.                                     "max": 2
  17.                                 },
  18.                                 "ObjB": 3
  19.                             }
  20.                         }
  21.                     ]
  22.                 }
  23.             ]
  24.         }
  25.     ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement