Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. {
  2. "dependencies": "thermalfoundation",
  3. "populate": {
  4. "niter": {
  5. "distribution": "gaussian",
  6. "generator": {
  7. "block": "contenttweaker:nether_niter_ore",
  8. "material": "minecraft:netherrack",
  9. "cluster-size": 6
  10. },
  11. "cluster-count": 16,
  12. "center-height": 64,
  13. "spread": 60,
  14. "retrogen": false,
  15. "biome": {
  16. "restriction": "whitelist",
  17. "value": [
  18. {
  19. "type": "dictionary",
  20. "entry": "NETHER"
  21. }
  22. ]
  23. },
  24. "dimension": "all"
  25. },
  26. "sulfur": {
  27. "distribution": "uniform",
  28. "generator": {
  29. "block": "contenttewaker:nether_sulfur_ore",
  30. "material": "minecraft:magma",
  31. "cluster-size": 14
  32. },
  33. "cluster-count": 30,
  34. "min-height": 22,
  35. "max-height": 38,
  36. "retrogen": false,
  37. "biome": {
  38. "restriction": "whitelist",
  39. "value": [
  40. {
  41. "type": "dictionary",
  42. "entry": "NETHER"
  43. }
  44. ]
  45. },
  46. "dimension": "all"
  47. },
  48. "ender_clathrate": {
  49. "enabled": "true",
  50. "distribution": "uniform",
  51. "generator": {
  52. "block": "quark:gravisand",
  53. "material": "minecraft:end_stone",
  54. "cluster-size": 24
  55. },
  56. "cluster-count": 10,
  57. "chunk-chance": 4,
  58. "min-height": 50,
  59. "max-height": 63,
  60. "retrogen": "true",
  61. "biome": {
  62. "restriction": "whitelist",
  63. "value": [
  64. {
  65. "type": "dictionary",
  66. "entry": "END"
  67. }
  68. ]
  69. },
  70. "dimension": "all"
  71. }
  72.  
  73. }
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement