Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. {
  2. "massive_exotic_iron_nickel": {
  3. "ore": [{
  4. "block": "thermalfoundation:ore",
  5. "weight": 40,
  6. "meta": 5
  7. },
  8. {
  9. "block": "minecraft:iron_ore",
  10. "weight": 60
  11. }
  12.  
  13. ],
  14. "stone": "minecraft:stone",
  15. "rarity": 2000,
  16. "min_y": 5,
  17. "max_y": 55,
  18. "density": 15,
  19. "vertical_size": 30,
  20. "horizontal_size": 80
  21. },
  22. "massive_exotic_gold_copper": {
  23. "ore": [{
  24. "block": "thermalfoundation:ore",
  25. "weight": 50,
  26. "meta": 0
  27. },
  28. {
  29. "block": "thermalfoundation:ore",
  30. "weight": 50
  31. }
  32.  
  33. ],
  34. "stone": "minecraft:stone",
  35. "rarity": 2000,
  36. "min_y": 5,
  37. "max_y": 55,
  38. "density": 15,
  39. "vertical_size": 30,
  40. "horizontal_size": 80
  41. },
  42.  
  43. "massive_exotic_tin_copper": {
  44. "ore": [{
  45. "block": "thermalfoundation:ore",
  46. "weight": 50,
  47. "meta": 1
  48. },
  49. {
  50. "block": "thermalfoundation:ore",
  51. "weight": 50,
  52. "meta": 0
  53. }
  54.  
  55. ],
  56. "stone": "minecraft:stone",
  57. "rarity": 2000,
  58. "min_y": 5,
  59. "max_y": 55,
  60. "density": 15,
  61. "vertical_size": 30,
  62. "horizontal_size": 80
  63. },
  64.  
  65. "massive_exotic_coal_diamond": {
  66. "ore": [{
  67. "block": "minecraft:coal_ore",
  68. "weight": 499
  69. },
  70. {
  71. "block": "minecraft:diamond_ore",
  72. "weight": 1
  73. }
  74.  
  75. ],
  76. "stone": "minecraft:stone",
  77. "rarity": 2000,
  78. "min_y": 5,
  79. "max_y": 55,
  80. "density": 15,
  81. "vertical_size": 30,
  82. "horizontal_size": 80
  83. },
  84. "TEMPERATE_BIOMES_iron_nickel": {
  85. "ore": [
  86. {
  87. "block": "thermalfoundation:ore",
  88. "weight": 40,
  89. "meta": 5
  90. },
  91. {
  92. "block": "minecraft:iron_ore",
  93. "weight": 60
  94. }
  95.  
  96. ],
  97. "stone": "minecraft:stone",
  98. "rarity": 1500,
  99. "min_y": 5,
  100. "max_y": 55,
  101. "density": 35,
  102. "vertical_size": 30,
  103. "horizontal_size": 100,
  104. "biomes": [
  105. "hills",
  106. "mountain",
  107. "forest",
  108. "plains"
  109. ]
  110. },
  111. "HOT_BIOMES_gold_copper": {
  112. "ore": [{
  113. "block": "thermalfoundation:ore",
  114. "weight": 50,
  115. "meta": 0
  116. },
  117. {
  118. "block": "thermalfoundation:ore",
  119. "weight": 50
  120. }
  121.  
  122. ],
  123. "stone": "minecraft:stone",
  124. "rarity": 1500,
  125. "min_y": 5,
  126. "max_y": 55,
  127. "density": 35,
  128. "vertical_size": 30,
  129. "horizontal_size": 100,
  130. "biomes": [
  131. "hot",
  132. "dry",
  133. "savanna"
  134. ]
  135. },
  136. "TEMPERATE_BIOMES_tin_copper": {
  137. "ore": [{
  138. "block": "thermalfoundation:ore",
  139. "weight": 50,
  140. "meta": 1
  141. },
  142. {
  143. "block": "thermalfoundation:ore",
  144. "weight": 50,
  145. "meta": 0
  146. }
  147.  
  148. ],
  149. "stone": "minecraft:stone",
  150. "rarity": 3000,
  151. "min_y": 5,
  152. "max_y": 55,
  153. "density": 15,
  154. "vertical_size": 35,
  155. "horizontal_size": 100,
  156. "biomes": [
  157. "hills",
  158. "mountain",
  159. "forest",
  160. "plains"
  161. ]
  162. },
  163. "WET_BIOMES_tin_nickel": {
  164. "ore": [{
  165. "block": "thermalfoundation:ore",
  166. "weight": 50,
  167. "meta": 1
  168. },
  169. {
  170. "block": "thermalfoundation:ore",
  171. "weight": 50,
  172. "meta": 4
  173. }
  174.  
  175. ],
  176. "stone": "minecraft:stone",
  177. "rarity": 1500,
  178. "min_y": 5,
  179. "max_y": 55,
  180. "density": 15,
  181. "vertical_size": 35,
  182. "horizontal_size": 100,
  183. "biomes": [
  184. "ocean",
  185. "water",
  186. "wet"
  187. ]
  188. },
  189. "COLD_BIOMES_coal_diamond": {
  190. "ore": [{
  191. "block": "minecraft:coal_ore",
  192. "weight": 99
  193. },
  194. {
  195. "block": "minecraft:diamond_ore",
  196. "weight": 1
  197. }
  198.  
  199. ],
  200. "stone": "minecraft:stone",
  201. "rarity": 1500,
  202. "min_y": 5,
  203. "max_y": 55,
  204. "density": 15,
  205. "vertical_size": 35,
  206. "horizontal_size": 100,
  207. "biomes": [
  208. "cold",
  209. "snowy"
  210. ]
  211. }
  212. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement