b436fc97f9
Part 1 of the overhaul focused on a dependency on the new wc_crystals
26 lines
477 B
Lua
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")
|