Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.68 KB | None | 0 0
  1. {
  2.     "pools": [
  3.         {
  4.             "rolls": 1,
  5.             "entries": [
  6.                 {
  7.                     "type": "item",
  8.                     "name": "minecraft:rotten_flesh",
  9.                     "weight": 1,
  10.                     "functions": [
  11.                         {
  12.                             "function": "set_count",
  13.                             "count": {
  14.                                 "min": 0,
  15.                                 "max": 1
  16.                             }
  17.                         },
  18.                         {
  19.                             "function": "looting_enchant",
  20.                             "count": {
  21.                                 "min": 0,
  22.                                 "max": 1
  23.                             }
  24.                         }
  25.                     ]
  26.                 }
  27.             ]
  28.         },
  29.         {
  30.             "rolls": 1,
  31.             "entries": [
  32.                 {
  33.                     "type": "item",
  34.                     "name": "minecraft:gold_nugget",
  35.                     "weight": 1,
  36.                     "functions": [
  37.                         {
  38.                             "function": "set_count",
  39.                             "count": {
  40.                                 "min": 0,
  41.                                 "max": 0
  42.                             }
  43.                         },
  44.                         {
  45.                             "function": "looting_enchant",
  46.                             "count": {
  47.                                 "min": 0,
  48.                                 "max": 0
  49.                             }
  50.                         }
  51.                     ]
  52.                 }
  53.             ]
  54.         }
  55.     ]
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement