In Space Age, the following error occurs when defining the inventory of the cargo_pod:
Code: Select all
The mod Picklocks rocket silo stats (1.3.0) caused a non-recoverable error.
Please report this error to the mod author.
Error while running event PicksRocketStats::on_rocket_launched (ID 10)
__PicksRocketStats__/control.lua:631: attempt to index field 'cargo_pod' (a nil value)
stack traceback:
__PicksRocketStats__/control.lua:631: in function <__PicksRocketStats__/control.lua:597>
Code: Select all
local inventory = event.rocket.cargo_pod.get_inventory(defines.inventory.cargo_unit)
The error always occurs in Space Age.
See also the following discussion:
viewtopic.php?p=633329#p633329