Advertisement
Guest User

Vanilla Ore Gen

a guest
Jul 31st, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. {
  2. "dirt": {
  3. "template": "uniform",
  4. "block": "dirt",
  5. "material": "minecraft:stone",
  6. "clusterSize": 32,
  7. "numClusters": 20,
  8. "minHeight": 0,
  9. "maxHeight": 128,
  10. "retrogen": "false",
  11. "biomeRestriction": "none",
  12. "biomes": [],
  13. "dimensionRestriction": "blacklist",
  14. "dimensions": [
  15. -1,
  16. 1
  17. ]
  18. },
  19. "gravel": {
  20. "template": "uniform",
  21. "block": "gravel",
  22. "material": "stone",
  23. "clusterSize": 32,
  24. "numClusters": 10,
  25. "minHeight": 0,
  26. "maxHeight": 128,
  27. "retrogen": "false",
  28. "biomeRestriction": "none",
  29. "biomes": [],
  30. "dimensionRestriction": "blacklist",
  31. "dimensions": [
  32. -1,
  33. 1
  34. ]
  35. },
  36. "coal": {
  37. "template": "uniform",
  38. "block": "coal_ore",
  39. "material": "stone",
  40. "clusterSize": 16,
  41. "numClusters": 20,
  42. "minHeight": 0,
  43. "maxHeight": 128,
  44. "retrogen": "true",
  45. "biomeRestriction": "whitelist",
  46. "biomes": [
  47. "Volcano"
  48. ],
  49. "dimensionRestriction": "blacklist",
  50. "dimensions": [
  51. -1,
  52. 1
  53. ]
  54. },
  55. "iron": {
  56. "template": {"type": "fractal", "generator": "large-vein", "sparse": false},
  57. "block": "iron_ore",
  58. "material": "minecraft:stone",
  59. "clusterSize": 50,
  60. "numClusters": 120,
  61. "chunkChance": 100,
  62. "minHeight": 0,
  63. "veinHeight": 40,
  64. "veinDiameter": 48,
  65. "verticalDensity": 15,
  66. "horizontalDensity": 15,
  67. "retrogen": "true",
  68. "biomeRestriction": "none",
  69. "biomes": [],
  70. "dimensionRestriction": "blacklist",
  71. "dimensions": [
  72. -1,
  73. 1
  74. ]
  75. },
  76. "gold": {
  77. "template": "uniform",
  78. "block": "gold_ore",
  79. "material": "minecraft:stone",
  80. "clusterSize": 8,
  81. "numClusters": 2,
  82. "minHeight": 0,
  83. "maxHeight": 32,
  84. "retrogen": "true",
  85. "biomeRestriction": "none",
  86. "biomes": [],
  87. "dimensionRestriction": "blacklist",
  88. "dimensions": [
  89. -1,
  90. 1
  91. ]
  92. },
  93. "redstone": {
  94. "template": "uniform",
  95. "block": "redstone_ore",
  96. "material": "minecraft:stone",
  97. "clusterSize": 7,
  98. "numClusters": 8,
  99. "minHeight": 0,
  100. "maxHeight": 80,
  101. "retrogen": "true",
  102. "biomeRestriction": "blacklist",
  103. "biomes": ["Wasteland", "Desert", "Volcano"],
  104. "dimensionRestriction": "blacklist",
  105. "dimensions": [
  106. -1,
  107. 1
  108. ]
  109. },
  110. "diamond": {
  111. "template": {"type": "fractal", "generator": "large-vein", "sparse": false},
  112. "block": "diamond_ore",
  113. "material": "minecraft:stone",
  114. "clusterSize": 25,
  115. "numClusters": 5,
  116. "minHeight": 0,
  117. "veinHeight": 20,
  118. "veinDiameter": 24,
  119. "verticalDensity": 15,
  120. "horizontalDensity": 15,
  121. "retrogen": "true",
  122. "biomeRestriction": "Whitelist",
  123. "biomes": ["Volcano"],
  124. "dimensionRestriction": "blacklist",
  125. "dimensions": [
  126. -1,
  127. 1
  128. ]
  129. },
  130. "lapis": {
  131. "template": "normal",
  132. "block": "lapis_ore",
  133. "material": "minecraft:stone",
  134. "clusterSize": 25,
  135. "numClusters": 1,
  136. "minHeight": 16,
  137. "maxHeight": 250,
  138. "retrogen": "true",
  139. "biomeRestriction": "whitelist",
  140. "biomes": ["Volcano"],
  141. "dimensionRestriction": "blacklist",
  142. "dimensions": [
  143. -1,
  144. 1
  145. ]
  146. },
  147. "quartz": {
  148. "template": "uniform",
  149. "block": "quartz_ore",
  150. "material": "minecraft:netherrack",
  151. "clusterSize": 13,
  152. "numClusters": 16,
  153. "minHeight": 10,
  154. "maxHeight": 118,
  155. "retrogen": "true",
  156. "biomeRestriction": "whitelist",
  157. "biomes": [
  158. {"type": "dictionary", "entry": "NETHER"}
  159. ],
  160. "dimensionRestriction": "none",
  161. "dimensions": []
  162. },
  163. "spikes": {
  164. "template": {"type": "surface", "generator": "spike", "minHeight": 7, "heightVariance": 4, "sizeVariance": 4, "positionVariance": 4, "largeSpikes": "true", "largeSpikeChance": 10, "minLargeSpikeHeightGain": 10, "largeSpikeHeightVariance": 30, "largeSpikeFillerSize": 1},
  165. "block": [
  166. {"name": "iron_ore", "weight":80}
  167. {"name": "gold_ore", "weight":20}
  168. ],
  169. "material": [
  170. "BiomesOPlenty:driedDirt",
  171. "minecraft:grass",
  172. "minecraft:stone"
  173. ],
  174. "clusterSize": 1,
  175. "numClusters": 2,
  176. "minHeight": 0,
  177. "chunkChance": 1,
  178. "retrogen": "true",
  179. "biomeRestriction": "none",
  180. "biomes": [],
  181. "dimensionRestriction": "blacklist",
  182. "dimensions": [
  183. -1,
  184. 1
  185. ]
  186. }
  187. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement