forked from mad-star-studio/Voxelis
moving around things
This commit is contained in:
parent
940b7cf7ea
commit
797592a3b5
18 changed files with 81 additions and 56 deletions
18
mods/MAPGEN/vox_overworld/init.lua
Normal file
18
mods/MAPGEN/vox_overworld/init.lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- Voxelis - Voxel survival sandbox for Luanti
|
||||
-- Copyright (C) 2024 Mad Star Studio LLC
|
||||
--
|
||||
-- This program is free software; you can redistribute it and/or modify
|
||||
-- it under the terms of the GNU General Public License as published by
|
||||
-- the Free Software Foundation; either version 3 of the License, or
|
||||
-- (at your option) any later version.
|
||||
--
|
||||
-- You should have received a copy of the GNU General Public License along
|
||||
-- with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
vox_overworld = {}
|
||||
|
||||
dofile(core.get_modpath(core.get_current_modname()) .. "/registry.lua")
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue