Advertisement
hellionsoldier

TConstruct-Ores.json

Oct 21st, 2015
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.43 KB | None | 0 0
  1. {
  2.     "aluminum": {
  3.         "template": "uniform",
  4.         "block": {"name": "TConstruct:SearedBrick", "metadata": 5},
  5.         "clusterSize": 6,
  6.         "numClusters": 6,
  7.         "minHeight": 40,
  8.         "maxHeight": 70,
  9.         "retrogen": "true",
  10.         "biomeRestriction": "none",
  11.         "biomes": [
  12.             "all"
  13.         ],
  14.         "dimensionRestriction": "blacklist",
  15.         "dimensions": [
  16.             -1,
  17.             1
  18.         ]
  19.     },
  20.     "cobalt": {
  21.         "template": "uniform",
  22.         "block": {"name": "TConstruct:SearedBrick", "metadata": 1},
  23.         "material": "minecraft:netherrack",
  24.         "clusterSize": 4,
  25.         "numClusters": 8,
  26.         "minHeight": 10,
  27.         "maxHeight": 118,
  28.         "retrogen": "true",
  29.         "biomeRestriction": "none",
  30.         "biomes": [
  31.             {"type": "dictionary", "entry": "NETHER"}
  32.         ],
  33.         "dimensionRestriction": "none",
  34.         "dimensions": []
  35.     },
  36.     "ardite": {
  37.         "template": "uniform",
  38.         "block": {"name": "TConstruct:SearedBrick", "metadata": 2},
  39.         "material": "minecraft:netherrack",
  40.         "clusterSize": 1,
  41.         "numClusters": 10,
  42.         "minHeight": 10,
  43.         "maxHeight": 118,
  44.         "retrogen": "true",
  45.         "biomeRestriction": "none",
  46.         "biomes": [
  47.             {"type": "dictionary", "entry": "NETHER"}
  48.         ],
  49.         "dimensionRestriction": "none",
  50.         "dimensions": []
  51.     }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement