forked from mad-star-studio/Voxelis
Blah.
This commit is contained in:
parent
3fb04a93e3
commit
f5877a23cf
397 changed files with 3277 additions and 237 deletions
|
@ -11,6 +11,8 @@
|
|||
-- with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
vox_main = {}
|
||||
|
||||
-- Load from minerals.lua
|
||||
dofile(core.get_modpath("vox_main").."/minerals.lua")
|
||||
-- Load from ores.lua
|
||||
|
@ -19,6 +21,11 @@ dofile(core.get_modpath("vox_main").."/ores.lua")
|
|||
dofile(core.get_modpath("vox_main").."/gems.lua")
|
||||
-- Load from liquids.lua
|
||||
dofile(core.get_modpath("vox_main").."/liquids.lua")
|
||||
-- Load from trees.lua
|
||||
dofile(core.get_modpath("vox_main").."/trees.lua")
|
||||
-- Load from plants.lua
|
||||
dofile(core.get_modpath("vox_main").."/plants.lua")
|
||||
|
||||
-- Load from ocean.lua
|
||||
dofile(core.get_modpath("vox_main").."/ocean.lua")
|
||||
-- Load from sky_island.lua
|
||||
|
@ -30,6 +37,11 @@ dofile(minetest.get_modpath("vox_main").."/mobdrops.lua")
|
|||
dofile(minetest.get_modpath("vox_main").."/mats.lua")
|
||||
|
||||
|
||||
|
||||
-- Load from functions.lua
|
||||
-- This is copy/paste from 'default' mod and we're using it temporarily(?)
|
||||
--dofile(minetest.get_modpath("vox_main").."/functions.lua")
|
||||
|
||||
-- Glowing Moss
|
||||
core.register_node("vox_main:glowing_moss", {
|
||||
description = "Glowing Moss",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue