Skip to content

Commit 358ed6a

Browse files
committed
🔧 chore(mining): update ore values for ores
- increase deepslate iron ore value from 75 to 95 - increase deepslate copper ore value from 75 to 110 - increase raw copper block value from 100 to 200 - decrease amethyst block value from 75 to 25 - decrease budding amethyst value from 200 to 75
1 parent 4eb2265 commit 358ed6a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • surf-skill-core/surf-skill-core-paper/src/main/kotlin/dev/slne/surf/skill/core/paper/skills/mining/listeners

‎surf-skill-core/surf-skill-core-paper/src/main/kotlin/dev/slne/surf/skill/core/paper/skills/mining/listeners/MiningBlockListener.kt‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ object MiningBlockListener : Listener {
132132

133133
// --- MID ORES ---
134134
Material.IRON_ORE to 75,
135-
Material.DEEPSLATE_IRON_ORE to 75,
136-
Material.DEEPSLATE_COPPER_ORE to 75,
137-
Material.AMETHYST_BLOCK to 75,
135+
Material.DEEPSLATE_IRON_ORE to 95,
136+
Material.DEEPSLATE_COPPER_ORE to 110,
137+
Material.AMETHYST_BLOCK to 25,
138138

139139
// --- SPECIAL MID ---
140140
Material.OBSIDIAN to 100,
141-
Material.RAW_COPPER_BLOCK to 100,
141+
Material.RAW_COPPER_BLOCK to 200,
142142

143143
// --- HIGH ORES ---
144144
Material.LAPIS_ORE to 125,
@@ -151,7 +151,7 @@ object MiningBlockListener : Listener {
151151
Material.DEEPSLATE_GOLD_ORE to 200,
152152
Material.DIAMOND_ORE to 200,
153153
Material.DEEPSLATE_DIAMOND_ORE to 200,
154-
Material.BUDDING_AMETHYST to 200,
154+
Material.BUDDING_AMETHYST to 75,
155155
Material.RAW_IRON_BLOCK to 200,
156156

157157
// --- EXTREME ---

0 commit comments

Comments
 (0)