Nixie Tubes


Adds nixie tubes, for displaying values from a connected circuit network.

14 days ago
0.13 - 1.1
54.4K

b Error on Save File Load

7 years ago

I received the following error message when attempting to load my save file after upgrading Nixie Tubes:

Error while running the on_load: nixie-
tubes
/control.lua:183: attempt to index field
'signalstrings' (a nil value)

7 years ago

Change that line to read like this:

if remote.interfaces.signalstrings and remote.interfaces.signalstrings.register_signal then

it'll at least load then. Or use the old version till it's fixed

7 years ago

Yep, I botched my check for SignalStrings in several mods I released yesterday. An update will come this afternoon, but in the mean time you can simply install Signal Strings and it'll all work!

7 years ago

fixed in 14.12

New response