wintersknight94 b436fc97f9
Overhaul Part 1
Part 1 of the overhaul focused on a dependency on the new wc_crystals
2023-03-12 04:49:58 -05:00

26 lines
477 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
local modname = minetest.get_current_modname()
-- ================================================================== --
include("shard")
include("nodes")
--<>--
include("smelt")
include("tools")
--<>--
include("adamantine")
--<>--
include("admin")