Advertisement
NeonJ

Vanilla.json

Nov 4th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 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": "none",
  46. "biomes": [],
  47. "dimensionRestriction": "blacklist",
  48. "dimensions": [
  49. -1,
  50. 1
  51. ]
  52. },
  53. "iron": {
  54. "template": "uniform",
  55. "block": "iron_ore",
  56. "material": "minecraft:stone",
  57. "clusterSize": 8,
  58. "numClusters": 20,
  59. "minHeight": 0,
  60. "maxHeight": 64,
  61. "retrogen": "true",
  62. "biomeRestriction": "none",
  63. "biomes": [],
  64. "dimensionRestriction": "blacklist",
  65. "dimensions": [
  66. -1,
  67. 1
  68. ]
  69. },
  70. "gold": {
  71. "template": "uniform",
  72. "block": "gold_ore",
  73. "material": "minecraft:stone",
  74. "clusterSize": 8,
  75. "numClusters": 2,
  76. "minHeight": 0,
  77. "maxHeight": 32,
  78. "retrogen": "true",
  79. "biomeRestriction": "none",
  80. "biomes": [],
  81. "dimensionRestriction": "blacklist",
  82. "dimensions": [
  83. -1,
  84. 1
  85. ]
  86. },
  87. "redstone": {
  88. "template": "uniform",
  89. "block": "redstone_ore",
  90. "material": "minecraft:stone",
  91. "clusterSize": 7,
  92. "numClusters": 8,
  93. "minHeight": 0,
  94. "maxHeight": 16,
  95. "retrogen": "true",
  96. "biomeRestriction": "none",
  97. "biomes": [],
  98. "dimensionRestriction": "blacklist",
  99. "dimensions": [
  100. -1,
  101. 1
  102. ]
  103. },
  104. "diamond": {
  105. "template": "uniform",
  106. "block": "diamond_ore",
  107. "material": "minecraft:stone",
  108. "clusterSize": 7,
  109. "numClusters": 1,
  110. "minHeight": 0,
  111. "maxHeight": 16,
  112. "retrogen": "true",
  113. "biomeRestriction": "none",
  114. "biomes": [],
  115. "dimensionRestriction": "blacklist",
  116. "dimensions": [
  117. -1,
  118. 1
  119. ]
  120. },
  121. "lapis": {
  122. "template": "normal",
  123. "block": "lapis_ore",
  124. "material": "minecraft:stone",
  125. "clusterSize": 6,
  126. "numClusters": 1,
  127. "meanHeight": 16,
  128. "maxVariance": 16,
  129. "retrogen": "true",
  130. "biomeRestriction": "none",
  131. "biomes": [],
  132. "dimensionRestriction": "blacklist",
  133. "dimensions": [
  134. -1,
  135. 1
  136. ]
  137. },
  138. "quartz": {
  139. "template": "uniform",
  140. "block": "minecraft:quartz_ore",
  141. "material": "minecraft:netherrack",
  142. "clusterSize": 13,
  143. "numClusters": 16,
  144. "minHeight": 10,
  145. "maxHeight": 118,
  146. "retrogen": "true",
  147. "biomeRestriction": "whitelist",
  148. "biomes": [
  149. "hell"
  150. ],
  151. "dimensionRestriction": "whitelist",
  152. "dimensions": [
  153. -1
  154. ]
  155. }
  156. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement