Advertisement
Guest User

Untitled

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