Big accumulator

by snouz

This mod adds an accumulator 60x more potent the normal one.

Content
a month ago
2.0
31.5K
Power

b default_import_location unset

4 months ago

When the space-age mod is active, the Big Accumulator's recipe and technology both require Fulgoran resources. As such, Big Accumulators are most optimally built on Fulgora. However, the item has no default_import_location set, meaning it defaults to Nauvis. As a result, Space Platforms won't auto-request it from ground logistics. I recommend including

data.raw.item["big-accumulator"].default_import_location = "fulgora"

In data_updates.lua, since you already have a check for space-age there.

4 months ago

Yeah good suggestion, I did it recently for something else, but didn't retroactively do it here

New response