Extended Vanilla: Mining & Drills


This mod adds multiple new tiers of electric mining drills with their relative techs through the game progression that are fully customizable in terms of hps, speed, base production, emissions per minute and consumption via startup settings. Advanced big mining drills for SA are in program. Repices are modified by: Ev Refining.

Content
9 days ago
1.0 - 2.0
20.7K
Mining

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

2 months ago

My Resources :(

2 months ago
(updated 2 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.

2 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

30 days 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.