82bc47642e
Also reduce client packets by tracking dynalight node ttl in-memory instead of meta. Lights might flicker out a bit on area first loading, but some startup judder is expected on any unloaded area anyway. Add a "cheat" code for torch testing, and possibly for other dev uses.
12 lines
280 B
Lua
12 lines
280 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("node")
|
|
include("abm")
|
|
include("wield")
|
|
include("cmd")
|