Item Network

by y_e_a_r

This mod adds a new logistics mechanic: The Item Network. It replaces trains and logistics bots by teleporting items and fluids directly between Network Chests and Tanks.

Tweaks
1 year, 2 months ago
1.1
2.20K
Logistics Fluids Logistic network Storage Cheats

b [0.8.4] error on load save

9 months ago

Error loading a save with items from a mod that is disabled (Nanobots):

5467.681 Error MainLoop.cpp:1391: Exception at tick 22561680: The Item Network mod (0.8.4) caused a fatal error.
Please report this bug to the mod author.

Error while running event item-network::on_nth_tick(120)
Unknown item name: ammo-nano-constructors
stack traceback:
[C]: in function 'newindex'
__item-network
/src/NetworkChest.lua:1032: in function <item-network/src/NetworkChest.lua:1021>
5473.734 Verbose Map.cpp:1176: Time to re-chart all: 0.000220 seconds.
5481.945 Quitting: user-quit.

9 months ago

You could try editing the mod, .../src/NetworkChest.lua

Change line 1032 from
cb.parameters = params
to
if cb.parameters ~= nil and params ~= nil then
cb.parameters = params
end

See if that works.

9 months ago

Thank you. I'll try it as soon as I start using the mod.

New response