Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. Bounties.json
  2.  
  3. [
  4. {
  5. "content": "gregtech:meta_item_1:32600",
  6. "amount": {
  7. "min": 5,
  8. "max": 10
  9. },
  10. "unitWorth": 5,
  11. "weight": 70
  12. },
  13. {
  14. "content": "contenttweaker:stonewidget",
  15. "amount": {
  16. "min": 5,
  17. "max": 25
  18. },
  19. "unitWorth": 3,
  20. "weight": 30
  21. },
  22. {
  23. "content": "gregtech:meta_item_1:32640",
  24. "amount": {
  25. "min": 2,
  26. "max": 4
  27. },
  28. "unitWorth": 10,
  29. "weight": 50
  30. },
  31. {
  32. "content": "gregtech:meta_item_2:32450",
  33. "amount": {
  34. "min": 5,
  35. "max": 25
  36. },
  37. "unitWorth": 1,
  38. "weight": 20
  39. },
  40. {
  41. "content": "contenttweaker:combinationcircuit",
  42. "amount": {
  43. "min": 1,
  44. "max": 5
  45. },
  46. "unitWorth": 35,
  47. "weight": 50
  48. },
  49. {
  50. "content": "gregtech:machine:501",
  51. "amount": {
  52. "min": 1,
  53. "max": 5
  54. },
  55. "unitWorth": 10,
  56. "weight": 20
  57. },
  58. {
  59. "content": "gregtech:meta_item_1:32690",
  60. "amount": {
  61. "min": 2,
  62. "max": 4
  63. },
  64. "unitWorth": 10,
  65. "weight": 30
  66. },
  67. {
  68. "content": "gregtech:meta_item_1:32680",
  69. "amount": {
  70. "min": 2,
  71. "max": 4
  72. },
  73. "unitWorth": 15,
  74. "weight": 30
  75. },
  76. {
  77. "content": "gregtech:meta_item_1:32610",
  78. "amount": {
  79. "min": 2,
  80. "max": 4
  81. },
  82. "unitWorth": 15,
  83. "weight": 30
  84. },
  85. {
  86. "content": "contenttweaker:enderwidget",
  87. "amount": {
  88. "min": 2,
  89. "max": 5
  90. },
  91. "unitWorth": 30,
  92. "weight": 50
  93. },
  94. {
  95. "content": "contenttweaker:alloywidget",
  96. "amount": {
  97. "min": 2,
  98. "max": 5
  99. },
  100. "unitWorth": 20,
  101. "weight": 40
  102. },
  103. {
  104. "content": "contenttweaker:woodenwidget",
  105. "amount": {
  106. "min": 5,
  107. "max": 25
  108. },
  109. "unitWorth": 2,
  110. "weight": 80
  111. }
  112. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement