Aaron Suen 85c96c8094 Glue optics in place with an eggcorn
This makes it possible to lock optics against
accidental rotation, which has been a problem.
2022-01-09 12:52:54 -05:00

18 lines
395 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
nodecore.amcoremod()
include("api")
include("glass")
include("glued")
include("lens")
include("prism")
include("cooking")
include("crafting")
include("domainwalls")
include("shelf")
include("hints")