Aaron Suen e614341088 Improve shadow workaround
- Setting time of day to 5:00 disables shadows
  properly (incl. moon shadows).
- Remove the pointless /time command.
2021-06-20 10:56:30 -04:00

10 lines
256 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
nodecore.amcoremod()
include("timeofday")
include("skybox")