Big accumulator


This mod adds the big accumulators from Krastorio 2

Content
4 months ago
2.0
929
Power

g 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["kr-big-accumulator"].default_import_location = "fulgora"

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

4 months ago

Yes, I think that is a great idea. I will update it as you suggested.

New response