Advertisement
Guest User

Mineshaft Loot

a guest
Feb 24th, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 11.29 KB | None | 0 0
  1. {
  2.   "type": "minecraft:chest",
  3.   "pools": [
  4.     {
  5.       "rolls": 1,
  6.       "entries": [
  7.         {
  8.           "type": "minecraft:item",
  9.           "weight": 20,
  10.           "name": "minecraft:golden_apple"
  11.         },
  12.         {
  13.           "type": "minecraft:item",
  14.           "name": "minecraft:enchanted_golden_apple"
  15.         },
  16.         {
  17.           "type": "minecraft:item",
  18.           "weight": 30,
  19.           "name": "minecraft:name_tag"
  20.         },
  21.         {
  22.           "type": "minecraft:item",
  23.           "weight": 10,
  24.           "functions": [
  25.             {
  26.               "function": "minecraft:enchant_randomly"
  27.             }
  28.           ],
  29.           "name": "minecraft:book"
  30.         },
  31.         {
  32.           "type": "minecraft:item",
  33.           "weight": 5,
  34.           "name": "minecraft:iron_pickaxe"
  35.         },
  36.         {
  37.           "type": "minecraft:empty",
  38.           "weight": 5
  39.         }
  40.       ]
  41.     },
  42.     {
  43.       "rolls": {
  44.         "min": 2.0,
  45.         "max": 4.0,
  46.         "type": "minecraft:uniform"
  47.       },
  48.       "entries": [
  49.         {
  50.           "type": "minecraft:item",
  51.           "weight": 10,
  52.           "functions": [
  53.             {
  54.               "function": "minecraft:set_count",
  55.               "count": {
  56.                 "min": 1.0,
  57.                 "max": 5.0,
  58.                 "type": "minecraft:uniform"
  59.               }
  60.             }
  61.           ],
  62.           "name": "minecraft:iron_ingot"
  63.         },
  64.         {
  65.           "type": "minecraft:item",
  66.           "weight": 5,
  67.           "functions": [
  68.             {
  69.               "function": "minecraft:set_count",
  70.               "count": {
  71.                 "min": 1.0,
  72.                 "max": 3.0,
  73.                 "type": "minecraft:uniform"
  74.               }
  75.             }
  76.           ],
  77.           "name": "minecraft:gold_ingot"
  78.         },
  79.         {
  80.           "type": "minecraft:item",
  81.           "weight": 5,
  82.           "functions": [
  83.             {
  84.               "function": "minecraft:set_count",
  85.               "count": {
  86.                 "min": 4.0,
  87.                 "max": 9.0,
  88.                 "type": "minecraft:uniform"
  89.               }
  90.             }
  91.           ],
  92.           "name": "minecraft:redstone"
  93.         },
  94.         {
  95.           "type": "minecraft:item",
  96.           "weight": 5,
  97.           "functions": [
  98.             {
  99.               "function": "minecraft:set_count",
  100.               "count": {
  101.                 "min": 4.0,
  102.                 "max": 9.0,
  103.                 "type": "minecraft:uniform"
  104.               }
  105.             }
  106.           ],
  107.           "name": "minecraft:lapis_lazuli"
  108.         },
  109.         {
  110.           "type": "minecraft:item",
  111.           "weight": 3,
  112.           "functions": [
  113.             {
  114.               "function": "minecraft:set_count",
  115.               "count": {
  116.                 "min": 1.0,
  117.                 "max": 2.0,
  118.                 "type": "minecraft:uniform"
  119.               }
  120.             }
  121.           ],
  122.           "name": "minecraft:diamond"
  123.         },
  124.         {
  125.           "type": "minecraft:item",
  126.           "weight": 10,
  127.           "functions": [
  128.             {
  129.               "function": "minecraft:set_count",
  130.               "count": {
  131.                 "min": 3.0,
  132.                 "max": 8.0,
  133.                 "type": "minecraft:uniform"
  134.               }
  135.             }
  136.           ],
  137.           "name": "minecraft:coal"
  138.         },
  139.         {
  140.           "type": "minecraft:item",
  141.           "weight": 15,
  142.           "functions": [
  143.             {
  144.               "function": "minecraft:set_count",
  145.               "count": {
  146.                 "min": 1.0,
  147.                 "max": 3.0,
  148.                 "type": "minecraft:uniform"
  149.               }
  150.             }
  151.           ],
  152.           "name": "minecraft:bread"
  153.         },
  154.         {
  155.           "type": "minecraft:item",
  156.           "weight": 10,
  157.           "functions": [
  158.             {
  159.               "function": "minecraft:set_count",
  160.               "count": {
  161.                 "min": 2.0,
  162.                 "max": 4.0,
  163.                 "type": "minecraft:uniform"
  164.               }
  165.             }
  166.           ],
  167.           "name": "minecraft:melon_seeds"
  168.         },
  169.         {
  170.           "type": "minecraft:item",
  171.           "weight": 10,
  172.           "functions": [
  173.             {
  174.               "function": "minecraft:set_count",
  175.               "count": {
  176.                 "min": 2.0,
  177.                 "max": 4.0,
  178.                 "type": "minecraft:uniform"
  179.               }
  180.             }
  181.           ],
  182.           "name": "minecraft:pumpkin_seeds"
  183.         },
  184.         {
  185.           "type": "minecraft:item",
  186.           "weight": 10,
  187.           "functions": [
  188.             {
  189.               "function": "minecraft:set_count",
  190.               "count": {
  191.                 "min": 2.0,
  192.                 "max": 4.0,
  193.                 "type": "minecraft:uniform"
  194.               }
  195.             }
  196.           ],
  197.           "name": "minecraft:beetroot_seeds"
  198.         }
  199.       ]
  200.     },
  201.     {
  202.       "rolls": 3,
  203.       "entries": [
  204.         {
  205.           "type": "minecraft:item",
  206.           "weight": 20,
  207.           "functions": [
  208.             {
  209.               "function": "minecraft:set_count",
  210.               "count": {
  211.                 "min": 4.0,
  212.                 "max": 8.0,
  213.                 "type": "minecraft:uniform"
  214.               }
  215.             }
  216.           ],
  217.           "name": "minecraft:rail"
  218.         },
  219.         {
  220.           "type": "minecraft:item",
  221.           "weight": 5,
  222.           "functions": [
  223.             {
  224.               "function": "minecraft:set_count",
  225.               "count": {
  226.                 "min": 1.0,
  227.                 "max": 4.0,
  228.                 "type": "minecraft:uniform"
  229.               }
  230.             }
  231.           ],
  232.           "name": "minecraft:powered_rail"
  233.         },
  234.         {
  235.           "type": "minecraft:item",
  236.           "weight": 5,
  237.           "functions": [
  238.             {
  239.               "function": "minecraft:set_count",
  240.               "count": {
  241.                 "min": 1.0,
  242.                 "max": 4.0,
  243.                 "type": "minecraft:uniform"
  244.               }
  245.             }
  246.           ],
  247.           "name": "minecraft:detector_rail"
  248.         },
  249.         {
  250.           "type": "minecraft:item",
  251.           "weight": 5,
  252.           "functions": [
  253.             {
  254.               "function": "minecraft:set_count",
  255.               "count": {
  256.                 "min": 1.0,
  257.                 "max": 4.0,
  258.                 "type": "minecraft:uniform"
  259.               }
  260.             }
  261.           ],
  262.           "name": "minecraft:activator_rail"
  263.         },
  264.         {
  265.           "type": "minecraft:item",
  266.           "weight": 15,
  267.           "functions": [
  268.             {
  269.               "function": "minecraft:set_count",
  270.               "count": {
  271.                 "min": 1.0,
  272.                 "max": 16.0,
  273.                 "type": "minecraft:uniform"
  274.               }
  275.             }
  276.           ],
  277.           "name": "minecraft:torch"
  278.         }
  279.       ]
  280.     },
  281.     {
  282.       "rolls": {
  283.         "min": 1,
  284.         "max": 15
  285.       },
  286.       "entries": [{
  287.                 "type": "item",
  288.                 "name": "minecraft:",
  289.                 "weight": 4
  290.             },
  291.             {
  292.                 "type": "item",
  293.                 "name": "minecraft:",
  294.                 "weight": 4
  295.             },
  296.             {
  297.                 "type": "item",
  298.                 "name": "minecraft:",
  299.                 "weight": 4
  300.             },
  301.             {
  302.                 "type": "item",
  303.                 "name": "minecraft:",
  304.                 "weight": 4,
  305.                 "functions": [{
  306.                     "function": "set_nbt",
  307.                     "tag": "{EntityTag:{id:minecraft:tropical_fish}}"
  308.                 }]
  309.             },
  310.             {
  311.                 "type": "item",
  312.                 "name": "minecraft:",
  313.                 "weight": 2,
  314.                 "functions": [{
  315.                     "function": "set_nbt",
  316.                     "tag": "{EntityTag:{id:minecraft:turtle}}"
  317.                 }]
  318.             },
  319.             {
  320.                 "type": "item",
  321.                 "name": "minecraft:sapling",
  322.                 "weight": 5,
  323.                 "functions": [{
  324.                     "function": "set_data",
  325.                     "data": 0
  326.                 }]
  327.             },
  328.             {
  329.                 "type": "item",
  330.                 "name": "minecraft:sapling",
  331.                 "weight": 5,
  332.                 "functions": [{
  333.                     "function": "set_data",
  334.                     "data": 1
  335.                 }]
  336.             },
  337.             {
  338.                 "type": "item",
  339.                 "name": "minecraft:sapling",
  340.                 "weight": 5,
  341.                 "functions": [{
  342.                     "function": "set_data",
  343.                     "data": 2
  344.                 }]
  345.             },
  346.             {
  347.                 "type": "item",
  348.                 "name": "minecraft:sapling",
  349.                 "weight": 5,
  350.                 "functions": [{
  351.                     "function": "set_data",
  352.                     "data": 3
  353.                 }]
  354.             },
  355.             {
  356.                 "type": "item",
  357.                 "name": "minecraft:sapling",
  358.                 "weight": 5,
  359.                 "functions": [{
  360.                     "function": "set_data",
  361.                     "data": 4
  362.                 }]
  363.             },
  364.             {
  365.                 "type": "item",
  366.                 "name": "minecraft:sapling",
  367.                 "weight": 5,
  368.                 "functions": [{
  369.                     "function": "set_data",
  370.                     "data": 5
  371.                 }]
  372.             },
  373.             {
  374.                 "type": "item",
  375.                 "name": "minecraft:reeds",
  376.                 "weight": 5
  377.             },
  378.             {
  379.                 "type": "item",
  380.                 "name": "minecraft:spawn_egg",
  381.                 "weight": 2,
  382.                 "functions": [{
  383.                     "function": "set_nbt",
  384.                     "tag": "{EntityTag:{id:minecraft:horse}}"
  385.                 }]
  386.             },
  387.             {
  388.                 "type": "item",
  389.                 "name": "minecraft:spawn_egg",
  390.                 "weight": 2,
  391.                 "functions": [{
  392.                     "function": "set_nbt",
  393.                     "tag": "{EntityTag:{id:minecraft:parrot}}"
  394.                 }]
  395.             },
  396.             {
  397.                 "type": "item",
  398.                 "name": "minecraft:",
  399.                 "weight": 3
  400.             },
  401.             {
  402.                 "type": "item",
  403.                 "name": "minecraft:",
  404.                 "weight": 3,
  405.                 "functions": [{
  406.                     "function": "set_nbt",
  407.                     "tag": "{EntityTag:{id:minecraft:mooshroom}}"
  408.                 }]
  409.             },
  410.             {
  411.                 "type": "item",
  412.                 "name": "minecraft:clay_ball",
  413.                 "weight": 8,
  414.                 "functions": [{
  415.                     "function": "set_count",
  416.                     "count": {
  417.                         "min": 1,
  418.                         "max": 32
  419.                     }
  420.                 }]
  421.             },
  422.             {
  423.                 "type": "item",
  424.                 "name": "minecraft:waterlily",
  425.                 "weight": 3,
  426.                 "functions": [{
  427.                     "function": "set_count",
  428.                     "count": {
  429.                         "min": 1,
  430.                         "max": 32
  431.                     }
  432.                 }]
  433.             },
  434.             {
  435.                 "type": "item",
  436.                 "name": "minecraft:cactus",
  437.                 "weight": 4
  438.             },
  439.             {
  440.                 "type": "item",
  441.                 "name": "minecraft:dye",
  442.                 "weight": 6,
  443.                 "functions": [{
  444.                     "function": "set_data",
  445.                     "data": 3
  446.                 }]
  447.             },
  448.             {
  449.                 "type": "item",
  450.                 "name": "minecraft:vine",
  451.                 "weight": 2
  452.             },
  453.             {
  454.                 "type": "item",
  455.                 "name": "minecraft:beetroot_seeds",
  456.                 "weight": 2
  457.             },
  458.             {
  459.                 "type": "item",
  460.                 "name": "minecraft:",
  461.                 "weight": 2
  462.             },
  463.             {
  464.                 "type": "item",
  465.                 "name": "minecraft:spawn_egg",
  466.                 "weight": 2,
  467.                 "functions": [{
  468.                     "function": "set_nbt",
  469.                     "tag": "{EntityTag:{id:minecraft:wolf}}"
  470.                 }]
  471.             },
  472.             {
  473.                 "type": "item",
  474.                 "name": "minecraft:spawn_egg",
  475.                 "weight": 2,
  476.                 "functions": [{
  477.                     "function": "set_nbt",
  478.                     "tag": "{EntityTag:{id:minecraft:llama}}"
  479.                 }]
  480.             },
  481.             {
  482.                 "type": "item",
  483.                 "name": "minecraft:spawn_egg",
  484.                 "weight": 3,
  485.                 "functions": [{
  486.                     "function": "set_nbt",
  487.                     "tag": "{EntityTag:{id:minecraft:squid}}"
  488.                 }]
  489.             },
  490.             {
  491.                 "type": "item",
  492.                 "name": "minecraft:spawn_egg",
  493.                 "weight": 2,
  494.                 "functions": [{
  495.                     "function": "set_nbt",
  496.                     "tag": "{EntityTag:{id:Cat}}"
  497.                 }]
  498.             },
  499.             {
  500.                 "type": "item",
  501.                 "name": "minecraft:spawn_egg",
  502.                 "weight": 2,
  503.                 "functions": [{
  504.                     "function": "set_nbt",
  505.                     "tag": "{EntityTag:{id:minecraft:ocelot}}"
  506.                 }]
  507.             },
  508.             {
  509.                 "type": "item",
  510.                 "name": "minecraft:",
  511.                 "weight": 2
  512.             },
  513.             {
  514.                 "type": "item",
  515.                 "name": "minecraft:spawn_egg",
  516.                 "weight": 2,
  517.                 "functions": [{
  518.                     "function": "set_nbt",
  519.                     "tag": "{EntityTag:{id:minecraft:donkey}}"
  520.                 }]
  521.             }
  522.         ]
  523.     }
  524. ]
  525. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement