Advertisement
Guest User

basemetals.json

a guest
Mar 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. [
  2. {
  3. "enabled": true,
  4. "state": {
  5. "name": "minecraft:iron_ore",
  6. },
  7. "widthMin": 2,
  8. "widthMax": 5,
  9. "heightMin": 2,
  10. "heightMax": 4,
  11. "countMin": 5,
  12. "countMax": 10,
  13. "yieldMin": 80,
  14. "yieldMax": 100,
  15. "group": "",
  16. "groupOrder": 0,
  17. "extractionCooldownScale": 1
  18. },
  19. {
  20. "enabled": true,
  21. "state": {
  22. "name": "nuclearcraft:ore",
  23. "properties": {
  24. "type": "copper"
  25. }
  26. },
  27. "widthMin": 2,
  28. "widthMax": 5,
  29. "heightMin": 2,
  30. "heightMax": 4,
  31. "countMin": 5,
  32. "countMax": 10,
  33. "yieldMin": 80,
  34. "yieldMax": 95,
  35. "group": "",
  36. "groupOrder": 0,
  37. "extractionCooldownScale": 1
  38. },
  39. {
  40. "enabled": true,
  41. "state": {
  42. "name": "<nuclearcraft:ore",
  43. "properties": {
  44. "type": "tin"
  45. }
  46. },
  47. "widthMin": 2,
  48. "widthMax": 5,
  49. "heightMin": 2,
  50. "heightMax": 4,
  51. "countMin": 5,
  52. "countMax": 10,
  53. "yieldMin": 80,
  54. "yieldMax": 95,
  55. "group": "",
  56. "groupOrder": 0,
  57. "extractionCooldownScale": 1
  58. },
  59. {
  60. "enabled": true,
  61. "state": {
  62. "name": "nuclearcraft:ore",
  63. "properties": {
  64. "type": "lead"
  65. }
  66. },
  67. "widthMin": 2,
  68. "widthMax": 3,
  69. "heightMin": 2,
  70. "heightMax": 4,
  71. "countMin": 5,
  72. "countMax": 10,
  73. "yieldMin": 50,
  74. "yieldMax": 90,
  75. "group": "",
  76. "groupOrder": 0,
  77. "extractionCooldownScale": 1
  78. },
  79. {
  80. "enabled": true,
  81. "state": {
  82. "name": "immersiveengineering:ore",
  83. "properties": {
  84. "type": "nickel"
  85. }
  86. },
  87. "widthMin": 2,
  88. "widthMax": 2,
  89. "heightMin": 1,
  90. "heightMax": 3,
  91. "countMin": 2,
  92. "countMax": 6,
  93. "yieldMin": 40,
  94. "yieldMax": 75,
  95. "group": "",
  96. "groupOrder": 0,
  97. "extractionCooldownScale": 1
  98. },
  99. {
  100. "enabled": true,
  101. "state": {
  102. "name": "immersiveengineering:ore",
  103. "properties": {
  104. "type": "uranium"
  105. }
  106. },
  107. "widthMin": 2,
  108. "widthMax": 2,
  109. "heightMin": 1,
  110. "heightMax": 3,
  111. "countMin": 2,
  112. "countMax": 3,
  113. "yieldMin": 50,
  114. "yieldMax": 60,
  115. "group": "",
  116. "groupOrder": 0,
  117. "extractionCooldownScale": 1
  118. }
  119. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement