mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-11-09 20:11:47 +01:00
16 lines
461 B
Lua
16 lines
461 B
Lua
df_underworld_items = {}
|
|
|
|
local modname = minetest.get_current_modname()
|
|
df_underworld_items.S = minetest.get_translator(modname)
|
|
local modpath = minetest.get_modpath(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.."/hunter_statue.lua")
|
|
dofile(modpath.."/glowing_pit_plasma.lua")
|
|
|
|
dofile(modpath.."/puzzle_seal.lua") |