Sandboxed LuaCombinator

by IWTDU

Program combinators with lua. Now there is a version with outputs isolated from inputs!

Content
4 years ago
0.17 - 0.18
15
Circuit network

b crash when Ctrl X Ctrl V

3 years ago
(updated 3 years ago)

When opening or destroying a Combinator created through blueprints, the game crashes:
opening:
The mod Sandboxed LuaCombinator (0.4.1) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event SandboxedLuaCombinator::on_gui_opened (ID 84)
SandboxedLuaCombinator/script/gui.lua:90: attempt to index field '?' (a nil value)
stack traceback:
SandboxedLuaCombinator/script/gui.lua:90: in function 'create_gui'
SandboxedLuaCombinator/script/gui.lua:20: in function 'open'
SandboxedLuaCombinator/control.lua:977: in function <SandboxedLuaCombinator/control.lua:969>
crashes:
The mod Sandboxed LuaCombinator (0.4.1) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event SandboxedLuaCombinator::on_pre_player_mined_item (ID 11)
SandboxedLuaCombinator/control.lua:311: attempt to index local 'tbl' (a nil value)
stack traceback:
SandboxedLuaCombinator/control.lua:311: in function 'on_combinator_destroyed'
SandboxedLuaCombinator/control.lua:339: in function <SandboxedLuaCombinator/control.lua:334>

New response