Junk Train

by d3x0r

Adds weak tier 0 trains with much lower tech requirements, but more limits. Graphics by kaueNP and d3x0r!

5 years ago
0.15 - 0.17
11

b Fixing bugs with mods like Nanobots or Creative Mode

6 years ago

Creative Mode crashes because the code attempts to index a stack, and I get similar errors when attempting to use nanobots. Insert the following after line 15 in control.lua:

if stack == nil then
    return
end

Fixes the issue right up.

New response