Voxelis/mods/MAPGEN/vox_overworld/init.lua
DesertMermaid 96dd920132
All checks were successful
Error Check / luacheck_errcheck (push) Successful in 44s
Unit Tests / busted_unit_test (push) Successful in 50s
Fix something I broke. Heh.
2024-12-12 16:26:44 -08:00

16 lines
734 B
Lua

---------------------------------------------------------------------------
-- 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")