Forte40

Vanilla.json

Nov 26th, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "dirt": {
  3.         "template": "uniform",
  4.         "block": "dirt",
  5.         "material": "minecraft:stone",
  6.         "clusterSize": 20,
  7.         "numClusters": 5,
  8.         "minHeight": 48,
  9.         "maxHeight": 128,
  10.         "retrogen": "false",
  11.         "biomeRestriction": "none",
  12.         "biomes": [],
  13.         "dimensionRestriction": "blacklist",
  14.         "dimensions": [
  15.             -1,
  16.             1
  17.         ]
  18.     },
  19.     "gravel": {
  20.         "template": "uniform",
  21.         "block": "gravel",
  22.         "material": "stone",
  23.         "clusterSize": 20,
  24.         "numClusters": 3,
  25.         "minHeight": 16,
  26.         "maxHeight": 64,
  27.         "retrogen": "false",
  28.         "biomeRestriction": "none",
  29.         "biomes": [],
  30.         "dimensionRestriction": "blacklist",
  31.         "dimensions": [
  32.             -1,
  33.             1
  34.         ]
  35.     },
  36.     "coal": {
  37.         "template": {"type": "fractal", "generator": "large-vein", "sparse": false},
  38.         "block": "coal_ore",
  39.         "material": "minecraft:stone",
  40.         "clusterSize": 60,
  41.         "numClusters": 12,
  42.         "retrogen": "true",
  43.         "biomeRestriction": "none",
  44.         "biomes": [],
  45.         "dimensionRestriction": "blacklist",
  46.         "dimensions": [
  47.             -1,
  48.             1
  49.         ],
  50.         "chunkChance": 20,
  51.         "minHeight": 56,
  52.         "veinHeight": 24,
  53.         "veinDiameter": 48,
  54.         "verticalDensity": 15,
  55.         "horizontalDensity": 15
  56.     },
  57.     "iron": {
  58.         "template": {"type": "fractal", "generator": "large-vein", "sparse": true},
  59.         "block": "iron_ore",
  60.         "material": "minecraft:stone",
  61.         "clusterSize": 30,
  62.         "numClusters": 24,
  63.         "retrogen": "true",
  64.         "biomeRestriction": "none",
  65.         "biomes": [],
  66.         "dimensionRestriction": "blacklist",
  67.         "dimensions": [
  68.             -1,
  69.             1
  70.         ],
  71.         "chunkChance": 40,
  72.         "minHeight": 32,
  73.         "veinHeight": 32,
  74.         "veinDiameter": 48,
  75.         "verticalDensity": 15,
  76.         "horizontalDensity": 15
  77.     },
  78.     "gold": {
  79.         "template": {"type": "fractal", "generator": "large-vein", "sparse": true},
  80.         "block": "gold_ore",
  81.         "material": "minecraft:stone",
  82.         "clusterSize": 6,
  83.         "numClusters": 48,
  84.         "retrogen": "true",
  85.         "biomeRestriction": "none",
  86.         "biomes": [],
  87.         "dimensionRestriction": "blacklist",
  88.         "dimensions": [
  89.             -1,
  90.             1
  91.         ],
  92.         "chunkChance": 60,
  93.         "minHeight": 12,
  94.         "veinHeight": 12,
  95.         "veinDiameter": 180,
  96.         "verticalDensity": 1,
  97.         "horizontalDensity": 25
  98.     },
  99.     "redstone": {
  100.         "template": {"type": "fractal", "generator": "large-vein", "sparse": false},
  101.         "block": "redstone_ore",
  102.         "material": "minecraft:stone",
  103.         "clusterSize": 30,
  104.         "numClusters": 1,
  105.         "retrogen": "true",
  106.         "biomeRestriction": "none",
  107.         "biomes": [],
  108.         "dimensionRestriction": "blacklist",
  109.         "dimensions": [
  110.             -1,
  111.             1
  112.         ],
  113.         "chunkChance": 20,
  114.         "minHeight": 16,
  115.         "veinHeight": 24,
  116.         "veinDiameter": 32,
  117.         "verticalDensity": 25,
  118.         "horizontalDensity": 100
  119.     },
  120.     "diamond": {
  121.         "template": {"type": "fractal", "generator": "large-vein", "sparse": true},
  122.         "block": [
  123.             {"name": "coal_ore", "metadata": 0, "weight": 35},
  124.             {"name": "diamond_ore", "metadata": 0, "weight": 15},
  125.             {"name": "minecraft:stone", "metadata": 0, "weight": 50}
  126.         ],
  127.         "material": "minecraft:stone",
  128.         "clusterSize": 8,
  129.         "numClusters": 24,
  130.         "retrogen": "true",
  131.         "biomeRestriction": "none",
  132.         "biomes": [],
  133.         "dimensionRestriction": "blacklist",
  134.         "dimensions": [
  135.             -1,
  136.             1
  137.         ],
  138.         "chunkChance": 50,
  139.         "minHeight": 8,
  140.         "veinHeight": 8,
  141.         "veinDiameter": 32,
  142.         "verticalDensity": 25,
  143.         "horizontalDensity": 4
  144.     },
  145.     "lapis": {
  146.         "template": "normal",
  147.         "block": "lapis_ore",
  148.         "material": "minecraft:stone",
  149.         "clusterSize": 6,
  150.         "numClusters": 1,
  151.         "meanHeight": 16,
  152.         "maxVariance": 16,
  153.         "retrogen": "true",
  154.         "biomeRestriction": "none",
  155.         "biomes": [],
  156.         "dimensionRestriction": "blacklist",
  157.         "dimensions": [
  158.             -1,
  159.             1
  160.         ]
  161.     },
  162.     "quartz": {
  163.         "template": "uniform",
  164.         "block": "quartz_ore",
  165.         "material": "minecraft:netherrack",
  166.         "clusterSize": 6,
  167.         "numClusters": 48,
  168.         "minHeight": 10,
  169.         "maxHeight": 118,
  170.         "retrogen": "true",
  171.         "biomeRestriction": "whitelist",
  172.         "biomes": [
  173.             {"type": "dictionary", "entry": "NETHER"}
  174.         ],
  175.         "dimensionRestriction": "none",
  176.         "dimensions": [],
  177.         "chunkChance": 5
  178.     }
  179. }
Advertisement
Add Comment
Please, Sign In to add comment