Advertisement
skylinerw_loot_table

SUGGESTION: set_slot

Oct 28th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.94 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.                     "functions": [
  11.                         {
  12.                             "function": "set_slot",
  13.                             "slot": 3
  14.                         }
  15.                     ]
  16.                 },
  17.                 {
  18.                     "type": "item",
  19.                     "name": "minecraft:diamond",
  20.                     "weight": 1,
  21.                     "functions": [
  22.                         {
  23.                             "function": "set_slot",
  24.                             "slot": {
  25.                                 "min": 1,
  26.                                 "max": 9
  27.                             }
  28.                         }
  29.                     ]
  30.                 }
  31.             ]
  32.         }
  33.     ]
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement