Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. {
  2. "populate": {
  3. "copper": {
  4. "distribution": "uniform",
  5. "generator": {
  6. "block": [
  7. {"name": "ThermalFoundation:Ore", "weight": 92},
  8. {"name": "gold_ore", "weight": 8}
  9. ],
  10.  
  11. "material": "minecraft:stone",
  12. "cluster-size": 320
  13. },
  14. "cluster-count": 10,
  15. "chunk-chance": 325,
  16. "min-height": 54,
  17. "max-height": 64,
  18. "retrogen": false,
  19. "biome": "all",
  20. "dimension": {
  21. "restriction": "blacklist",
  22. "value": [
  23. -1,
  24. 1,
  25. 0
  26. ]
  27. }
  28. },
  29. "tin": {
  30. "distribution": "uniform",
  31. "generator": {
  32. "block": [
  33. {"name": "ThermalFoundation:Ore", "metadata": 1, "weight": 92},
  34. {"name": "iron_ore", "weight": 8}
  35. ],
  36.  
  37. "material": "minecraft:stone",
  38. "cluster-size": 320
  39. },
  40. "cluster-count": 10,
  41. "chunk-chance": 325,
  42. "min-height": 44,
  43. "max-height": 54,
  44. "retrogen": false,
  45. "biome": "all",
  46. "dimension": {
  47. "restriction": "blacklist",
  48. "value": [
  49. -1,
  50. 1,
  51. 0
  52. ]
  53. }
  54. },
  55. "aluminum": {
  56. "distribution": "uniform",
  57. "generator": {
  58. "block": [
  59. {"name": "ThermalFoundation:Ore", "metadata": 4, "weight": 90},
  60. {"name": "techreborn:ore", "metadata": 4, "weight": 10}
  61. ],
  62.  
  63. "material": "minecraft:stone",
  64. "cluster-size": 192
  65.  
  66. },
  67. "cluster-count": 8,
  68. "chunk-chance": 350,
  69. "min-height": 12,
  70. "max-height": 34,
  71. "retrogen": false,
  72. "biome": "all",
  73. "dimension": {
  74. "restriction": "blacklist",
  75. "value": [
  76. -1,
  77. 1,
  78. 0
  79. ]
  80. }
  81. },
  82. "silver": {
  83. "distribution": "uniform",
  84. "generator": {
  85. "block": [
  86. {"name": "ThermalFoundation:Ore", "metadata": 2, "weight":80},
  87. {"name": "techreborn:ore", "metadata": 0, "weight":20}
  88.  
  89. ],
  90.  
  91. "material": "minecraft:stone",
  92. "cluster-size": 192
  93. },
  94. "cluster-count": 8,
  95. "chunk-chance": 375,
  96. "min-height": 4,
  97. "max-height": 32,
  98. "retrogen": false,
  99. "biome": "all",
  100. "dimension": {
  101. "restriction": "blacklist",
  102. "value": [
  103. -1,
  104. 1,
  105. 0
  106. ]
  107. }
  108. },
  109. "lead": {
  110. "distribution": "uniform",
  111. "generator": {
  112. "block": [
  113. {"name": "ThermalFoundation:Ore", "metadata": 3, "weight": 90},
  114. {"name": "techreborn:ore", "metadata": 0, "weight": 10}
  115.  
  116. ],
  117.  
  118. "material": "minecraft:stone",
  119. "cluster-size": 128
  120. },
  121. "cluster-count": 8,
  122. "chunk-chance": 350,
  123. "min-height": 12,
  124. "max-height": 34,
  125. "retrogen": false,
  126. "biome": "all",
  127. "dimension": {
  128. "restriction": "blacklist",
  129. "value": [
  130. -1,
  131. 1,
  132. 0
  133. ]
  134. }
  135. },
  136. "nickel": {
  137. "distribution": "uniform",
  138. "generator": {
  139. "block": [
  140. {"name": "ThermalFoundation:Ore", "metadata": 5, "weight": 92},
  141. {"name": "ThermalFoundation:Ore", "metadata": 6, "weight": 8}
  142. ],
  143.  
  144. "material": "minecraft:stone",
  145. "cluster-size": 64
  146. },
  147. "cluster-count": 8,
  148. "chunk-chance": 375,
  149. "min-height": 4,
  150. "max-height": 16,
  151. "retrogen": false,
  152. "biome": "all",
  153. "dimension": {
  154. "restriction": "blacklist",
  155. "value": [
  156. -1,
  157. 1,
  158. 0
  159. ]
  160. }
  161. },
  162. "platinum": {
  163. "distribution": "uniform",
  164. "generator": {
  165. "block": [
  166. {"name": "ThermalFoundation:Ore", "metadata": 6, "weight": 80},
  167. {"name": "ThermalFoundation:Ore", "metadata": 7, "weight": 20}
  168. ],
  169.  
  170. "material": "minecraft:stone",
  171. "cluster-size": 16
  172. },
  173. "cluster-count": 8,
  174. "chunk-chance": 400,
  175. "min-height": 4,
  176. "max-height": 16,
  177. "retrogen": false,
  178. "biome": "all",
  179. "dimension": {
  180. "restriction": "blacklist",
  181. "value": [
  182. -1,
  183. 1,
  184. 0
  185. ]
  186. }
  187. }
  188.  
  189. }
  190. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement