Advertisement
Guest User

Untitled

a guest
Sep 27th, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.00 KB | None | 0 0
  1. {
  2. "coal": {
  3. "template": "uniform",
  4. "block": "minecraft:coal_ore",
  5. "material": "minecraft:stone",
  6. "clusterSize": 32,
  7. "numClusters": 15,
  8. "minHeight": 0,
  9. "maxHeight": 200,
  10. "retrogen": "true",
  11. "biomeRestriction": "none",
  12. "biomes": [],
  13. "dimensionRestriction": "blacklist",
  14. "dimensions": [
  15. -1,
  16. 1
  17. ]
  18. },
  19. "iron": {
  20. "template": "uniform",
  21. "block": "minecraft:iron_ore",
  22. "material": "minecraft:stone",
  23. "clusterSize": 12,
  24. "numClusters": 25,
  25. "minHeight": 0,
  26. "maxHeight": 200,
  27. "retrogen": "true",
  28. "biomeRestriction": "none",
  29. "biomes": [],
  30. "dimensionRestriction": "blacklist",
  31. "dimensions": [
  32. -1,
  33. 1
  34. ]
  35. },
  36. "gold": {
  37. "template": "uniform",
  38. "block": "minecraft:gold_ore",
  39. "material": "minecraft:stone",
  40. "clusterSize": 8,
  41. "numClusters": 11,
  42. "minHeight": 0,
  43. "maxHeight": 32,
  44. "retrogen": "true",
  45. "biomeRestriction": "none",
  46. "biomes": [],
  47. "dimensionRestriction": "blacklist",
  48. "dimensions": [
  49. -1,
  50. 1
  51. ]
  52. },
  53. "redstone": {
  54. "template": "uniform",
  55. "block": "minecraft:redstone_ore",
  56. "material": "minecraft:stone",
  57. "clusterSize": 7,
  58. "numClusters": 18,
  59. "minHeight": 0,
  60. "maxHeight": 16,
  61. "retrogen": "true",
  62. "biomeRestriction": "none",
  63. "biomes": [],
  64. "dimensionRestriction": "blacklist",
  65. "dimensions": [
  66. -1,
  67. 1
  68. ]
  69. },
  70. "diamond": {
  71. "template": "uniform",
  72. "block": "minecraft:diamond_ore",
  73. "material": "minecraft:stone",
  74. "clusterSize": 11,
  75. "numClusters": 6,
  76. "minHeight": 0,
  77. "maxHeight": 200,
  78. "retrogen": "true",
  79. "biomeRestriction": "none",
  80. "biomes": [],
  81. "dimensionRestriction": "blacklist",
  82. "dimensions": [
  83. -1,
  84. 1
  85. ]
  86. },
  87. "lapis": {
  88. "template": "uniform",
  89. "block": "minecraft:lapis_ore",
  90. "material": "minecraft:stone",
  91. "clusterSize": 6,
  92. "numClusters": 7,
  93. "minHeight": 0,
  94. "maxHeight": 200,
  95. "retrogen": "true",
  96. "biomeRestriction": "none",
  97. "biomes": [],
  98. "dimensionRestriction": "blacklist",
  99. "dimensions": [
  100. -1,
  101. 1
  102. ]
  103. },
  104. "quartz": {
  105. "template": "uniform",
  106. "block": "minecraft:quartz_ore",
  107. "material": "minecraft:stone",
  108. "clusterSize": 13,
  109. "numClusters": 16,
  110. "minHeight": 0,
  111. "maxHeight": 200,
  112. "retrogen": "true",
  113. "biomeRestriction": "none",
  114. "biomes": [],
  115. "dimensionRestriction": "none",
  116. "dimensions": []
  117. },
  118. "emerald": {
  119. "template": "uniform",
  120. "block": "minecraft:emerald_ore",
  121. "material": "minecraft:stone",
  122. "clusterSize": 2,
  123. "numClusters": 6,
  124. "minHeight": 0,
  125. "maxHeight": 200,
  126. "retrogen": "true",
  127. "biomeRestriction": "none",
  128. "biomes": [],
  129. "dimensionRestriction": "none",
  130. "dimensions": []
  131. },
  132. "copper": {
  133. "template": "uniform",
  134. "block": "ThermalFoundation:Ore",
  135. "material": "minecraft:stone",
  136. "clusterSize": 6,
  137. "numClusters": 19,
  138. "minHeight": 0,
  139. "maxHeight": 200,
  140. "retrogen": "true",
  141. "biomeRestriction": "none",
  142. "biomes": [],
  143. "dimensionRestriction": "none",
  144. "dimensions": []
  145. },
  146. "tin": {
  147. "template": "uniform",
  148. "block": "ElectriCraft:electricraft_block_ore",
  149. "metadata": 1,
  150. "material": "minecraft:stone",
  151. "clusterSize": 12,
  152. "numClusters": 12,
  153. "minHeight": 0,
  154. "maxHeight": 200,
  155. "retrogen": "true",
  156. "biomeRestriction": "none",
  157. "biomes": [],
  158. "dimensionRestriction": "none",
  159. "dimensions": []
  160. },
  161. "silver": {
  162. "template": "uniform",
  163. "block": "ReactorCraft:reactorcraft_block_ore",
  164. "metadata": 4,
  165. "material": "minecraft:stone",
  166. "clusterSize": 7,
  167. "numClusters": 12,
  168. "minHeight": 0,
  169. "maxHeight": 200,
  170. "retrogen": "true",
  171. "biomeRestriction": "none",
  172. "biomes": [],
  173. "dimensionRestriction": "none",
  174. "dimensions": []
  175. },
  176. "lead": {
  177. "template": "uniform",
  178. "block": "ThermalFoundation:Ore",
  179. "metadata": 3,
  180. "material": "minecraft:stone",
  181. "clusterSize": 9,
  182. "numClusters": 10,
  183. "minHeight": 0,
  184. "maxHeight": 200,
  185. "retrogen": "true",
  186. "biomeRestriction": "none",
  187. "biomes": [],
  188. "dimensionRestriction": "none",
  189. "dimensions": []
  190. },
  191. "platinum": {
  192. "template": "uniform",
  193. "block": "ElectriCraft:electricraft_block_ore",
  194. "metadata": 5,
  195. "material": "minecraft:stone",
  196. "clusterSize": 12,
  197. "numClusters": 1,
  198. "minHeight": 0,
  199. "maxHeight": 200,
  200. "retrogen": "true",
  201. "biomeRestriction": "none",
  202. "biomes": [],
  203. "dimensionRestriction": "none",
  204. "dimensions": []
  205. },
  206. "cadmium": {
  207. "template": "uniform",
  208. "block": "ReactorCraft:reactorcraft_block_ore",
  209. "metadata": 2,
  210. "material": "minecraft:stone",
  211. "clusterSize": 12,
  212. "numClusters": 5,
  213. "minHeight": 0,
  214. "maxHeight": 200,
  215. "retrogen": "true",
  216. "biomeRestriction": "none",
  217. "biomes": [],
  218. "dimensionRestriction": "none",
  219. "dimensions": []
  220. },
  221. "indium": {
  222. "template": "uniform",
  223. "block": "ReactorCraft:reactorcraft_block_ore",
  224. "metadata": 3,
  225. "material": "minecraft:stone",
  226. "clusterSize": 6,
  227. "numClusters": 5,
  228. "minHeight": 50,
  229. "maxHeight": 150,
  230. "retrogen": "true",
  231. "biomeRestriction": "none",
  232. "biomes": [],
  233. "dimensionRestriction": "none",
  234. "dimensions": []
  235. },
  236. "ammonium chloride": {
  237. "template": "uniform",
  238. "block": "ReactorCraft:reactorcraft_block_ore",
  239. "metadata": 6,
  240. "material": "minecraft:stone",
  241. "clusterSize": 12,
  242. "numClusters": 2,
  243. "minHeight": 100,
  244. "maxHeight": 120,
  245. "retrogen": "true",
  246. "biomeRestriction": "none",
  247. "biomes": [],
  248. "dimensionRestriction": "none",
  249. "dimensions": []
  250. },
  251. "nickel": {
  252. "template": "uniform",
  253. "block": "ElectriCraft:electricraft_block_ore",
  254. "metadata": 3,
  255. "material": "minecraft:stone",
  256. "clusterSize": 2,
  257. "numClusters": 30,
  258. "minHeight": 0,
  259. "maxHeight": 200,
  260. "retrogen": "true",
  261. "biomeRestriction": "none",
  262. "biomes": [],
  263. "dimensionRestriction": "none",
  264. "dimensions": []
  265. },
  266. "magnetite": {
  267. "template": "uniform",
  268. "block": "ReactorCraft:reactorcraft_block_ore",
  269. "metadata": 8,
  270. "material": "minecraft:stone",
  271. "clusterSize": 75,
  272. "numClusters": 1,
  273. "minHeight": 0,
  274. "maxHeight": 200,
  275. "retrogen": "true",
  276. "biomeRestriction": "none",
  277. "biomes": [],
  278. "dimensionRestriction": "none",
  279. "dimensions": []
  280. },
  281. "pitchblende": {
  282. "template": "uniform",
  283. "block": "ReactorCraft:reactorcraft_block_ore",
  284. "metadata": 1,
  285. "material": "minecraft:stone",
  286. "clusterSize": 22,
  287. "numClusters": 15,
  288. "minHeight": 0,
  289. "maxHeight": 200,
  290. "retrogen": "true",
  291. "biomeRestriction": "none",
  292. "biomes": [],
  293. "dimensionRestriction": "none",
  294. "dimensions": []
  295. },
  296. "aluminum": {
  297. "template": "uniform",
  298. "block": "ElectriCraft:electricraft_block_ore",
  299. "metadata": 4,
  300. "material": "minecraft:stone",
  301. "clusterSize": 10,
  302. "numClusters": 8,
  303. "minHeight": 0,
  304. "maxHeight": 200,
  305. "retrogen": "true",
  306. "biomeRestriction": "none",
  307. "biomes": [],
  308. "dimensionRestriction": "none",
  309. "dimensions": []
  310. },
  311. "certus quartz": {
  312. "template": "uniform",
  313. "block": "appliedenergistics2:tile.OreQuartz",
  314. "material": "minecraft:stone",
  315. "clusterSize": 5,
  316. "numClusters": 5,
  317. "minHeight": 0,
  318. "maxHeight": 200,
  319. "retrogen": "true",
  320. "biomeRestriction": "none",
  321. "biomes": [],
  322. "dimensionRestriction": "none",
  323. "dimensions": []
  324. },
  325. "charged certus quartz": {
  326. "template": "uniform",
  327. "block": "appliedenergistics2:tile.OreQuartzCharged",
  328. "material": "minecraft:stone",
  329. "clusterSize": 2,
  330. "numClusters": 3,
  331. "minHeight": 70,
  332. "maxHeight": 140,
  333. "retrogen": "true",
  334. "biomeRestriction": "none",
  335. "biomes": [],
  336. "dimensionRestriction": "none",
  337. "dimensions": []
  338. },
  339. "calcite": {
  340. "template": "uniform",
  341. "block": "ReactorCraft:reactorcraft_block_ore",
  342. "metadata": 7,
  343. "material": "minecraft:stone",
  344. "clusterSize": 3,
  345. "numClusters": 8,
  346. "minHeight": 100,
  347. "maxHeight": 120,
  348. "retrogen": "true",
  349. "biomeRestriction": "none",
  350. "biomes": [],
  351. "dimensionRestriction": "none",
  352. "dimensions": []
  353. },
  354. "fluorite": {
  355. "template": "uniform",
  356. "block": "ReactorCraft:reactorcraft_block_fluoriteore",
  357. "metadata": 1,
  358. "material": "minecraft:stone",
  359. "clusterSize": 34,
  360. "numClusters": 2,
  361. "minHeight": 50,
  362. "maxHeight": 200,
  363. "retrogen": "true",
  364. "biomeRestriction": "none",
  365. "biomes": [],
  366. "dimensionRestriction": "none",
  367. "dimensions": []
  368. }
  369. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement