Merge remote-tracking branch 'upstream/master'

Tento commit je obsažen v:
2023-11-22 23:00:52 +01:00
45 změnil soubory, kde provedl 947 přidání a 527 odebrání

Zobrazit soubor

@ -1,26 +0,0 @@
[mod] 3d Armor [3d_armor]
=========================
License Source Code
-------------------
Copyright (C) 2012-2019 stujones11, Stuart Jones <stujones111@gmail.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
License Textures
----------------
Copyright (C) 2017-2019 davidthecreator - CC-BY-SA 3.0

Zobrazit soubor

@ -5,8 +5,7 @@
-- support for i18n
local S = armor.get_translator
local S = minetest.get_translator(minetest.get_current_modname())
--- Crystal
--
@ -167,4 +166,4 @@ if armor.materials.crystal then
{m, "", m},
},
})
end
end