Advertisement
Dannydjdk

thermalfoundation_ores.json

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