Extended Vanilla: Mining & Drills


Adds multiple new tiers of drills, big drills and pumpjacks through the game progression, fully customizable. Also a lategame structure is added: the quarry drill. It can mine resources without an ore patch. Recipes are modified by some mods such as Krastorio 2, AAI and Ev Refining.

Content
3 days ago
1.0 - 2.1
27.5K
Mining

b Big mining drill Mk2 returns a Mk1 big drill when mined

1 year, 6 months ago

My Resources :(

1 year, 6 months ago
(updated 1 year, 6 months ago)

This. The minable.result isn't being set properly when the entity is cloned.

If you want to fix it in the mean time, go to %APPDATA%\Factorio\mods, find ev-mining-drills_3.1.0.zip, and extract the ev-mining-drills_3.1.0 folder inside it to that same \mods directory. Now open mods\ev-mining-drills_3.1.0\space-age\drills.lua in your favorite text editor. Go to line 122, and insert the following line immediately before the data:extend line:

big_drill_mk2_entity.minable.result = big_drill_mk2_entity.name

The whole block (lines 114-123) should now look like:

big_drill_mk2_entity.name = "big-mining-drill-mk2"
big_drill_mk2_entity.icon = mod_name.."/graphics/icons/big-mining-drill-mk2.png"
big_drill_mk2_entity.max_health = 500
big_drill_mk2_entity.heating_energy = "300kW"
big_drill_mk2_entity.resource_drain_rate_percent = settings.startup["ev-mk2-drill-resource-drain"].value
big_drill_mk2_entity.mining_speed = settings.startup["ev-mk2-drill-mining-speed"].value
big_drill_mk2_entity.energy_usage = settings.startup["ev-mk2-drill-energy-usage"].value.."MW"
big_drill_mk2_entity.module_slots = settings.startup["ev-mk2-drill-module-slots"].value
big_drill_mk2_entity.minable.result = big_drill_mk2_entity.name
data:extend({big_drill_mk2_entity})

Save file, reload Factorio, problem solved.

1 year, 6 months ago

I have my own personal tweaks and fixes mods that always loads last so i just shoved "data.raw['mining-drill']['big-mining-drill-mk2']['minable']['result'] = 'big-mining-drill-mk2'" into it, which at least fixed it on my end

1 year, 5 months ago

I've found enough time to fix all this mod's issues. By the end of the day the patch should be online.
_77

This thread has been locked.