Advertisement
Guest User

Untitled

a guest
Jan 11th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. {
  2. "sDiamond": {
  3. "template": "normal",
  4. "block": "minecraft:diamond_ore",
  5. "clusterSize": 4,
  6. "numClusters": 2,
  7. "meanHeight": 8,
  8. "maxVariance": 8,
  9. "retrogen": "true",
  10. "biomeRestriction": "none",
  11. "biomes": [],
  12. "dimensionRestriction": "blacklist",
  13. "dimensions": [
  14. -1,
  15. 1
  16. ]
  17. },
  18. "sGold": {
  19. "template": "normal",
  20. "block": "minecraft:gold_ore",
  21. "clusterSize": 6,
  22. "numClusters": 6,
  23. "meanHeight": 13,
  24. "maxVariance": 8,
  25. "retrogen": "true",
  26. "biomeRestriction": "none",
  27. "biomes": [],
  28. "dimensionRestriction": "blacklist",
  29. "dimensions": [
  30. -1,
  31. 1
  32. ]
  33. },
  34. "sLapis": {
  35. "template": "normal",
  36. "block": "minecraft:lapis_ore",
  37. "clusterSize": 4,
  38. "numClusters": 3,
  39. "meanHeight": 18,
  40. "maxVariance": 8,
  41. "retrogen": "true",
  42. "biomeRestriction": "none",
  43. "biomes": [],
  44. "dimensionRestriction": "blacklist",
  45. "dimensions": [
  46. -1,
  47. 1
  48. ]
  49. },
  50. "sRedstone": {
  51. "template": "normal",
  52. "block": "minecraft:redstone_ore",
  53. "clusterSize": 6,
  54. "numClusters": 4,
  55. "meanHeight": 10,
  56. "maxVariance": 10,
  57. "retrogen": "true",
  58. "biomeRestriction": "none",
  59. "biomes": [],
  60. "dimensionRestriction": "blacklist",
  61. "dimensions": [
  62. -1,
  63. 1
  64. ]
  65. },
  66. "sTin": {
  67. "template": "normal",
  68. "block": {"name": "ThermalFoundation:Ore", "metadata": 1},
  69. "clusterSize": 6,
  70. "numClusters": 3,
  71. "meanHeight": 23,
  72. "maxVariance": 8,
  73. "retrogen": "true",
  74. "biomeRestriction": "none",
  75. "biomes": [],
  76. "dimensionRestriction": "blacklist",
  77. "dimensions": [
  78. -1,
  79. 1
  80. ]
  81. },
  82. "sSilverLead": {
  83. "template": "normal",
  84. "block": [
  85. {"name": "ThermalFoundation:Ore", "metadata": 2, "weight": 6},
  86. {"name": "ThermalFoundation:Ore", "metadata": 3, "weight": 3}
  87. ],
  88. "clusterSize": 6,
  89. "numClusters": 3,
  90. "meanHeight": 28,
  91. "maxVariance": 8,
  92. "retrogen": "true",
  93. "biomeRestriction": "none",
  94. "biomes": [],
  95. "dimensionRestriction": "blacklist",
  96. "dimensions": [
  97. -1,
  98. 1
  99. ]
  100. },
  101. "sIron": {
  102. "template": "normal",
  103. "block": "minecraft:iron_ore",
  104. "clusterSize": 6,
  105. "numClusters": 5,
  106. "meanHeight": 33,
  107. "maxVariance": 10,
  108. "retrogen": "true",
  109. "biomeRestriction": "none",
  110. "biomes": [],
  111. "dimensionRestriction": "blacklist",
  112. "dimensions": [
  113. -1,
  114. 1
  115. ]
  116. },
  117. "sNickel": {
  118. "template": "normal",
  119. "block": [
  120. {"name": "ThermalFoundation:Ore", "metadata": 4, "weight": 16},
  121. {"name": "ThermalFoundation:Ore", "metadata": 5, "weight": 1}
  122. ],
  123. "clusterSize": 3,
  124. "numClusters": 4,
  125. "meanHeight": 38,
  126. "maxVariance": 8,
  127. "retrogen": "true",
  128. "biomeRestriction": "none",
  129. "biomes": [],
  130. "dimensionRestriction": "blacklist",
  131. "dimensions": [
  132. -1,
  133. 1
  134. ]
  135. },
  136. "sCopper": {
  137. "template": "normal",
  138. "block": {"name": "ThermalFoundation:Ore", "metadata": 0},
  139. "clusterSize": 6,
  140. "numClusters": 3,
  141. "meanHeight": 43,
  142. "maxVariance": 8,
  143. "retrogen": "true",
  144. "biomeRestriction": "none",
  145. "biomes": [],
  146. "dimensionRestriction": "blacklist",
  147. "dimensions": [
  148. -1,
  149. 1
  150. ]
  151. },
  152. "sAluminum": {
  153. "template": "normal",
  154. "block": {"name": "TConstruct:SearedBrick", "metadata": 5},
  155. "clusterSize": 6,
  156. "numClusters": 3,
  157. "meanHeight": 48,
  158. "maxVariance": 8,
  159. "retrogen": "true",
  160. "biomeRestriction": "none",
  161. "biomes": [],
  162. "dimensionRestriction": "blacklist",
  163. "dimensions": [
  164. -1,
  165. 1
  166. ]
  167. }
  168. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement