LezChap

Bedrock Dimension COFH Worldgen Tweaks (FTB Infinity 2.3.5)

Jan 20th, 2016
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.92 KB | None | 0 0
  1. {
  2.     "Yellorite": {
  3.     "template": {"type": "uniform", "generator": "spike"}, 
  4.         "block": "BigReactors:YelloriteOre",
  5.         "material": "minecraft:bedrock",
  6.         "numClusters": 1,
  7.         "chunkChance": 1,
  8.         "minHeight": 4,
  9.         "maxHeight": 253,
  10.         "heightVariance": 249,
  11.         "positionVariance": 4,
  12.         "sizeVariance": 0,
  13.         "largeSpikes": "false",
  14.         "retrogen": "true",
  15.         "biomeRestriction": "none",
  16.         "biomes": [],
  17.         "dimensionRestriction": "whitelist",
  18.         "dimensions": [-19]
  19.     },
  20.   "Draconium": {
  21.     "template": {"type": "uniform", "generator": "spike"},     
  22.         "block": "DraconicEvolution:draconiumOre",
  23.         "material": "minecraft:bedrock",
  24.         "numClusters": 1,
  25.         "chunkChance": 5,
  26.         "minHeight": 5,
  27.         "maxHeight": 70,
  28.         "heightVariance": 50,
  29.         "sizeVariance": 0,
  30.         "largeSpikes": "false",
  31.         "retrogen": "true",
  32.         "biomeRestriction": "none",
  33.         "biomes": [],
  34.         "dimensionRestriction": "whitelist",
  35.         "dimensions": [-19]
  36.     }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment