Lanse505

Untitled

Dec 25th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. {
  2. "copper": {
  3. "template": "normal",
  4. "block": "ThermalFoundation:Ore",
  5. "clusterSize": 6,
  6. "numClusters": 17,
  7. "meanHeight": 52,
  8. "maxVariance": 8,
  9. "retrogen": "true",
  10. "biomeRestriction": "none",
  11. "biomes": [
  12. "all"
  13. ],
  14. "dimensionRestriction": "blacklist",
  15. "dimensions": [
  16. -1,
  17. 1
  18. ]
  19. },
  20. "tin": {
  21. "template": "normal",
  22. "block": {"name": "ThermalFoundation:Ore", "metadata": 1},
  23. "clusterSize": 6,
  24. "numClusters": 18,
  25. "meanHeight": 49,
  26. "maxVariance": 8,
  27. "retrogen": "true",
  28. "biomeRestriction": "none",
  29. "biomes": [
  30. "all"
  31. ],
  32. "dimensionRestriction": "blacklist",
  33. "dimensions": [
  34. -1,
  35. 1
  36. ]
  37. },
  38. "silver": {
  39. "template": "normal",
  40. "block": [
  41. {"name": "ThermalFoundation:Ore", "metadata": 2, "weight":80},
  42. {"name": "ThermalFoundation:Ore", "metadata": 3, "weight":20}
  43. ],
  44. "clusterSize": 9,
  45. "numClusters": 18,
  46. "meanHeight": 33,
  47. "maxVariance": 7,
  48. "retrogen": "true",
  49. "biomeRestriction": "none",
  50. "biomes": [
  51. "all"
  52. ],
  53. "dimensionRestriction": "blacklist",
  54. "dimensions": [
  55. -1,
  56. 1
  57. ]
  58. },
  59. "lead": {
  60. "template": "normal",
  61. "block": [
  62. {"name": "ThermalFoundation:Ore", "metadata": 3, "weight": 80},
  63. {"name": "ThermalFoundation:Ore", "metadata": 2, "weight": 20}
  64. ],
  65. "clusterSize": 8,
  66. "numClusters": 16,
  67. "meanHeight": 31,
  68. "maxVariance": 7,
  69. "retrogen": "true",
  70. "biomeRestriction": "none",
  71. "biomes": [
  72. "all"
  73. ],
  74. "dimensionRestriction": "blacklist",
  75. "dimensions": [
  76. -1,
  77. 1
  78. ]
  79. },
  80. "nickel": {
  81. "template": "normal",
  82. "block": {"name": "ThermalFoundation:Ore", "metadata": 4},
  83. "material": "stone",
  84. "clusterSize": 4,
  85. "numClusters": 14,
  86. "meanHeight": 24,
  87. "maxVariance": 4,
  88. "retrogen": "true",
  89. "biomeRestriction": "none",
  90. "biomes": [
  91. "all"
  92. ],
  93. "dimensionRestriction": "blacklist",
  94. "dimensions": [
  95. -1,
  96. 1
  97. ]
  98. }
  99. }
Advertisement
Add Comment
Please, Sign In to add comment