Quality Miners


Miners' mining speed is now affected by quality, configurable in settings. You can also enable miners to drop stacks on belts. It adds new miner prototypes to the game, so it is inherently incompatible with any other mod that does the same for miners.

Tweaks
8 months ago
2.0
1.34K
Mining

b Crash when cargo-ship installed

6 months ago

I'm just getting a crash when both cargo-ship and this mod is installed:

  14.594 Error ModManager.cpp:1751: Error in assignID: item with name 'oil_rig_migration' does not exist.

Source: QualityMiners-uncommon-oil_rig_migration (mining-drill).
6 months ago

Likely an error with a mismatch between the item in hand and the placed entity according to the log. But there was a similar error with dredgeworks. Can't look into it right now, but anyone can feel free to fork the mod if they find the time for a compatch.

2 days ago

This crash (still) happens on startup of the game.

2 days ago

I guess the mistake in that other mod is that they create the whole entity from scratch while you should use table.deepcopy() on the entity you have based yours on and then only modify the attributes you want to change and then do a data::extend(my_modified_entity).

New response