Advertisement
xkforce

end ore names

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