Mining Drones

by Klonan

Adds mining drones and mining depots

Content
2 months ago
0.17 - 2.0
106K
Mining

b [2.0.35] Missing filename in sound specification in property tree at ROOT.unit.mining-drone.walking_sound.variations

2 months ago

2.0.35 changed some stuff with sounds which broke the way you copy the grass walking sound for the drones.

Simply changing
local sound = data.raw.tile["grass-1"].walking_sound
to
local sound = data.raw.tile["grass-1"].walking_sound.variations
in mining_drone_entity.lua fixes the problem.

New response