85c96c8094
This makes it possible to lock optics against accidental rotation, which has been a problem.
18 lines
395 B
Lua
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")
|