Advertisement
Guest User

Default vanilla.json

a guest
Apr 30th, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.67 KB | None | 0 0
  1. {
  2.     "populate": {
  3.         "dirt": {
  4.             "distribution": "uniform",
  5.             "generator": {
  6.                 "block": "dirt",
  7.                 "material": "stone",
  8.                 "cluster-size": 33
  9.             },
  10.             "cluster-count": 10,
  11.             "min-height": 0,
  12.             "max-height": 256,
  13.             "retrogen": false,
  14.             "biome": "all",
  15.             "dimension": {
  16.                 "restriction": "blacklist",
  17.                 "value": [
  18.                     -1,
  19.                     1
  20.                 ]
  21.             }
  22.         },
  23.         "gravel": {
  24.             "distribution": "uniform",
  25.             "generator": {
  26.                 "block": "gravel",
  27.                 "material": "stone",
  28.                 "cluster-size": 33
  29.             },
  30.             "cluster-count": 8,
  31.             "min-height": 0,
  32.             "max-height": 256,
  33.             "retrogen": false,
  34.             "biome": "all",
  35.             "dimension": {
  36.                 "restriction": "blacklist",
  37.                 "value": [
  38.                     -1,
  39.                     1
  40.                 ]
  41.             }
  42.         },
  43.         "diorite": {
  44.             "distribution": "uniform",
  45.             "generator": {
  46.                 "block": {
  47.                     "name": "stone",
  48.                     "properties": {
  49.                         "variant": "diorite"
  50.                     }
  51.                 },
  52.                 "material": "stone",
  53.                 "cluster-size": 33
  54.             },
  55.             "cluster-count": 10,
  56.             "min-height": 0,
  57.             "max-height": 80,
  58.             "retrogen": false,
  59.             "biome": "all",
  60.             "dimension": {
  61.                 "restriction": "blacklist",
  62.                 "value": [
  63.                     -1,
  64.                     1
  65.                 ]
  66.             }
  67.         },
  68.         "granite": {
  69.             "distribution": "uniform",
  70.             "generator": {
  71.                 "block": {
  72.                     "name": "stone",
  73.                     "properties": {
  74.                         "variant": "granite"
  75.                     }
  76.                 },
  77.                 "material": "stone",
  78.                 "cluster-size": 33
  79.             },
  80.             "cluster-count": 10,
  81.             "min-height": 0,
  82.             "max-height": 80,
  83.             "retrogen": false,
  84.             "biome": "all",
  85.             "dimension": {
  86.                 "restriction": "blacklist",
  87.                 "value": [
  88.                     -1,
  89.                     1
  90.                 ]
  91.             }
  92.         },
  93.         "andesite": {
  94.             "distribution": "uniform",
  95.             "generator": {
  96.                 "block": {
  97.                     "name": "stone",
  98.                     "properties": {
  99.                         "variant": "andesite"
  100.                     }
  101.                 },
  102.                 "material": "stone",
  103.                 "cluster-size": 33
  104.             },
  105.             "cluster-count": 10,
  106.             "min-height": 0,
  107.             "max-height": 80,
  108.             "retrogen": false,
  109.             "biome": "all",
  110.             "dimension": {
  111.                 "restriction": "blacklist",
  112.                 "value": [
  113.                     -1,
  114.                     1
  115.                 ]
  116.             }
  117.         },
  118.         "coal": {
  119.             "distribution": "uniform",
  120.             "generator": {
  121.                 "block": "coal_ore",
  122.                 "material": "stone",
  123.                 "cluster-size": 17
  124.             },
  125.             "cluster-count": 20,
  126.             "min-height": 0,
  127.             "max-height": 128,
  128.             "retrogen": false,
  129.             "biome": "all",
  130.             "dimension": {
  131.                 "restriction": "blacklist",
  132.                 "value": [
  133.                     -1,
  134.                     1
  135.                 ]
  136.             }
  137.         },
  138.         "iron": {
  139.             "distribution": "uniform",
  140.             "generator": {
  141.                 "block": "iron_ore",
  142.                 "material": "stone",
  143.                 "cluster-size": 9
  144.             },
  145.             "cluster-count": 20,
  146.             "min-height": 0,
  147.             "max-height": 64,
  148.             "retrogen": false,
  149.             "biome": "all",
  150.             "dimension": {
  151.                 "restriction": "blacklist",
  152.                 "value": [
  153.                     -1,
  154.                     1
  155.                 ]
  156.             }
  157.         },
  158.         "gold": {
  159.             "distribution": "uniform",
  160.             "generator": {
  161.                 "block": "gold_ore",
  162.                 "material": "stone",
  163.                 "cluster-size": 9
  164.             },
  165.             "cluster-count": 2,
  166.             "min-height": 0,
  167.             "max-height": 32,
  168.             "retrogen": false,
  169.             "biome": "all",
  170.             "dimension": {
  171.                 "restriction": "blacklist",
  172.                 "value": [
  173.                     -1,
  174.                     1
  175.                 ]
  176.             }
  177.         },
  178.         "redstone": {
  179.             "distribution": "uniform",
  180.             "generator": {
  181.                 "block": "redstone_ore",
  182.                 "material": "stone",
  183.                 "cluster-size": 8
  184.             },
  185.             "cluster-count": 8,
  186.             "min-height": 0,
  187.             "max-height": 16,
  188.             "retrogen": false,
  189.             "biome": "all",
  190.             "dimension": {
  191.                 "restriction": "blacklist",
  192.                 "value": [
  193.                     -1,
  194.                     1
  195.                 ]
  196.             }
  197.         },
  198.         "diamond": {
  199.             "distribution": "uniform",
  200.             "generator": {
  201.                 "block": "diamond_ore",
  202.                 "material": "stone",
  203.                 "cluster-size": 8
  204.             },
  205.             "cluster-count": 1,
  206.             "min-height": 0,
  207.             "max-height": 16,
  208.             "retrogen": false,
  209.             "biome": "all",
  210.             "dimension": {
  211.                 "restriction": "blacklist",
  212.                 "value": [
  213.                     -1,
  214.                     1
  215.                 ]
  216.             }
  217.         },
  218.         "lapis": {
  219.             "distribution": "gaussian",
  220.             "generator": {
  221.                 "block": "lapis_ore",
  222.                 "material": "stone",
  223.                 "cluster-size": 7
  224.             },
  225.             "cluster-count": 1,
  226.             "center-height": 16,
  227.             "spread": 16,
  228.             "retrogen": false,
  229.             "biome": "all",
  230.             "dimension": {
  231.                 "restriction": "blacklist",
  232.                 "value": [
  233.                     -1,
  234.                     1
  235.                 ]
  236.             }
  237.         },
  238.         "mesa_gold": {
  239.             "enabled": false,
  240.             "distribution": "uniform",
  241.             "generator": {
  242.                 "block": {
  243.                     "name": "gold_ore"
  244.                 },
  245.                 "material": "stone",
  246.                 "cluster-size": 9
  247.             },
  248.             "cluster-count": 20,
  249.             "min-height": 32,
  250.             "max-height": 80,
  251.             "retrogen": false,
  252.             "biome": {
  253.                 "restriction": "whitelist",
  254.                 "value": [
  255.                     {
  256.                         "type": "id",
  257.                         "entry": [
  258.                             "mesa",
  259.                             "mesa_rock",
  260.                             "mesa_clear_rock",
  261.                             "mutated_mesa",
  262.                             "mutated_mesa_rock",
  263.                             "mutated_mesa_clear_rock"
  264.                         ]
  265.                     }
  266.                 ]
  267.             },
  268.             "dimension": {
  269.                 "restriction": "blacklist",
  270.                 "value": [
  271.                     -1,
  272.                     1
  273.                 ]
  274.             }
  275.         },
  276.         "emerald": {
  277.             "distribution": "uniform",
  278.             "generator": {
  279.                 "block": {
  280.                     "name": "emerald_ore"
  281.                 },
  282.                 "material": "stone",
  283.                 "cluster-size": 1
  284.             },
  285.             "cluster-count": {
  286.                 "min": 3,
  287.                 "max": 6
  288.             },
  289.             "min-height": 4,
  290.             "max-height": 28,
  291.             "retrogen": false,
  292.             "biome": {
  293.                 "restriction": "whitelist",
  294.                 "value": [
  295.                     {
  296.                         "type": "id",
  297.                         "entry": [
  298.                             "extreme_hills",
  299.                             "smaller_extreme_hills",
  300.                             "extreme_hills_with_trees",
  301.                             "mutated_extreme_hills",
  302.                             "mutated_extreme_hills_with_trees"
  303.                         ]
  304.                     }
  305.                 ]
  306.             },
  307.             "dimension": {
  308.                 "restriction": "blacklist",
  309.                 "value": [
  310.                     -1,
  311.                     1
  312.                 ]
  313.             }
  314.         },
  315.         "silverfish": {
  316.             "distribution": "uniform",
  317.             "generator": {
  318.                 "block": {
  319.                     "name": "monster_egg",
  320.                     "properties": {
  321.                         "variant": "stone"
  322.                     }
  323.                 },
  324.                 "material": "stone",
  325.                 "cluster-size": 9
  326.             },
  327.             "cluster-count": 7,
  328.             "min-height": 0,
  329.             "max-height": 64,
  330.             "retrogen": false,
  331.             "biome": {
  332.                 "restriction": "whitelist",
  333.                 "value": [
  334.                     {
  335.                         "type": "id",
  336.                         "entry": [
  337.                             "extreme_hills",
  338.                             "smaller_extreme_hills",
  339.                             "extreme_hills_with_trees",
  340.                             "mutated_extreme_hills",
  341.                             "mutated_extreme_hills_with_trees"
  342.                         ]
  343.                     }
  344.                 ]
  345.             },
  346.             "dimension": {
  347.                 "restriction": "blacklist",
  348.                 "value": [
  349.                     -1,
  350.                     1
  351.                 ]
  352.             }
  353.         },
  354.         "quartz": {
  355.             "distribution": "uniform",
  356.             "generator": {
  357.                 "block": "quartz_ore",
  358.                 "material": "netherrack",
  359.                 "cluster-size": 14
  360.             },
  361.             "cluster-count": 16,
  362.             "min-height": 10,
  363.             "max-height": 118,
  364.             "retrogen": false,
  365.             "biome": {
  366.                 "restriction": "whitelist",
  367.                 "value": [
  368.                     {
  369.                         "type": "dictionary",
  370.                         "entry": "NETHER"
  371.                     }
  372.                 ]
  373.             },
  374.             "dimension": "all"
  375.         }
  376.     }
  377. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement