Advertisement
Guest User

Return biome ID as item count

a guest
Jul 21st, 2019
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 40.35 KB | None | 0 0
  1. {
  2.   "type": "minecraft:generic",
  3.   "pools": [
  4.     {
  5.       "rolls": 1,
  6.       "entries": [
  7.         {
  8.           "type": "minecraft:alternatives",
  9.           "children": [
  10.             {
  11.               "conditions": [
  12.                 {
  13.                   "condition": "minecraft:location_check",
  14.                   "predicate": {
  15.                     "biome": "minecraft:ocean"
  16.                   }
  17.                 }
  18.               ],
  19.               "type": "minecraft:item",
  20.               "name": "minecraft:golden_hoe",
  21.               "functions": [
  22.                 {
  23.                   "function": "minecraft:set_count",
  24.                   "count": 0
  25.                 }
  26.               ]
  27.             },
  28.             {
  29.               "conditions": [
  30.                 {
  31.                   "condition": "minecraft:location_check",
  32.                   "predicate": {
  33.                     "biome": "minecraft:plains"
  34.                   }
  35.                 }
  36.               ],
  37.               "type": "minecraft:item",
  38.               "name": "minecraft:golden_hoe",
  39.               "functions": [
  40.                 {
  41.                   "function": "minecraft:set_count",
  42.                   "count": 1
  43.                 }
  44.               ]
  45.             },
  46.             {
  47.               "conditions": [
  48.                 {
  49.                   "condition": "minecraft:location_check",
  50.                   "predicate": {
  51.                     "biome": "minecraft:desert"
  52.                   }
  53.                 }
  54.               ],
  55.               "type": "minecraft:item",
  56.               "name": "minecraft:golden_hoe",
  57.               "functions": [
  58.                 {
  59.                   "function": "minecraft:set_count",
  60.                   "count": 2
  61.                 }
  62.               ]
  63.             },
  64.             {
  65.               "conditions": [
  66.                 {
  67.                   "condition": "minecraft:location_check",
  68.                   "predicate": {
  69.                     "biome": "minecraft:mountains"
  70.                   }
  71.                 }
  72.               ],
  73.               "type": "minecraft:item",
  74.               "name": "minecraft:golden_hoe",
  75.               "functions": [
  76.                 {
  77.                   "function": "minecraft:set_count",
  78.                   "count": 3
  79.                 }
  80.               ]
  81.             },
  82.             {
  83.               "conditions": [
  84.                 {
  85.                   "condition": "minecraft:location_check",
  86.                   "predicate": {
  87.                     "biome": "minecraft:forest"
  88.                   }
  89.                 }
  90.               ],
  91.               "type": "minecraft:item",
  92.               "name": "minecraft:golden_hoe",
  93.               "functions": [
  94.                 {
  95.                   "function": "minecraft:set_count",
  96.                   "count": 4
  97.                 }
  98.               ]
  99.             },
  100.             {
  101.               "conditions": [
  102.                 {
  103.                   "condition": "minecraft:location_check",
  104.                   "predicate": {
  105.                     "biome": "minecraft:taiga"
  106.                   }
  107.                 }
  108.               ],
  109.               "type": "minecraft:item",
  110.               "name": "minecraft:golden_hoe",
  111.               "functions": [
  112.                 {
  113.                   "function": "minecraft:set_count",
  114.                   "count": 5
  115.                 }
  116.               ]
  117.             },
  118.             {
  119.               "conditions": [
  120.                 {
  121.                   "condition": "minecraft:location_check",
  122.                   "predicate": {
  123.                     "biome": "minecraft:swamp"
  124.                   }
  125.                 }
  126.               ],
  127.               "type": "minecraft:item",
  128.               "name": "minecraft:golden_hoe",
  129.               "functions": [
  130.                 {
  131.                   "function": "minecraft:set_count",
  132.                   "count": 6
  133.                 }
  134.               ]
  135.             },
  136.             {
  137.               "conditions": [
  138.                 {
  139.                   "condition": "minecraft:location_check",
  140.                   "predicate": {
  141.                     "biome": "minecraft:river"
  142.                   }
  143.                 }
  144.               ],
  145.               "type": "minecraft:item",
  146.               "name": "minecraft:golden_hoe",
  147.               "functions": [
  148.                 {
  149.                   "function": "minecraft:set_count",
  150.                   "count": 7
  151.                 }
  152.               ]
  153.             },
  154.             {
  155.               "conditions": [
  156.                 {
  157.                   "condition": "minecraft:location_check",
  158.                   "predicate": {
  159.                     "biome": "minecraft:nether"
  160.                   }
  161.                 }
  162.               ],
  163.               "type": "minecraft:item",
  164.               "name": "minecraft:golden_hoe",
  165.               "functions": [
  166.                 {
  167.                   "function": "minecraft:set_count",
  168.                   "count": 8
  169.                 }
  170.               ]
  171.             },
  172.             {
  173.               "conditions": [
  174.                 {
  175.                   "condition": "minecraft:location_check",
  176.                   "predicate": {
  177.                     "biome": "minecraft:the_end"
  178.                   }
  179.                 }
  180.               ],
  181.               "type": "minecraft:item",
  182.               "name": "minecraft:golden_hoe",
  183.               "functions": [
  184.                 {
  185.                   "function": "minecraft:set_count",
  186.                   "count": 9
  187.                 }
  188.               ]
  189.             },
  190.             {
  191.               "conditions": [
  192.                 {
  193.                   "condition": "minecraft:location_check",
  194.                   "predicate": {
  195.                     "biome": "minecraft:frozen_ocean"
  196.                   }
  197.                 }
  198.               ],
  199.               "type": "minecraft:item",
  200.               "name": "minecraft:golden_hoe",
  201.               "functions": [
  202.                 {
  203.                   "function": "minecraft:set_count",
  204.                   "count": 10
  205.                 }
  206.               ]
  207.             },
  208.             {
  209.               "conditions": [
  210.                 {
  211.                   "condition": "minecraft:location_check",
  212.                   "predicate": {
  213.                     "biome": "minecraft:frozen_river"
  214.                   }
  215.                 }
  216.               ],
  217.               "type": "minecraft:item",
  218.               "name": "minecraft:golden_hoe",
  219.               "functions": [
  220.                 {
  221.                   "function": "minecraft:set_count",
  222.                   "count": 11
  223.                 }
  224.               ]
  225.             },
  226.             {
  227.               "conditions": [
  228.                 {
  229.                   "condition": "minecraft:location_check",
  230.                   "predicate": {
  231.                     "biome": "minecraft:snowy_tundra"
  232.                   }
  233.                 }
  234.               ],
  235.               "type": "minecraft:item",
  236.               "name": "minecraft:golden_hoe",
  237.               "functions": [
  238.                 {
  239.                   "function": "minecraft:set_count",
  240.                   "count": 12
  241.                 }
  242.               ]
  243.             },
  244.             {
  245.               "conditions": [
  246.                 {
  247.                   "condition": "minecraft:location_check",
  248.                   "predicate": {
  249.                     "biome": "minecraft:snowy_mountains"
  250.                   }
  251.                 }
  252.               ],
  253.               "type": "minecraft:item",
  254.               "name": "minecraft:golden_hoe",
  255.               "functions": [
  256.                 {
  257.                   "function": "minecraft:set_count",
  258.                   "count": 13
  259.                 }
  260.               ]
  261.             },
  262.             {
  263.               "conditions": [
  264.                 {
  265.                   "condition": "minecraft:location_check",
  266.                   "predicate": {
  267.                     "biome": "minecraft:mushroom_fields"
  268.                   }
  269.                 }
  270.               ],
  271.               "type": "minecraft:item",
  272.               "name": "minecraft:golden_hoe",
  273.               "functions": [
  274.                 {
  275.                   "function": "minecraft:set_count",
  276.                   "count": 14
  277.                 }
  278.               ]
  279.             },
  280.             {
  281.               "conditions": [
  282.                 {
  283.                   "condition": "minecraft:location_check",
  284.                   "predicate": {
  285.                     "biome": "minecraft:mushroom_field_shore"
  286.                   }
  287.                 }
  288.               ],
  289.               "type": "minecraft:item",
  290.               "name": "minecraft:golden_hoe",
  291.               "functions": [
  292.                 {
  293.                   "function": "minecraft:set_count",
  294.                   "count": 15
  295.                 }
  296.               ]
  297.             },
  298.             {
  299.               "conditions": [
  300.                 {
  301.                   "condition": "minecraft:location_check",
  302.                   "predicate": {
  303.                     "biome": "minecraft:beach"
  304.                   }
  305.                 }
  306.               ],
  307.               "type": "minecraft:item",
  308.               "name": "minecraft:golden_hoe",
  309.               "functions": [
  310.                 {
  311.                   "function": "minecraft:set_count",
  312.                   "count": 16
  313.                 }
  314.               ]
  315.             },
  316.             {
  317.               "conditions": [
  318.                 {
  319.                   "condition": "minecraft:location_check",
  320.                   "predicate": {
  321.                     "biome": "minecraft:desert_hills"
  322.                   }
  323.                 }
  324.               ],
  325.               "type": "minecraft:item",
  326.               "name": "minecraft:golden_hoe",
  327.               "functions": [
  328.                 {
  329.                   "function": "minecraft:set_count",
  330.                   "count": 17
  331.                 }
  332.               ]
  333.             },
  334.             {
  335.               "conditions": [
  336.                 {
  337.                   "condition": "minecraft:location_check",
  338.                   "predicate": {
  339.                     "biome": "minecraft:wooded_hills"
  340.                   }
  341.                 }
  342.               ],
  343.               "type": "minecraft:item",
  344.               "name": "minecraft:golden_hoe",
  345.               "functions": [
  346.                 {
  347.                   "function": "minecraft:set_count",
  348.                   "count": 18
  349.                 }
  350.               ]
  351.             },
  352.             {
  353.               "conditions": [
  354.                 {
  355.                   "condition": "minecraft:location_check",
  356.                   "predicate": {
  357.                     "biome": "minecraft:taiga_hills"
  358.                   }
  359.                 }
  360.               ],
  361.               "type": "minecraft:item",
  362.               "name": "minecraft:golden_hoe",
  363.               "functions": [
  364.                 {
  365.                   "function": "minecraft:set_count",
  366.                   "count": 19
  367.                 }
  368.               ]
  369.             },
  370.             {
  371.               "conditions": [
  372.                 {
  373.                   "condition": "minecraft:location_check",
  374.                   "predicate": {
  375.                     "biome": "minecraft:mountain_edge"
  376.                   }
  377.                 }
  378.               ],
  379.               "type": "minecraft:item",
  380.               "name": "minecraft:golden_hoe",
  381.               "functions": [
  382.                 {
  383.                   "function": "minecraft:set_count",
  384.                   "count": 20
  385.                 }
  386.               ]
  387.             },
  388.             {
  389.               "conditions": [
  390.                 {
  391.                   "condition": "minecraft:location_check",
  392.                   "predicate": {
  393.                     "biome": "minecraft:jungle"
  394.                   }
  395.                 }
  396.               ],
  397.               "type": "minecraft:item",
  398.               "name": "minecraft:golden_hoe",
  399.               "functions": [
  400.                 {
  401.                   "function": "minecraft:set_count",
  402.                   "count": 21
  403.                 }
  404.               ]
  405.             },
  406.             {
  407.               "conditions": [
  408.                 {
  409.                   "condition": "minecraft:location_check",
  410.                   "predicate": {
  411.                     "biome": "minecraft:jungle_hills"
  412.                   }
  413.                 }
  414.               ],
  415.               "type": "minecraft:item",
  416.               "name": "minecraft:golden_hoe",
  417.               "functions": [
  418.                 {
  419.                   "function": "minecraft:set_count",
  420.                   "count": 22
  421.                 }
  422.               ]
  423.             },
  424.             {
  425.               "conditions": [
  426.                 {
  427.                   "condition": "minecraft:location_check",
  428.                   "predicate": {
  429.                     "biome": "minecraft:jungle_edge"
  430.                   }
  431.                 }
  432.               ],
  433.               "type": "minecraft:item",
  434.               "name": "minecraft:golden_hoe",
  435.               "functions": [
  436.                 {
  437.                   "function": "minecraft:set_count",
  438.                   "count": 23
  439.                 }
  440.               ]
  441.             },
  442.             {
  443.               "conditions": [
  444.                 {
  445.                   "condition": "minecraft:location_check",
  446.                   "predicate": {
  447.                     "biome": "minecraft:deep_ocean"
  448.                   }
  449.                 }
  450.               ],
  451.               "type": "minecraft:item",
  452.               "name": "minecraft:golden_hoe",
  453.               "functions": [
  454.                 {
  455.                   "function": "minecraft:set_count",
  456.                   "count": 24
  457.                 }
  458.               ]
  459.             },
  460.             {
  461.               "conditions": [
  462.                 {
  463.                   "condition": "minecraft:location_check",
  464.                   "predicate": {
  465.                     "biome": "minecraft:stone_shore"
  466.                   }
  467.                 }
  468.               ],
  469.               "type": "minecraft:item",
  470.               "name": "minecraft:golden_hoe",
  471.               "functions": [
  472.                 {
  473.                   "function": "minecraft:set_count",
  474.                   "count": 25
  475.                 }
  476.               ]
  477.             },
  478.             {
  479.               "conditions": [
  480.                 {
  481.                   "condition": "minecraft:location_check",
  482.                   "predicate": {
  483.                     "biome": "minecraft:snowy_beach"
  484.                   }
  485.                 }
  486.               ],
  487.               "type": "minecraft:item",
  488.               "name": "minecraft:golden_hoe",
  489.               "functions": [
  490.                 {
  491.                   "function": "minecraft:set_count",
  492.                   "count": 26
  493.                 }
  494.               ]
  495.             },
  496.             {
  497.               "conditions": [
  498.                 {
  499.                   "condition": "minecraft:location_check",
  500.                   "predicate": {
  501.                     "biome": "minecraft:birch_forest"
  502.                   }
  503.                 }
  504.               ],
  505.               "type": "minecraft:item",
  506.               "name": "minecraft:golden_hoe",
  507.               "functions": [
  508.                 {
  509.                   "function": "minecraft:set_count",
  510.                   "count": 27
  511.                 }
  512.               ]
  513.             },
  514.             {
  515.               "conditions": [
  516.                 {
  517.                   "condition": "minecraft:location_check",
  518.                   "predicate": {
  519.                     "biome": "minecraft:birch_forest_hills"
  520.                   }
  521.                 }
  522.               ],
  523.               "type": "minecraft:item",
  524.               "name": "minecraft:golden_hoe",
  525.               "functions": [
  526.                 {
  527.                   "function": "minecraft:set_count",
  528.                   "count": 28
  529.                 }
  530.               ]
  531.             },
  532.             {
  533.               "conditions": [
  534.                 {
  535.                   "condition": "minecraft:location_check",
  536.                   "predicate": {
  537.                     "biome": "minecraft:dark_forest"
  538.                   }
  539.                 }
  540.               ],
  541.               "type": "minecraft:item",
  542.               "name": "minecraft:golden_hoe",
  543.               "functions": [
  544.                 {
  545.                   "function": "minecraft:set_count",
  546.                   "count": 29
  547.                 }
  548.               ]
  549.             },
  550.             {
  551.               "conditions": [
  552.                 {
  553.                   "condition": "minecraft:location_check",
  554.                   "predicate": {
  555.                     "biome": "minecraft:snowy_taiga"
  556.                   }
  557.                 }
  558.               ],
  559.               "type": "minecraft:item",
  560.               "name": "minecraft:golden_hoe",
  561.               "functions": [
  562.                 {
  563.                   "function": "minecraft:set_count",
  564.                   "count": 30
  565.                 }
  566.               ]
  567.             },
  568.             {
  569.               "conditions": [
  570.                 {
  571.                   "condition": "minecraft:location_check",
  572.                   "predicate": {
  573.                     "biome": "minecraft:snowy_taiga_hills"
  574.                   }
  575.                 }
  576.               ],
  577.               "type": "minecraft:item",
  578.               "name": "minecraft:golden_hoe",
  579.               "functions": [
  580.                 {
  581.                   "function": "minecraft:set_count",
  582.                   "count": 31
  583.                 }
  584.               ]
  585.             },
  586.             {
  587.               "conditions": [
  588.                 {
  589.                   "condition": "minecraft:location_check",
  590.                   "predicate": {
  591.                     "biome": "minecraft:giant_tree_taiga"
  592.                   }
  593.                 }
  594.               ],
  595.               "type": "minecraft:item",
  596.               "name": "minecraft:golden_hoe",
  597.               "functions": [
  598.                 {
  599.                   "function": "minecraft:set_count",
  600.                   "count": 32
  601.                 }
  602.               ]
  603.             },
  604.             {
  605.               "conditions": [
  606.                 {
  607.                   "condition": "minecraft:location_check",
  608.                   "predicate": {
  609.                     "biome": "minecraft:giant_tree_taiga_hills"
  610.                   }
  611.                 }
  612.               ],
  613.               "type": "minecraft:item",
  614.               "name": "minecraft:golden_hoe",
  615.               "functions": [
  616.                 {
  617.                   "function": "minecraft:set_count",
  618.                   "count": 33
  619.                 }
  620.               ]
  621.             },
  622.             {
  623.               "conditions": [
  624.                 {
  625.                   "condition": "minecraft:location_check",
  626.                   "predicate": {
  627.                     "biome": "minecraft:wooded_mountains"
  628.                   }
  629.                 }
  630.               ],
  631.               "type": "minecraft:item",
  632.               "name": "minecraft:golden_hoe",
  633.               "functions": [
  634.                 {
  635.                   "function": "minecraft:set_count",
  636.                   "count": 34
  637.                 }
  638.               ]
  639.             },
  640.             {
  641.               "conditions": [
  642.                 {
  643.                   "condition": "minecraft:location_check",
  644.                   "predicate": {
  645.                     "biome": "minecraft:savanna"
  646.                   }
  647.                 }
  648.               ],
  649.               "type": "minecraft:item",
  650.               "name": "minecraft:golden_hoe",
  651.               "functions": [
  652.                 {
  653.                   "function": "minecraft:set_count",
  654.                   "count": 35
  655.                 }
  656.               ]
  657.             },
  658.             {
  659.               "conditions": [
  660.                 {
  661.                   "condition": "minecraft:location_check",
  662.                   "predicate": {
  663.                     "biome": "minecraft:savanna_plateau"
  664.                   }
  665.                 }
  666.               ],
  667.               "type": "minecraft:item",
  668.               "name": "minecraft:golden_hoe",
  669.               "functions": [
  670.                 {
  671.                   "function": "minecraft:set_count",
  672.                   "count": 36
  673.                 }
  674.               ]
  675.             },
  676.             {
  677.               "conditions": [
  678.                 {
  679.                   "condition": "minecraft:location_check",
  680.                   "predicate": {
  681.                     "biome": "minecraft:badlands"
  682.                   }
  683.                 }
  684.               ],
  685.               "type": "minecraft:item",
  686.               "name": "minecraft:golden_hoe",
  687.               "functions": [
  688.                 {
  689.                   "function": "minecraft:set_count",
  690.                   "count": 37
  691.                 }
  692.               ]
  693.             },
  694.             {
  695.               "conditions": [
  696.                 {
  697.                   "condition": "minecraft:location_check",
  698.                   "predicate": {
  699.                     "biome": "minecraft:wooded_badlands_plateau"
  700.                   }
  701.                 }
  702.               ],
  703.               "type": "minecraft:item",
  704.               "name": "minecraft:golden_hoe",
  705.               "functions": [
  706.                 {
  707.                   "function": "minecraft:set_count",
  708.                   "count": 38
  709.                 }
  710.               ]
  711.             },
  712.             {
  713.               "conditions": [
  714.                 {
  715.                   "condition": "minecraft:location_check",
  716.                   "predicate": {
  717.                     "biome": "minecraft:badlands_plateau"
  718.                   }
  719.                 }
  720.               ],
  721.               "type": "minecraft:item",
  722.               "name": "minecraft:golden_hoe",
  723.               "functions": [
  724.                 {
  725.                   "function": "minecraft:set_count",
  726.                   "count": 39
  727.                 }
  728.               ]
  729.             },
  730.             {
  731.               "conditions": [
  732.                 {
  733.                   "condition": "minecraft:location_check",
  734.                   "predicate": {
  735.                     "biome": "minecraft:small_end_islands"
  736.                   }
  737.                 }
  738.               ],
  739.               "type": "minecraft:item",
  740.               "name": "minecraft:golden_hoe",
  741.               "functions": [
  742.                 {
  743.                   "function": "minecraft:set_count",
  744.                   "count": 40
  745.                 }
  746.               ]
  747.             },
  748.             {
  749.               "conditions": [
  750.                 {
  751.                   "condition": "minecraft:location_check",
  752.                   "predicate": {
  753.                     "biome": "minecraft:end_midlands"
  754.                   }
  755.                 }
  756.               ],
  757.               "type": "minecraft:item",
  758.               "name": "minecraft:golden_hoe",
  759.               "functions": [
  760.                 {
  761.                   "function": "minecraft:set_count",
  762.                   "count": 41
  763.                 }
  764.               ]
  765.             },
  766.             {
  767.               "conditions": [
  768.                 {
  769.                   "condition": "minecraft:location_check",
  770.                   "predicate": {
  771.                     "biome": "minecraft:end_highlands"
  772.                   }
  773.                 }
  774.               ],
  775.               "type": "minecraft:item",
  776.               "name": "minecraft:golden_hoe",
  777.               "functions": [
  778.                 {
  779.                   "function": "minecraft:set_count",
  780.                   "count": 42
  781.                 }
  782.               ]
  783.             },
  784.             {
  785.               "conditions": [
  786.                 {
  787.                   "condition": "minecraft:location_check",
  788.                   "predicate": {
  789.                     "biome": "minecraft:end_barrens"
  790.                   }
  791.                 }
  792.               ],
  793.               "type": "minecraft:item",
  794.               "name": "minecraft:golden_hoe",
  795.               "functions": [
  796.                 {
  797.                   "function": "minecraft:set_count",
  798.                   "count": 43
  799.                 }
  800.               ]
  801.             },
  802.             {
  803.               "conditions": [
  804.                 {
  805.                   "condition": "minecraft:location_check",
  806.                   "predicate": {
  807.                     "biome": "minecraft:warm_ocean"
  808.                   }
  809.                 }
  810.               ],
  811.               "type": "minecraft:item",
  812.               "name": "minecraft:golden_hoe",
  813.               "functions": [
  814.                 {
  815.                   "function": "minecraft:set_count",
  816.                   "count": 44
  817.                 }
  818.               ]
  819.             },
  820.             {
  821.               "conditions": [
  822.                 {
  823.                   "condition": "minecraft:location_check",
  824.                   "predicate": {
  825.                     "biome": "minecraft:lukewarm_ocean"
  826.                   }
  827.                 }
  828.               ],
  829.               "type": "minecraft:item",
  830.               "name": "minecraft:golden_hoe",
  831.               "functions": [
  832.                 {
  833.                   "function": "minecraft:set_count",
  834.                   "count": 45
  835.                 }
  836.               ]
  837.             },
  838.             {
  839.               "conditions": [
  840.                 {
  841.                   "condition": "minecraft:location_check",
  842.                   "predicate": {
  843.                     "biome": "minecraft:cold_ocean"
  844.                   }
  845.                 }
  846.               ],
  847.               "type": "minecraft:item",
  848.               "name": "minecraft:golden_hoe",
  849.               "functions": [
  850.                 {
  851.                   "function": "minecraft:set_count",
  852.                   "count": 46
  853.                 }
  854.               ]
  855.             },
  856.             {
  857.               "conditions": [
  858.                 {
  859.                   "condition": "minecraft:location_check",
  860.                   "predicate": {
  861.                     "biome": "minecraft:deep_warm_ocean"
  862.                   }
  863.                 }
  864.               ],
  865.               "type": "minecraft:item",
  866.               "name": "minecraft:golden_hoe",
  867.               "functions": [
  868.                 {
  869.                   "function": "minecraft:set_count",
  870.                   "count": 47
  871.                 }
  872.               ]
  873.             },
  874.             {
  875.               "conditions": [
  876.                 {
  877.                   "condition": "minecraft:location_check",
  878.                   "predicate": {
  879.                     "biome": "minecraft:deep_lukewarm_ocean"
  880.                   }
  881.                 }
  882.               ],
  883.               "type": "minecraft:item",
  884.               "name": "minecraft:golden_hoe",
  885.               "functions": [
  886.                 {
  887.                   "function": "minecraft:set_count",
  888.                   "count": 48
  889.                 }
  890.               ]
  891.             },
  892.             {
  893.               "conditions": [
  894.                 {
  895.                   "condition": "minecraft:location_check",
  896.                   "predicate": {
  897.                     "biome": "minecraft:deep_cold_ocean"
  898.                   }
  899.                 }
  900.               ],
  901.               "type": "minecraft:item",
  902.               "name": "minecraft:golden_hoe",
  903.               "functions": [
  904.                 {
  905.                   "function": "minecraft:set_count",
  906.                   "count": 49
  907.                 }
  908.               ]
  909.             },
  910.             {
  911.               "conditions": [
  912.                 {
  913.                   "condition": "minecraft:location_check",
  914.                   "predicate": {
  915.                     "biome": "minecraft:deep_frozen_ocean"
  916.                   }
  917.                 }
  918.               ],
  919.               "type": "minecraft:item",
  920.               "name": "minecraft:golden_hoe",
  921.               "functions": [
  922.                 {
  923.                   "function": "minecraft:set_count",
  924.                   "count": 50
  925.                 }
  926.               ]
  927.             },
  928.             {
  929.               "conditions": [
  930.                 {
  931.                   "condition": "minecraft:location_check",
  932.                   "predicate": {
  933.                     "biome": "minecraft:the_void"
  934.                   }
  935.                 }
  936.               ],
  937.               "type": "minecraft:item",
  938.               "name": "minecraft:golden_hoe",
  939.               "functions": [
  940.                 {
  941.                   "function": "minecraft:set_count",
  942.                   "count": 127
  943.                 }
  944.               ]
  945.             },
  946.             {
  947.               "conditions": [
  948.                 {
  949.                   "condition": "minecraft:location_check",
  950.                   "predicate": {
  951.                     "biome": "minecraft:sunflower_plains"
  952.                   }
  953.                 }
  954.               ],
  955.               "type": "minecraft:item",
  956.               "name": "minecraft:golden_hoe",
  957.               "functions": [
  958.                 {
  959.                   "function": "minecraft:set_count",
  960.                   "count": 129
  961.                 }
  962.               ]
  963.             },
  964.             {
  965.               "conditions": [
  966.                 {
  967.                   "condition": "minecraft:location_check",
  968.                   "predicate": {
  969.                     "biome": "minecraft:desert_lakes"
  970.                   }
  971.                 }
  972.               ],
  973.               "type": "minecraft:item",
  974.               "name": "minecraft:golden_hoe",
  975.               "functions": [
  976.                 {
  977.                   "function": "minecraft:set_count",
  978.                   "count": 130
  979.                 }
  980.               ]
  981.             },
  982.             {
  983.               "conditions": [
  984.                 {
  985.                   "condition": "minecraft:location_check",
  986.                   "predicate": {
  987.                     "biome": "minecraft:gravelly_mountains"
  988.                   }
  989.                 }
  990.               ],
  991.               "type": "minecraft:item",
  992.               "name": "minecraft:golden_hoe",
  993.               "functions": [
  994.                 {
  995.                   "function": "minecraft:set_count",
  996.                   "count": 131
  997.                 }
  998.               ]
  999.             },
  1000.             {
  1001.               "conditions": [
  1002.                 {
  1003.                   "condition": "minecraft:location_check",
  1004.                   "predicate": {
  1005.                     "biome": "minecraft:flower_forest"
  1006.                   }
  1007.                 }
  1008.               ],
  1009.               "type": "minecraft:item",
  1010.               "name": "minecraft:golden_hoe",
  1011.               "functions": [
  1012.                 {
  1013.                   "function": "minecraft:set_count",
  1014.                   "count": 132
  1015.                 }
  1016.               ]
  1017.             },
  1018.             {
  1019.               "conditions": [
  1020.                 {
  1021.                   "condition": "minecraft:location_check",
  1022.                   "predicate": {
  1023.                     "biome": "minecraft:taiga_mountains"
  1024.                   }
  1025.                 }
  1026.               ],
  1027.               "type": "minecraft:item",
  1028.               "name": "minecraft:golden_hoe",
  1029.               "functions": [
  1030.                 {
  1031.                   "function": "minecraft:set_count",
  1032.                   "count": 133
  1033.                 }
  1034.               ]
  1035.             },
  1036.             {
  1037.               "conditions": [
  1038.                 {
  1039.                   "condition": "minecraft:location_check",
  1040.                   "predicate": {
  1041.                     "biome": "minecraft:swamp_hills"
  1042.                   }
  1043.                 }
  1044.               ],
  1045.               "type": "minecraft:item",
  1046.               "name": "minecraft:golden_hoe",
  1047.               "functions": [
  1048.                 {
  1049.                   "function": "minecraft:set_count",
  1050.                   "count": 134
  1051.                 }
  1052.               ]
  1053.             },
  1054.             {
  1055.               "conditions": [
  1056.                 {
  1057.                   "condition": "minecraft:location_check",
  1058.                   "predicate": {
  1059.                     "biome": "minecraft:ice_spikes"
  1060.                   }
  1061.                 }
  1062.               ],
  1063.               "type": "minecraft:item",
  1064.               "name": "minecraft:golden_hoe",
  1065.               "functions": [
  1066.                 {
  1067.                   "function": "minecraft:set_count",
  1068.                   "count": 140
  1069.                 }
  1070.               ]
  1071.             },
  1072.             {
  1073.               "conditions": [
  1074.                 {
  1075.                   "condition": "minecraft:location_check",
  1076.                   "predicate": {
  1077.                     "biome": "minecraft:modified_jungle"
  1078.                   }
  1079.                 }
  1080.               ],
  1081.               "type": "minecraft:item",
  1082.               "name": "minecraft:golden_hoe",
  1083.               "functions": [
  1084.                 {
  1085.                   "function": "minecraft:set_count",
  1086.                   "count": 149
  1087.                 }
  1088.               ]
  1089.             },
  1090.             {
  1091.               "conditions": [
  1092.                 {
  1093.                   "condition": "minecraft:location_check",
  1094.                   "predicate": {
  1095.                     "biome": "minecraft:modified_jungle_edge"
  1096.                   }
  1097.                 }
  1098.               ],
  1099.               "type": "minecraft:item",
  1100.               "name": "minecraft:golden_hoe",
  1101.               "functions": [
  1102.                 {
  1103.                   "function": "minecraft:set_count",
  1104.                   "count": 151
  1105.                 }
  1106.               ]
  1107.             },
  1108.             {
  1109.               "conditions": [
  1110.                 {
  1111.                   "condition": "minecraft:location_check",
  1112.                   "predicate": {
  1113.                     "biome": "minecraft:tall_birch_forest"
  1114.                   }
  1115.                 }
  1116.               ],
  1117.               "type": "minecraft:item",
  1118.               "name": "minecraft:golden_hoe",
  1119.               "functions": [
  1120.                 {
  1121.                   "function": "minecraft:set_count",
  1122.                   "count": 155
  1123.                 }
  1124.               ]
  1125.             },
  1126.             {
  1127.               "conditions": [
  1128.                 {
  1129.                   "condition": "minecraft:location_check",
  1130.                   "predicate": {
  1131.                     "biome": "minecraft:tall_birch_hills"
  1132.                   }
  1133.                 }
  1134.               ],
  1135.               "type": "minecraft:item",
  1136.               "name": "minecraft:golden_hoe",
  1137.               "functions": [
  1138.                 {
  1139.                   "function": "minecraft:set_count",
  1140.                   "count": 156
  1141.                 }
  1142.               ]
  1143.             },
  1144.             {
  1145.               "conditions": [
  1146.                 {
  1147.                   "condition": "minecraft:location_check",
  1148.                   "predicate": {
  1149.                     "biome": "minecraft:dark_forest_hills"
  1150.                   }
  1151.                 }
  1152.               ],
  1153.               "type": "minecraft:item",
  1154.               "name": "minecraft:golden_hoe",
  1155.               "functions": [
  1156.                 {
  1157.                   "function": "minecraft:set_count",
  1158.                   "count": 157
  1159.                 }
  1160.               ]
  1161.             },
  1162.             {
  1163.               "conditions": [
  1164.                 {
  1165.                   "condition": "minecraft:location_check",
  1166.                   "predicate": {
  1167.                     "biome": "minecraft:snowy_taiga_mountains"
  1168.                   }
  1169.                 }
  1170.               ],
  1171.               "type": "minecraft:item",
  1172.               "name": "minecraft:golden_hoe",
  1173.               "functions": [
  1174.                 {
  1175.                   "function": "minecraft:set_count",
  1176.                   "count": 158
  1177.                 }
  1178.               ]
  1179.             },
  1180.             {
  1181.               "conditions": [
  1182.                 {
  1183.                   "condition": "minecraft:location_check",
  1184.                   "predicate": {
  1185.                     "biome": "minecraft:giant_spruce_taiga"
  1186.                   }
  1187.                 }
  1188.               ],
  1189.               "type": "minecraft:item",
  1190.               "name": "minecraft:golden_hoe",
  1191.               "functions": [
  1192.                 {
  1193.                   "function": "minecraft:set_count",
  1194.                   "count": 160
  1195.                 }
  1196.               ]
  1197.             },
  1198.             {
  1199.               "conditions": [
  1200.                 {
  1201.                   "condition": "minecraft:location_check",
  1202.                   "predicate": {
  1203.                     "biome": "minecraft:giant_spruce_taiga_hills"
  1204.                   }
  1205.                 }
  1206.               ],
  1207.               "type": "minecraft:item",
  1208.               "name": "minecraft:golden_hoe",
  1209.               "functions": [
  1210.                 {
  1211.                   "function": "minecraft:set_count",
  1212.                   "count": 161
  1213.                 }
  1214.               ]
  1215.             },
  1216.             {
  1217.               "conditions": [
  1218.                 {
  1219.                   "condition": "minecraft:location_check",
  1220.                   "predicate": {
  1221.                     "biome": "minecraft:modified_gravelly_mountains"
  1222.                   }
  1223.                 }
  1224.               ],
  1225.               "type": "minecraft:item",
  1226.               "name": "minecraft:golden_hoe",
  1227.               "functions": [
  1228.                 {
  1229.                   "function": "minecraft:set_count",
  1230.                   "count": 162
  1231.                 }
  1232.               ]
  1233.             },
  1234.             {
  1235.               "conditions": [
  1236.                 {
  1237.                   "condition": "minecraft:location_check",
  1238.                   "predicate": {
  1239.                     "biome": "minecraft:shattered_savanna"
  1240.                   }
  1241.                 }
  1242.               ],
  1243.               "type": "minecraft:item",
  1244.               "name": "minecraft:golden_hoe",
  1245.               "functions": [
  1246.                 {
  1247.                   "function": "minecraft:set_count",
  1248.                   "count": 163
  1249.                 }
  1250.               ]
  1251.             },
  1252.             {
  1253.               "conditions": [
  1254.                 {
  1255.                   "condition": "minecraft:location_check",
  1256.                   "predicate": {
  1257.                     "biome": "minecraft:shattered_savanna_plateau"
  1258.                   }
  1259.                 }
  1260.               ],
  1261.               "type": "minecraft:item",
  1262.               "name": "minecraft:golden_hoe",
  1263.               "functions": [
  1264.                 {
  1265.                   "function": "minecraft:set_count",
  1266.                   "count": 164
  1267.                 }
  1268.               ]
  1269.             },
  1270.             {
  1271.               "conditions": [
  1272.                 {
  1273.                   "condition": "minecraft:location_check",
  1274.                   "predicate": {
  1275.                     "biome": "minecraft:eroded_badlands"
  1276.                   }
  1277.                 }
  1278.               ],
  1279.               "type": "minecraft:item",
  1280.               "name": "minecraft:golden_hoe",
  1281.               "functions": [
  1282.                 {
  1283.                   "function": "minecraft:set_count",
  1284.                   "count": 165
  1285.                 }
  1286.               ]
  1287.             },
  1288.             {
  1289.               "conditions": [
  1290.                 {
  1291.                   "condition": "minecraft:location_check",
  1292.                   "predicate": {
  1293.                     "biome": "minecraft:modified_wooded_badlands_plateau"
  1294.                   }
  1295.                 }
  1296.               ],
  1297.               "type": "minecraft:item",
  1298.               "name": "minecraft:golden_hoe",
  1299.               "functions": [
  1300.                 {
  1301.                   "function": "minecraft:set_count",
  1302.                   "count": 166
  1303.                 }
  1304.               ]
  1305.             },
  1306.             {
  1307.               "conditions": [
  1308.                 {
  1309.                   "condition": "minecraft:location_check",
  1310.                   "predicate": {
  1311.                     "biome": "minecraft:modified_badlands_plateau"
  1312.                   }
  1313.                 }
  1314.               ],
  1315.               "type": "minecraft:item",
  1316.               "name": "minecraft:golden_hoe",
  1317.               "functions": [
  1318.                 {
  1319.                   "function": "minecraft:set_count",
  1320.                   "count": 167
  1321.                 }
  1322.               ]
  1323.             },
  1324.             {
  1325.               "conditions": [
  1326.                 {
  1327.                   "condition": "minecraft:location_check",
  1328.                   "predicate": {
  1329.                     "biome": "minecraft:bamboo_jungle"
  1330.                   }
  1331.                 }
  1332.               ],
  1333.               "type": "minecraft:item",
  1334.               "name": "minecraft:golden_hoe",
  1335.               "functions": [
  1336.                 {
  1337.                   "function": "minecraft:set_count",
  1338.                   "count": 168
  1339.                 }
  1340.               ]
  1341.             },
  1342.             {
  1343.               "conditions": [
  1344.                 {
  1345.                   "condition": "minecraft:location_check",
  1346.                   "predicate": {
  1347.                     "biome": "minecraft:bamboo_jungle_hills"
  1348.                   }
  1349.                 }
  1350.               ],
  1351.               "type": "minecraft:item",
  1352.               "name": "minecraft:golden_hoe",
  1353.               "functions": [
  1354.                 {
  1355.                   "function": "minecraft:set_count",
  1356.                   "count": 169
  1357.                 }
  1358.               ]
  1359.             }
  1360.           ]
  1361.         }
  1362.       ]
  1363.     }
  1364.   ]
  1365. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement