forked from mad-star-studio/Voxelis
Some more tweaks. Lets merge BLOCKS back into ITEMS because some blocks are also items, and... its just better this way.
This commit is contained in:
parent
cf3b53df77
commit
0242488c9e
22 changed files with 828 additions and 739 deletions
14
mods/ITEMS/vox_armor/init.lua
Normal file
14
mods/ITEMS/vox_armor/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_armor = { }
|
2
mods/ITEMS/vox_armor/mod.conf
Normal file
2
mods/ITEMS/vox_armor/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = vox_armor
|
||||
description = Voxelis - armor: Adds armor to the game.
|
Loading…
Add table
Add a link
Reference in a new issue