mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-11-14 22:50:27 +01:00
11 lines
284 B
Lua
11 lines
284 B
Lua
df_primordial_items = {}
|
|
df_primordial_items.doc = {}
|
|
|
|
local MP = minetest.get_modpath(minetest.get_current_modname())
|
|
|
|
dofile(MP.."/jungle_nodes.lua")
|
|
dofile(MP.."/jungle_tree.lua")
|
|
dofile(MP.."/giant_fern.lua")
|
|
dofile(MP.."/fungal_nodes.lua")
|
|
dofile(MP.."/primordial_mushroom.lua")
|