EarendelDevelopers / factorio-mods

This is a public repository for tracking issues with Earendel's factorio mods.
19 stars 3 forks source link

aai-vehicles-miner AAI Vehicles: Miner - mining time isn't respected because of a typo #310

Closed pingpong2011 closed 4 months ago

pingpong2011 commented 1 year ago

0.6.4 Throughout control.lua, mineable_properties.mining_time is misspelled miningtime. This results in the or 1 being "needed". If an entity can be mined, it always has a mining time according to https://lua-api.factorio.com/1.1.87/LuaEntityPrototype.html#LuaEntityPrototype.mineable_properties . The or 1 wouldn't be necessary if the typo is fixed