forked from mad-star-studio/Voxelis
Forgot these.
This commit is contained in:
parent
45ecb37f1b
commit
8bc83cf3db
24 changed files with 176 additions and 0 deletions
14
mods/CORE/vox_autogroup/init.lua
Normal file
14
mods/CORE/vox_autogroup/init.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- 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_ = { }
|
2
mods/CORE/vox_autogroup/mod.conf
Normal file
2
mods/CORE/vox_autogroup/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = vox_
|
||||
description = Voxelis -
|
14
mods/CORE/vox_biomeinfo/init.lua
Normal file
14
mods/CORE/vox_biomeinfo/init.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- 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_biomeinfo = { }
|
2
mods/CORE/vox_biomeinfo/mod.conf
Normal file
2
mods/CORE/vox_biomeinfo/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = vox_biomeinfo
|
||||
description = Voxelis - biomeinfo
|
14
mods/CORE/vox_damage/init.lua
Normal file
14
mods/CORE/vox_damage/init.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- 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_damage = { }
|
2
mods/CORE/vox_damage/mod.conf
Normal file
2
mods/CORE/vox_damage/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = vox_damage
|
||||
description = Voxelis - damage
|
14
mods/CORE/vox_events/init.lua
Normal file
14
mods/CORE/vox_events/init.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- 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_events = { }
|
2
mods/CORE/vox_events/mod.conf
Normal file
2
mods/CORE/vox_events/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = vox_events
|
||||
description = Voxelis - events
|
14
mods/CORE/vox_explosions/init.lua
Normal file
14
mods/CORE/vox_explosions/init.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- 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_explosions = { }
|
2
mods/CORE/vox_explosions/mod.conf
Normal file
2
mods/CORE/vox_explosions/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = vox_explosions
|
||||
description = Voxelis - explosions
|
14
mods/CORE/vox_init/init.lua
Normal file
14
mods/CORE/vox_init/init.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- 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_init = { }
|
2
mods/CORE/vox_init/mod.conf
Normal file
2
mods/CORE/vox_init/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = vox_init
|
||||
description = Voxelis - init
|
14
mods/CORE/vox_loot/init.lua
Normal file
14
mods/CORE/vox_loot/init.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- 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_loot = { }
|
2
mods/CORE/vox_loot/mod.conf
Normal file
2
mods/CORE/vox_loot/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = vox_loot
|
||||
description = Voxelis - loot
|
14
mods/CORE/vox_particles/init.lua
Normal file
14
mods/CORE/vox_particles/init.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- 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_particles = { }
|
2
mods/CORE/vox_particles/mod.conf
Normal file
2
mods/CORE/vox_particles/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = vox_particles
|
||||
description = Voxelis - particles
|
14
mods/CORE/vox_sounds/init.lua
Normal file
14
mods/CORE/vox_sounds/init.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- 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_sounds = { }
|
2
mods/CORE/vox_sounds/mod.conf
Normal file
2
mods/CORE/vox_sounds/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = vox_sounds
|
||||
description = Voxelis - sounds
|
14
mods/CORE/vox_util/init.lua
Normal file
14
mods/CORE/vox_util/init.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- 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_util = { }
|
2
mods/CORE/vox_util/mod.conf
Normal file
2
mods/CORE/vox_util/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = vox_util
|
||||
description = Voxelis - util
|
14
mods/CORE/vox_worlds/init.lua
Normal file
14
mods/CORE/vox_worlds/init.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- 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_worlds = { }
|
2
mods/CORE/vox_worlds/mod.conf
Normal file
2
mods/CORE/vox_worlds/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = vox_worlds
|
||||
description = Voxelis - worlds
|
Loading…
Add table
Reference in a new issue