Advertisement
Guest User

Default ThermalFoundation-Ores.json

a guest
May 13th, 2015
5,305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. {
  2. "copper": {
  3. "template": "uniform",
  4. "block": "ThermalFoundation:Ore",
  5. "clusterSize": 8,
  6. "numClusters": 10,
  7. "minHeight": 40,
  8. "maxHeight": 75,
  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": "uniform",
  22. "block": {"name": "ThermalFoundation:Ore", "metadata": 1},
  23. "clusterSize": 8,
  24. "numClusters": 8,
  25. "minHeight": 20,
  26. "maxHeight": 55,
  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": "uniform",
  40. "block": [
  41. {"name": "ThermalFoundation:Ore", "metadata": 2, "weight":80},
  42. {"name": "ThermalFoundation:Ore", "metadata": 3, "weight":20}
  43. ],
  44. "clusterSize": 8,
  45. "numClusters": 6,
  46. "minHeight": 5,
  47. "maxHeight": 30,
  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": "uniform",
  61. "block": [
  62. {"name": "ThermalFoundation:Ore", "metadata": 3, "weight": 90},
  63. {"name": "ThermalFoundation:Ore", "metadata": 2, "weight": 10}
  64. ],
  65. "clusterSize": 8,
  66. "numClusters": 8,
  67. "minHeight": 10,
  68. "maxHeight": 35,
  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": "uniform",
  82. "block": {"name": "ThermalFoundation:Ore", "metadata": 4},
  83. "clusterSize": 4,
  84. "numClusters": 3,
  85. "minHeight": 5,
  86. "maxHeight": 20,
  87. "retrogen": "true",
  88. "biomeRestriction": "none",
  89. "biomes": [
  90. "all"
  91. ],
  92. "dimensionRestriction": "blacklist",
  93. "dimensions": [
  94. -1,
  95. 1
  96. ]
  97. },
  98. "platinum": {
  99. "template": "uniform",
  100. "generator": "sparse-cluster",
  101. "block": [
  102. {"name": "ThermalFoundation:Ore", "metadata": 5, "weight": 80},
  103. {"name": "ThermalFoundation:Ore", "metadata": 4, "weight": 20}
  104. ],
  105. "clusterSize": 3,
  106. "numClusters": 1,
  107. "minHeight": 5,
  108. "maxHeight": 30,
  109. "retrogen": "true",
  110. "biomeRestriction": "none",
  111. "biomes": [
  112. "all"
  113. ],
  114. "dimensionRestriction": "blacklist",
  115. "dimensions": [
  116. -1,
  117. 1
  118. ]
  119. },
  120. "copperHigh": {
  121. "template": "uniform",
  122. "block": "ThermalFoundation:Ore",
  123. "clusterSize": 8,
  124. "numClusters": 8,
  125. "minHeight": 48,
  126. "maxHeight": 96,
  127. "retrogen": "true",
  128. "biomeRestriction": "none",
  129. "biomes": [
  130. "all"
  131. ],
  132. "dimensionRestriction": "blacklist",
  133. "dimensions": [
  134. -1,
  135. 1
  136. ]
  137. }
  138. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement