Moon Logic deprecated

by mk-fg

Adds Lua-programmable circuit network combinator. Based on Sandboxed LuaCombinator and LuaCombinator2 mods. Probably won't work in multiplayer games.

Content
2 years ago
1.0 - 1.1
4.97K
Circuit network

i [feature] Allow getmetatable and setmetatable methods

1 year, 8 months ago

It would be useful to be able to use this methods for code simplification in some cases

1 year, 8 months ago

Mod already uses those for e.g. input tables, which I think is likely where such methods will be used first, with various confusing results.
So should probably be either wrapped to avoid that, or maybe hidden from common use somewhere.

You can also add these methods to sandbox_env_base table in control.lua to expose in a local mod version, but yeah, they're only not there because weren't in this mod's predecessor, and no one cared to mention them before, I think.

New response