Cap1o

Untitled

Jul 4th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. {
  2. "dependencies": "thermalfoundation",
  3.  
  4. "populate": {
  5.  
  6. "oil_sand_clathrate": {
  7. "distribution": "uniform",
  8. "generator": {
  9. "block": "thermalfoundation:ore_fluid",
  10. "material": [
  11. "minecraft:sand",
  12. "minecraft:sandstone",
  13. "minecraft:stone"
  14. ],
  15. "cluster-size": 16
  16. },
  17. "cluster-count": 4,
  18. "chunk-chance": 10,
  19. "min-height": 10,
  20. "max-height": 80,
  21. "retrogen": "true",
  22. "biome": {
  23. "restriction": "whitelist",
  24. "value": [
  25. {
  26. "type": "dictionary",
  27. "entry": "SANDY"
  28. }
  29. ]
  30. },
  31. "dimension": "all"
  32. },
  33.  
  34. "oil_shale_clathrate": {
  35. "distribution": "uniform",
  36. "generator": {
  37. "block": [
  38. {
  39. "name": "thermalfoundation:ore_fluid",
  40. "metadata": 1,
  41. "weight": 80
  42. },
  43. {
  44. "name": "minecraft:coal_ore",
  45. "weight": 20
  46. }
  47. ],
  48. "material": [
  49. "minecraft:dirt",
  50. "minecraft:gravel",
  51. "minecraft:stone"
  52. ],
  53. "cluster-size": 16
  54. },
  55. "cluster-count": 4,
  56. "chunk-chance": 10,
  57. "min-height": 10,
  58. "max-height": 80,
  59. "retrogen": "true",
  60. "biome": {
  61. "restriction": "whitelist",
  62. "value": [
  63. {
  64. "type": "dictionary",
  65. "entry": [
  66. "MESA",
  67. "OCEAN",
  68. "SNOWY",
  69. "SWAMP"
  70. ]
  71. }
  72. ]
  73. },
  74. "dimension": "all"
  75. },
  76.  
  77. "oil_sand": {
  78. "distribution": "uniform",
  79. "generator": {
  80. "type": "geode",
  81. "block": [
  82. {
  83. "name": "thermalfoundation:ore_fluid",
  84. "metadata": 0,
  85. "weight": 80
  86. },
  87. {
  88. "name": "minecraft:sand",
  89. "weight": 20
  90. }
  91. ],
  92. "material": [
  93. "minecraft:sand",
  94. "minecraft:sandstone",
  95. "minecraft:stone"
  96. ],
  97. "hollow": "true",
  98. "filler": "thermalfoundation:fluid_crude_oil",
  99. "crust": "minecraft:sandstone"
  100. },
  101. "cluster-count": 3,
  102. "chunk-chance": 40,
  103. "min-height": 30,
  104. "max-height": 60,
  105. "retrogen": "true",
  106. "biome": {
  107. "restriction": "whitelist",
  108. "value": [
  109. {
  110. "type": "dictionary",
  111. "entry": "SANDY"
  112. }
  113. ]
  114. },
  115. "dimension": {
  116. "restriction": "blacklist",
  117. "value": [
  118. -1,
  119. 1
  120. ]
  121. }
  122. },
  123.  
  124. "oil_shale": {
  125. "distribution": "uniform",
  126. "generator": {
  127. "type": "geode",
  128. "block": [
  129. {
  130. "name": "thermalfoundation:ore_fluid",
  131. "metadata": 1,
  132. "weight": 80
  133. },
  134. {
  135. "name": "minecraft:gravel",
  136. "weight": 20
  137. }
  138. ],
  139. "material": [
  140. "minecraft:dirt",
  141. "minecraft:gravel",
  142. "minecraft:stone"
  143. ],
  144. "hollow": "true",
  145. "filler": "thermalfoundation:fluid_crude_oil",
  146. "crust": "minecraft:stone"
  147. },
  148. "cluster-count": 2,
  149. "chunk-chance": 50,
  150. "min-height": 20,
  151. "max-height": 60,
  152. "retrogen": "true",
  153. "biome": "all",
  154. "dimension": {
  155. "restriction": "blacklist",
  156. "value": [
  157. -1,
  158. 1
  159. ]
  160. }
  161. }
  162. }
  163. }
Add Comment
Please, Sign In to add comment