Advertisement
medical-boy-sf

my_file

Jul 3rd, 2023
830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.11 KB | None | 0 0
  1. {
  2.   "type": "minecraft:chest",
  3.   "pools": [
  4.     {
  5.       "rolls": {
  6.         "min": 0,
  7.         "max": 2
  8.       },
  9.       "entries": [
  10.         {
  11.           "type": "item",
  12.           "name": "emerald",
  13.           "weight": 4,
  14.           "functions": [
  15.             {
  16.               "function": "set_count",
  17.               "count": {
  18.                 "min": 1,
  19.                 "max": 3
  20.               }
  21.             }
  22.           ]
  23.         },
  24.         {
  25.           "type": "item",
  26.           "name": "diamond",
  27.           "weight": 2,
  28.           "functions": [
  29.             {
  30.               "function": "set_count",
  31.               "count": {
  32.                 "min": 1,
  33.                 "max": 2
  34.               }
  35.             }
  36.           ]
  37.         },
  38.         {
  39.           "type": "item",
  40.           "name": "book",
  41.           "weight": 4,
  42.           "functions": [
  43.             {
  44.               "function": "enchant_randomly"
  45.             },
  46.             {
  47.               "function": "set_count",
  48.               "count": 1
  49.             }
  50.           ]
  51.         },
  52.         {
  53.           "type": "item",
  54.           "name": "iron_chestplate",
  55.           "weight": 2,
  56.           "functions": [
  57.             {
  58.               "function": "enchant_randomly"
  59.             }
  60.           ]
  61.         },
  62.         {
  63.           "type": "item",
  64.           "name": "golden_apple",
  65.           "weight": 3,
  66.           "functions": [
  67.             {
  68.               "function": "set_count",
  69.               "count": 1
  70.             }
  71.           ]
  72.         },
  73.         {
  74.           "type": "item",
  75.           "name": "guardian_spawn_egg",
  76.           "weight": 2,
  77.           "functions": [
  78.             {
  79.               "function": "set_count",
  80.               "count": 1
  81.             }
  82.           ]
  83.         },
  84.         {
  85.           "type": "item",
  86.           "name": "iron_leggings",
  87.           "weight": 2,
  88.           "functions": [
  89.             {
  90.               "function": "enchant_randomly"
  91.             }
  92.           ]
  93.         },
  94.         {
  95.           "type": "item",
  96.           "name": "iron_helmet",
  97.           "weight": 2,
  98.           "functions": [
  99.             {
  100.               "function": "enchant_randomly"
  101.             }
  102.           ]
  103.         },
  104.         {
  105.           "type": "item",
  106.           "name": "iron_boots",
  107.           "weight": 2,
  108.           "functions": [
  109.             {
  110.               "function": "enchant_randomly"
  111.             }
  112.           ]
  113.         },
  114.         {
  115.           "type": "item",
  116.           "name": "iron_sword",
  117.           "weight": 2,
  118.           "functions": [
  119.             {
  120.               "function": "enchant_randomly"
  121.             }
  122.           ]
  123.         },
  124.         {
  125.           "type": "item",
  126.           "name": "iron_golem_spawn_egg",
  127.           "weight": 2,
  128.           "functions": [
  129.             {
  130.               "function": "enchant_randomly"
  131.             }
  132.           ]
  133.         }
  134.       ]
  135.     },
  136.     {
  137.       "rolls": {
  138.         "min": 5,
  139.         "max": 8
  140.       },
  141.       "entries": [
  142.         {
  143.           "type": "item",
  144.           "name": "gunpowder",
  145.           "weight": 5,
  146.           "functions": [
  147.             {
  148.               "function": "set_count",
  149.               "count": {
  150.                 "min": 2,
  151.                 "max": 5
  152.               }
  153.             }
  154.           ]
  155.         },
  156.         {
  157.           "type": "item",
  158.           "name": "pumpkin_pie",
  159.           "weight": 10,
  160.           "functions": [
  161.             {
  162.               "function": "set_count",
  163.               "count": {
  164.                 "min": 1,
  165.                 "max": 3
  166.               }
  167.             }
  168.           ]
  169.         },
  170.         {
  171.           "type": "item",
  172.           "name": "bone_block",
  173.           "weight": 7,
  174.           "functions": [
  175.             {
  176.               "function": "set_count",
  177.               "count": {
  178.                 "min": 1,
  179.                 "max": 3
  180.               }
  181.             }
  182.           ]
  183.         },
  184.         {
  185.           "type": "item",
  186.           "name": "wheat_seeds",
  187.           "weight": 5,
  188.           "functions": [
  189.             {
  190.               "function": "set_count",
  191.               "count": {
  192.                 "min": 2,
  193.                 "max": 5
  194.               }
  195.             }
  196.           ]
  197.         },
  198.         {
  199.           "type": "item",
  200.           "name": "pumpkin_seeds",
  201.           "weight": 5,
  202.           "functions": [
  203.             {
  204.               "function": "set_count",
  205.               "count": {
  206.                 "min": 2,
  207.                 "max": 5
  208.               }
  209.             }
  210.           ]
  211.         },
  212.         {
  213.           "type": "item",
  214.           "name": "melon_seeds",
  215.           "weight": 5,
  216.           "functions": [
  217.             {
  218.               "function": "set_count",
  219.               "count": {
  220.                 "min": 2,
  221.                 "max": 5
  222.               }
  223.             }
  224.           ]
  225.         },
  226.         {
  227.           "type": "item",
  228.           "name": "rotten_flesh",
  229.           "weight": 10,
  230.           "functions": [
  231.             {
  232.               "function": "set_count",
  233.               "count": {
  234.                 "min": 1,
  235.                 "max": 7
  236.               }
  237.             }
  238.           ]
  239.         }
  240.       ]
  241.     }
  242.   ]
  243. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement