Mining Drones

by Klonan

Adds mining drones and mining depots

Content
3 years ago
0.17 - 1.1
85.0K
Mining

b Error loading mod with Peaceful+

3 years ago

looks like the other mod is doing something dumb

3 years ago

should i report it there instead?

3 years ago

Hello I am the author of Peaceful+

The mod currently disables
guns
ammo, rockets, turrret ammo, artillery shells
non power armor
military armor equipment
artillery wagon
repair packs
military capsules
cars guns, tank guns
items that are only used to craft ^
recipes that craft any of that ^
technologies that unlock any of those ^
pollution
health
the combat item group
biters
map generation settings for enemies
player's ammo + gun slots
enemy expansion ai

Does mining drones require any of this stuff to work internally? Currently the drones will swing at the ores forever with both mods installed

Also, I tried to comment out health removal but the drones still don't work

3 years ago

Looks like this:

if object.max_health and prototype ~= 'tree' then object.max_health = math.min(object.max_health * 500, 2000000000) object.hide_resistances = true end

I set the proxy health very specifically to match how long they should take to mine the resource, and this messes it up.

3 years ago

Thanks :)

New response