PC Mining efficiency question

POCKET951

New member
what is the most efficient  min/max way to mine ore/resources in the game at the moment?

I have stuck by and always used a fully kitted out augur but I do see people use Q6 Steel pickaxes with all the modslots full

is it preference or is one actually better/faster than the other? I have never really tinkered with the pickaxe

 
Could be called preference for most cases; the auger seems the faster of the two, but there's plenty of complicating factors:

- want to save 4 skill points from SexRex?

- have an unlimited supply of coffee?

- got a good source of fuel?

- got the mining books series bonus? (unless they normalized it by now)

- how much does your OCD command your mines be tidy (auger tends to favor a messy look as you're hitting everything in sight)

- do you hate the sounds

 
Last edited by a moderator:
Could be called preference for most cases; the auger seems the faster of the two, but there's plenty of complicating factors:

- want to save 4 skill points from SexRex?

- have an unlimited supply of coffee?

- got a good source of fuel?

- got the mining books series bonus? (unless they normalized it by now)

- how much does your OCD command your mines be tidy (auger tends to favor a messy look as you're hitting everything in sight)

- do you hate the sounds


well I have 4 points, coffee and rock busters arent an issue, so I will always have those and I got more fuel than I will ever need.
also have all 7 art of mining boooks

I don't care about tidiness or the augur sounds though.

I am more concerned about the pure min/max yield of resources per minute assuming you have EVERYTHING related to mining. 

 

 
That sounds like a pretty clear win for the auger IMO.

The next time you mine you can also just compare your options. Either do a minute (look at your coffee timer, or a game-hour or something)), or a number of blocks. Prep the area by removing the gravel and other unwanted blocks, so you can just straight up compare results.

 
You could do two tests and see if it is faster to get a stack of 6000 iron with both a maxed out auger and a maxed out steel pick.  With maxed out mining books it will probably come down to RNG as to which gives you the one shot mining more often, which since the auger hits so much faster it will probably come out on top.

 
- how much does your OCD command your mines be tidy (auger tends to favor a messy look as you're hitting everything in sight)
This is why I never use the auger.  It drives me crazy if I accidentally hit a block I didn't mean to...I'm still annoyed we can't "repair" resource blocks like iron/lead/etc.

 
You could do two tests and see if it is faster to get a stack of 6000 iron with both a maxed out auger and a maxed out steel pick.  With maxed out mining books it will probably come down to RNG as to which gives you the one shot mining more often, which since the auger hits so much faster it will probably come out on top.
I like the idea, but there is RNG, I think for a control you could find a patch of even ground, dig  out the dirt to the stone, and then time a dig down to bedrock through nothing but stone.

 
then time a dig down to bedrock through nothing but stone.
That will give you good data for stone; if that's your main concern then it's perfectly fine. For ores you will have to include the RNG factor of the book set, the way it was it was old implementation gave a massive benefit for the auger - 20% chance per hit, the auger hits something like 10x as often as the pick. Unless it's been normalized in A20 ofc.

EDIT: something readable instead maybe

 
Last edited by a moderator:
Actually, the Art of Mining books appear to count for stone now as well...at least it's the only explanation I can come up with for why I randomly 1 shot stone with my steel pick.

 
I use auger for strip mining, as it is faster than a steel pickaxe. There is one catch though - you can only mine for so long before the screamers start showing up non-stop and you end up fighting more than mining. Sound can be quite annoying, too, but it's manageable.

 
Not sure about A20 (just started up again), but in A19 using a T6 Steel Pick was much much faster than a max tiered auger. Can't remember how many mining books I had. I seem to remember using blackstrap coffee but not the rock breakers since rocks and other resources would be mined up with 2 swings, so a bit more from the candy was just wasted. This was with miner 69er, motherlode, and Trex maxed out.

Switching back and forth several times to try them both out showed the pick was over twice as fast (if not faster tbh).

 
Vaeliorin said:
Actually, the Art of Mining books appear to count for stone now as well...at least it's the only explanation I can come up with for why I randomly 1 shot stone with my steel pick.
I finally had the set completed and had time to do some mining lately; I'm not seeing this in my game. At least not with an auger, INT spec so I don't bother with the pick. Ores get one-shot as they should, stone / gravel don't seem to, as per earlier.

 
I finally had the set completed and had time to do some mining lately; I'm not seeing this in my game. At least not with an auger, INT spec so I don't bother with the pick. Ores get one-shot as they should, stone / gravel don't seem to, as per earlier.
Huh...I was playing with some mods, but nothing that should have effected that.  Maybe one of them added that without mentioning it.

 
Huh...I was playing with some mods, but nothing that should have effected that.  Maybe one of them added that without mentioning it.
I be willing to do a gentlemen's wager that it was a mod that added that capability

From the 20.1 files

    <perk name="perkArtOfMiningComplete" parent="skillArtOfMining" max_level="1" base_skill_point_cost="0" desc_key="perkArtOfMiningCompleteDesc" long_desc_key="perkArtOfMiningCompleteLongDesc">
        <effect_group>
            <passive_effect name="BlockDamage" operation="base_add" level="1" value="10000" tags="ore">
            </passive_effect>
        </effect_group>
    </perk>




Note the tag "ore".

Comparing terrStone block with terrIron block.  The Iron ore block has the tag ore while the stone block doesn't.

Code:
<block name="terrStone">
    <property name="Material" value="Mstone"/>
    <property name="NoScrapping" value="true"/>
    <property name="Shape" value="Terrain"/>
    <property name="Mesh" value="terrain"/>
    <property name="Texture" value="1"/>
    <property name="TerrainIndex" value="1"/>
    <property name="ImposterExclude" value="true"/>
    <property name="LPHardnessScale" value="2"/>
    <property name="Weight" value="125"/>
    <property name="Map.Color" value="100,100,100"/>
    <property class="RepairItems">
        <property name="resourceCobblestones" value="6"/>
    </property>
    <!-- <property name="HarvestOverdamage" value="true"/>  default=false; that was a super terrible idea. If a tool does 500 damage to a 100 HP block you get 5x the assigned harvest amount.  -->
    <drop event="Harvest" name="resourceRockSmall" count="55" tag="oreWoodHarvest"/>
    <!-- <drop event="Harvest" name="resourceScrapIron" count="10" tag="oreWoodHarvest"/> -->
    <drop event="Destroy" count="0"/>
    <drop event="Fall" name="resourceRockSmall" count="44" prob="0.23" stick_chance="0"/>
    <!-- <drop event="Fall" name="resourceScrapIron" count="20" prob="0.23" stick_chance="0"/> -->
    <drop event="Fall" name="terrDestroyedStone" count="1" prob="0.1" stick_chance="0.5"/>
    <!-- Better to have fewer stacks with higher numbers for performance reasons. -->
    <!-- With a stick chance fallen resources just get buried and fall off the earth. -->
    <!-- Could maybe do "0.1" stick but it would quickly make the whole endeavor unfun. -->
    <property name="CanMobsSpawnOn" value="true"/> <!-- BM and horde AI can ONLY spawn on these blocks, the minimum distance to any player is 30m -->
    <property name="EconomicValue" value="5"/>
    <property name="EconomicBundleSize" value="1"/>
    <property name="SellableToTrader" value="false"/>
    <property name="FilterTags" value="MC_outdoor,SC_terrain"/>
    <property name="SortOrder1" value="d0j0"/>
    <property name="SortOrder2" value="0050"/>
    <property name="DisplayType" value="blockTerrain"/>
</block>
Code:
<block name="terrOreIron">
    <property name="Material" value="MoreMetal"/>
    <property name="Tags" value="ore,deepOre"/>
    <property name="Shape" value="Terrain"/>
    <property name="Mesh" value="terrain"/>
    <property name="Map.Color" value="120,70,0"/>
    <property name="Texture" value="33"/>
    <property name="ImposterExclude" value="true"/>
    <drop event="Harvest" name="resourceScrapIron" count="105" tag="oreWoodHarvest"/>
    <drop event="Harvest" name="resourceRockSmall" count="14" tag="oreWoodHarvest"/>
    <drop event="Destroy" count="0"/>
    <drop event="Fall" name="resourceScrapIron" count="150" prob="0.4" stick_chance="0"/>
    <property name="CanMobsSpawnOn" value="true"/>
    <property name="FilterTags" value="MC_outdoor,SC_terrain"/>
    <property name="SortOrder1" value="d0l0"/>
    <property name="SortOrder2" value="0050"/>
    <property name="DisplayType" value="blockTerrain"/>
    <drop event="Harvest" name="resourceRawDiamond" prob=".005" count="1" tag="artOfMiningLuckyStrikeHarvest"/>
    <drop event="Harvest" name="resourceSilverNugget" prob=".01" count="1" tag="artOfMiningLuckyStrikeHarvest"/>
    <drop event="Harvest" name="resourceGoldNugget" prob=".007" count="1" tag="artOfMiningLuckyStrikeHarvest"/>
    <property name="DescriptionKey" value="terrainBlockGroupDesc"/>
</block>

 
Fenris said:
Not sure about A20 (just started up again), but in A19 using a T6 Steel Pick was much much faster than a max tiered auger. Can't remember how many mining books I had. I seem to remember using blackstrap coffee but not the rock breakers since rocks and other resources would be mined up with 2 swings, so a bit more from the candy was just wasted. This was with miner 69er, motherlode, and Trex maxed out.

Switching back and forth several times to try them both out showed the pick was over twice as fast (if not faster tbh).
image.pngimage.png4image.png


well Ive done some digging to bed rock races with this augur and this pickaxe, with maxed out relative perks and Candy+blackstrap coffee and all the art of mining books

unfortunately in all my digs they weren't pure stone, I would run into some random ore

But generally, it took me 50 seconds to hit bedrock with the augur
and it took me a 80+ seconds to hit bedrock with the pickaxe.

did another test where I went through pure stone to bedrock, no coffee or candy
Augur: 60 ish seconds
Steel pickaxe: 88 seconds

Paired with the fact that the augur hits much faster for one shotting ore I have concluded that the Augur is indeed more efficient than the steel pickaxe.

unless there are any min/max buffs I am missing for pick axe miners, The Augur is the most efficient method to acquire ore/stone in the game

anyone here if they wish to do there own test or research are more than welcome to share there data/opinions

@theFlu if you have any ideas for any other kinds of test or performance benchmark methods, you are welcome to suggest them. I feel like my bedrock race is fairly conclusive though

even with all the buffs and candy it still takes 3 hits of the pickaxe to destroy ore unless I combo power attacks and light attacks for 2 hits

 
Last edited by a moderator:
@theFlu if you have any ideas for any other kinds of test or performance benchmark methods, you are welcome to suggest them. I feel like my bedrock race is fairly conclusive though
Well, it sounds like you have your answer, and a good comparison for anyone playing a long game :)

Technically you should still test against ores in some ways, but I'd predict the auger will gain even more ground there due to the book set bonus and smaller hits meaning less wasted damage - although actual mining with the auger requires more attention not to hit at things you don't want, those could waste plenty of time when not 100% on the ball.

But even if in actual mining the pick would get close to even, the time spent optimizing is also time lost from actual mining, so I wouldn't really continue beyond your test - for other than curiosity.

 
View attachment 23695View attachment 236964View attachment 23697


well Ive done some digging to bed rock races with this augur and this pickaxe, with maxed out relative perks and Candy+blackstrap coffee and all the art of mining books

unfortunately in all my digs they weren't pure stone, I would run into some random ore

But generally, it took me 50 seconds to hit bedrock with the augur
and it took me a 80+ seconds to hit bedrock with the pickaxe.

did another test where I went through pure stone to bedrock, no coffee or candy
Augur: 60 ish seconds
Steel pickaxe: 88 seconds

Paired with the fact that the augur hits much faster for one shotting ore I have concluded that the Augur is indeed more efficient than the steel pickaxe.

unless there are any min/max buffs I am missing for pick axe miners, The Augur is the most efficient method to acquire ore/stone in the game

anyone here if they wish to do there own test or research are more than welcome to share there data/opinions

@theFlu if you have any ideas for any other kinds of test or performance benchmark methods, you are welcome to suggest them. I feel like my bedrock race is fairly conclusive though

even with all the buffs and candy it still takes 3 hits of the pickaxe to destroy ore unless I combo power attacks and light attacks for 2 hits
Was awhile ago when I tried both, I could have easily misremembered some things. I do distinctly remember needing tons of stone for a huge (for me) base I was building out of concrete. So I went around to all the huge boulders sitting on top of the ground, climbed up to the top and mined them away. I tried several of each, first with the auger, then with the steel pick. The pick was much faster for breaking down the boulders, so I shelved the auger and never used it again. It is also possible I didn't have all the mining books. I can see how having a 20% chance to one shot any ore would benefit the auger more that the pick. That, and stone has 500 health and ore has 600, so I probably remembered the events incorrectly.

Did you mine the dirt as well with the pick? Seems like that would really slow down your progress even with the Grave Digger mod installed. Even so, looks like I'll be trying out the auger again on my Strength/Fortitude character again when I get back to him. Even "if" the pick would be faster on some things (which I now doubt after seeing your results), you almost never mine one type of terrain when digging for ore since a lot of dirt and sand need to be removed. So yeah, gonna take another look at the auger 😁

 
Was awhile ago when I tried both, I could have easily misremembered some things. I do distinctly remember needing tons of stone for a huge (for me) base I was building out of concrete. So I went around to all the huge boulders sitting on top of the ground, climbed up to the top and mined them away. I tried several of each, first with the auger, then with the steel pick. The pick was much faster for breaking down the boulders, so I shelved the auger and never used it again. It is also possible I didn't have all the mining books. I can see how having a 20% chance to one shot any ore would benefit the auger more that the pick. That, and stone has 500 health and ore has 600, so I probably remembered the events incorrectly.

Did you mine the dirt as well with the pick? Seems like that would really slow down your progress even with the Grave Digger mod installed. Even so, looks like I'll be trying out the auger again on my Strength/Fortitude character again when I get back to him. Even "if" the pick would be faster on some things (which I now doubt after seeing your results), you almost never mine one type of terrain when digging for ore since a lot of dirt and sand need to be removed. So yeah, gonna take another look at the auger 😁
 I precleared all the dirt with a shovel. the pickaxe takes 3 hits to eat through dirt and the augur chews through it way faster

 
Back
Top