Advertisement
skylinerw_loot_table

EXAMPLE: enchant_randomly

Oct 28th, 2015
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.68 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": "enchant_randomly",
  13.                             "enchantments": [
  14.                                 "minecraft:looting",
  15.                                 "minecraft:depth_strider",
  16.                                 "minecraft:sharpness"
  17.                             ]
  18.                         }
  19.                     ]
  20.                 }
  21.             ]
  22.         }
  23.     ]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement