dotlizard

Untitled

Sep 19th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.19 KB | None | 0 0
  1. {
  2.     "pools": [{
  3.             "rolls": 1,
  4.             "entries": [{
  5.                 "type": "item",
  6.                 "weight": 1,
  7.                 "name": "minecraft:iron_nugget",
  8.                 "functions": [{
  9.                     "function": "set_count",
  10.                     "count": {
  11.                         "min": 0,
  12.                         "max": 12
  13.                     }
  14.                 }],
  15.                 "conditions": [{
  16.                     "condition": "random_chance",
  17.                     "chance": 0.65
  18.                 }]
  19.             }]
  20.         },
  21.         {
  22.             "rolls": 1,
  23.             "entries": [{
  24.                 "type": "item",
  25.                 "weight": 1,
  26.                 "name": "minecraft:stick",
  27.                 "functions": [{
  28.                     "function": "set_count",
  29.                     "count": {
  30.                         "min": 0,
  31.                         "max": 2
  32.                     }
  33.                 }],
  34.                 "conditions": [{
  35.                     "condition": "random_chance",
  36.                     "chance": 0.45
  37.                 }]
  38.             }]
  39.         },
  40.         {
  41.             "rolls": 1,
  42.             "entries": [{
  43.                 "type": "item",
  44.                 "weight": 1,
  45.                 "name": "minecraft:apple",
  46.                 "functions": [{
  47.                     "function": "set_count",
  48.                     "count": {
  49.                         "min": 1,
  50.                         "max": 7
  51.                     }
  52.                 }],
  53.                 "conditions": [{
  54.                     "condition": "random_chance",
  55.                     "chance": 0.8
  56.                 }]
  57.             }]
  58.         },
  59.         {
  60.             "rolls": 1,
  61.             "entries": [{
  62.                 "type": "item",
  63.                 "weight": 1,
  64.                 "name": "minecraft:nether_wart",
  65.                 "functions": [{
  66.                     "function": "set_count",
  67.                     "count": {
  68.                         "min": 0,
  69.                         "max": 1
  70.                     }
  71.                 }],
  72.                 "conditions": [{
  73.                     "condition": "random_chance",
  74.                     "chance": 0.17
  75.                 }]
  76.             }]
  77.         },
  78.         {
  79.             "rolls": 1,
  80.             "entries": [{
  81.                 "type": "item",
  82.                 "weight": 1,
  83.                 "name": "minecraft:gold_nugget",
  84.                 "functions": [{
  85.                     "function": "set_count",
  86.                     "count": {
  87.                         "min": 0,
  88.                         "max": 1
  89.                     }
  90.                 }],
  91.                 "conditions": [{
  92.                     "condition": "random_chance",
  93.                     "chance": 0.2
  94.                 }]
  95.             }]
  96.         },
  97.         {
  98.             "rolls": 1,
  99.             "entries": [{
  100.                 "type": "item",
  101.                 "weight": 1,
  102.                 "name": "minecraft:leather",
  103.                 "functions": [{
  104.                     "function": "set_count",
  105.                     "count": {
  106.                         "min": 1,
  107.                         "max": 3
  108.                     }
  109.                 }],
  110.                 "conditions": [{
  111.                     "condition": "random_chance",
  112.                     "chance": 0.1
  113.                 }]
  114.             }]
  115.         },
  116.         {
  117.             "rolls": 1,
  118.             "entries": [{
  119.                 "type": "item",
  120.                 "weight": 1,
  121.                 "name": "minecraft:leather_boots",
  122.                 "functions": [{
  123.                     "function": "set_count",
  124.                     "count": {
  125.                         "min": 1,
  126.                         "max": 1
  127.                     }
  128.                 }],
  129.                 "conditions": [{
  130.                     "condition": "random_chance",
  131.                     "chance": 0.17
  132.                 }]
  133.             }]
  134.         },
  135.         {
  136.             "rolls": 1,
  137.             "entries": [{
  138.                 "type": "item",
  139.                 "weight": 1,
  140.                 "name": "minecraft:arrow",
  141.                 "functions": [{
  142.                     "function": "set_count",
  143.                     "count": {
  144.                         "min": 1,
  145.                         "max": 6
  146.                     }
  147.                 }],
  148.                 "conditions": [{
  149.                     "condition": "random_chance",
  150.                     "chance": 0.75
  151.                 }]
  152.             }]
  153.         },
  154.         {
  155.             "rolls": 1,
  156.             "entries": [{
  157.                 "type": "item",
  158.                 "weight": 1,
  159.                 "name": "minecraft:enchanted_book",
  160.                 "functions": [{
  161.                     "function": "set_nbt",
  162.                     "tag": "{StoredEnchantments:[{id:0,lvl:3}]}"
  163.                 }],
  164.                 "conditions": [{
  165.                     "condition": "random_chance",
  166.                     "chance": 0.02
  167.                 }]
  168.             }]
  169.         },
  170.         {
  171.             "rolls": 1,
  172.             "entries": [{
  173.                 "type": "item",
  174.                 "weight": 1,
  175.                 "name": "minecraft:enchanted_book",
  176.                 "functions": [{
  177.                     "function": "set_nbt",
  178.                     "tag": "{StoredEnchantments:[{id:2,lvl:4}]}"
  179.                 }],
  180.                 "conditions": [{
  181.                     "condition": "random_chance",
  182.                     "chance": 0.02
  183.                 }]
  184.             }]
  185.         },
  186.         {
  187.             "rolls": 1,
  188.             "entries": [{
  189.                 "type": "item",
  190.                 "weight": 1,
  191.                 "name": "minecraft:enchanted_book",
  192.                 "functions": [{
  193.                     "function": "set_nbt",
  194.                     "tag": "{StoredEnchantments:[{id:4,lvl:4}]}"
  195.                 }],
  196.                 "conditions": [{
  197.                     "condition": "random_chance",
  198.                     "chance": 0.02
  199.                 }]
  200.             }]
  201.         },
  202.         {
  203.             "rolls": 1,
  204.             "entries": [{
  205.                 "type": "item",
  206.                 "weight": 1,
  207.                 "name": "minecraft:enchanted_book",
  208.                 "functions": [{
  209.                     "function": "set_nbt",
  210.                     "tag": "{StoredEnchantments:[{id:3,lvl:5}]}"
  211.                 }],
  212.                 "conditions": [{
  213.                     "condition": "random_chance",
  214.                     "chance": 0.02
  215.                 }]
  216.             }]
  217.         },
  218.         {
  219.             "rolls": 1,
  220.             "entries": [{
  221.                 "type": "item",
  222.                 "weight": 1,
  223.                 "name": "minecraft:enchanted_book",
  224.                 "functions": [{
  225.                     "function": "set_nbt",
  226.                     "tag": "{StoredEnchantments:[{id:34,lvl:1}]}"
  227.                 }],
  228.                 "conditions": [{
  229.                     "condition": "random_chance",
  230.                     "chance": 0.04
  231.                 }]
  232.             }]
  233.         },
  234.         {
  235.             "rolls": 1,
  236.             "entries": [{
  237.                 "type": "item",
  238.                 "weight": 1,
  239.                 "name": "minecraft:enchanted_book",
  240.                 "functions": [{
  241.                     "function": "set_nbt",
  242.                     "tag": "{StoredEnchantments:[{id:34,lvl:3}]}"
  243.                 }],
  244.                 "conditions": [{
  245.                     "condition": "random_chance",
  246.                     "chance": 0.01
  247.                 }]
  248.             }]
  249.         },
  250.         {
  251.             "rolls": 1,
  252.             "entries": [{
  253.                 "type": "item",
  254.                 "weight": 1,
  255.                 "name": "minecraft:enchanted_book",
  256.                 "functions": [{
  257.                     "function": "set_nbt",
  258.                     "tag": "{StoredEnchantments:[{id:16,lvl:2}]}"
  259.                 }],
  260.                 "conditions": [{
  261.                     "condition": "random_chance",
  262.                     "chance": 0.02
  263.                 }]
  264.             }]
  265.         },
  266.         {
  267.             "rolls": 1,
  268.             "entries": [{
  269.                 "type": "item",
  270.                 "weight": 1,
  271.                 "name": "minecraft:enchanted_book",
  272.                 "functions": [{
  273.                     "function": "set_nbt",
  274.                     "tag": "{StoredEnchantments:[{id:18,lvl:2}]}"
  275.                 }],
  276.                 "conditions": [{
  277.                     "condition": "random_chance",
  278.                     "chance": 0.02
  279.                 }]
  280.             }]
  281.         }
  282.     ]
  283. }
Advertisement
Add Comment
Please, Sign In to add comment