mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-11-12 13:40:31 +01:00
12 lines
306 B
Lua
12 lines
306 B
Lua
|
df_underworld_items = {}
|
||
|
|
||
|
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
||
|
|
||
|
dofile(modpath.."/config.lua")
|
||
|
dofile(modpath.."/doc.lua")
|
||
|
|
||
|
dofile(modpath.."/crystals_amethyst.lua")
|
||
|
dofile(modpath.."/glow_stone.lua")
|
||
|
dofile(modpath.."/slade.lua")
|
||
|
dofile(modpath.."/glowing_pit_plasma.lua")
|