EtnoCraft

EpicWorldGenerator 7.2.18 - Ores Config

Sep 22nd, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. "ores": [
  2. {
  3. "type": "DIRT",
  4. "data": 0,
  5. "size": 33,
  6. "count": 10,
  7. "minHeight": 0,
  8. "maxHeight": 256
  9. },
  10. {
  11. "type": "GRAVEL",
  12. "data": 0,
  13. "size": 33,
  14. "count": 8,
  15. "minHeight": 0,
  16. "maxHeight": 256
  17. },
  18. {
  19. "type": "STONE",
  20. "data": 1,
  21. "size": 33,
  22. "count": 10,
  23. "minHeight": 0,
  24. "maxHeight": 80
  25. },
  26. {
  27. "type": "STONE",
  28. "data": 3,
  29. "size": 33,
  30. "count": 10,
  31. "minHeight": 0,
  32. "maxHeight": 80
  33. },
  34. {
  35. "type": "STONE",
  36. "data": 5,
  37. "size": 33,
  38. "count": 10,
  39. "minHeight": 0,
  40. "maxHeight": 80
  41. },
  42. {
  43. "type": "COAL_ORE",
  44. "data": 0,
  45. "size": 25,
  46. "count": 20,
  47. "minHeight": 0,
  48. "maxHeight": 128
  49. },
  50. {
  51. "type": "IRON_ORE",
  52. "data": 0,
  53. "size": 30,
  54. "count": 20,
  55. "minHeight": 0,
  56. "maxHeight": 64
  57. },
  58. {
  59. "type": "GOLD_ORE",
  60. "data": 0,
  61. "size": 14,
  62. "count": 3,
  63. "minHeight": 0,
  64. "maxHeight": 32
  65. },
  66. {
  67. "type": "REDSTONE_ORE",
  68. "data": 0,
  69. "size": 12,
  70. "count": 12,
  71. "minHeight": 0,
  72. "maxHeight": 16
  73. },
  74. {
  75. "type": "DIAMOND_ORE",
  76. "data": 0,
  77. "size": 16,
  78. "count": 2,
  79. "minHeight": 0,
  80. "maxHeight": 16
  81. },
  82. {
  83. "type": "LAPIS_ORE",
  84. "data": 0,
  85. "size": 10,
  86. "count": 2,
  87. "minHeight": 0,
  88. "maxHeight": 32
  89. },
  90. {
  91. "type": "EMERALD_ORE",
  92. "data": 0,
  93. "size": 8,
  94. "count": 4,
  95. "minHeight": 4,
  96. "maxHeight": 32
  97. }
Add Comment
Please, Sign In to add comment