Add license notice
This commit is contained in:
parent
25dcb69aff
commit
9adb063d0f
@ -1,3 +1,25 @@
|
||||
--------------------------------------------------------------------------------
|
||||
--
|
||||
-- Minetest -- moarmour -- Adds many new armours types
|
||||
-- Copyright (C) 2020-2022 Olivier Dragon
|
||||
-- Copyright (C) 2017-2018 ChemGuy99 aka Chem871
|
||||
-- And contributers (see Git logs)
|
||||
--
|
||||
-- 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.
|
||||
--
|
||||
-- This program is distributed in the hope that it will be useful,
|
||||
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
-- GNU General Public License for more details.
|
||||
--
|
||||
-- You should have received a copy of the GNU General Public License
|
||||
-- along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
--
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
if minetest.get_modpath("waffles") then
|
||||
-- A waffle block is 9 waffles, 8 stamina each. This is huge.
|
||||
-- Let's just do 20 for all waffle armor peices.
|
||||
|
Loading…
x
Reference in New Issue
Block a user