Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-03-06 16:49:10 +01:00
74 changed files with 1729 additions and 2811 deletions

View File

@ -1 +1 @@
Adds 3d_armor page to the unified inventory
Adds 3d_armor page to the unified inventory.

View File

@ -1,5 +1,5 @@
-- support for i18n
local S = armor_i18n.gettext
local S = minetest.get_translator(minetest.get_current_modname())
local F = minetest.formspec_escape
local has_technic = minetest.get_modpath("technic") ~= nil

View File

@ -0,0 +1,13 @@
# textdomain: 3d_armor_ui
### init.lua ###
3d Armor=Armure 3d
3d_armor_ui: Mod loaded but unused.=3d_armor_ui : Mod chargé mais inutilisé.
Armor=Armure
Armor not initialized!=Armure non initialisée !
Fire=Feu
Heal=Soins
Level=Niveau
Radiation=Radiation

View File

@ -0,0 +1,13 @@
# textdomain: 3d_armor_ui
### init.lua ###
3d Armor=
3d_armor_ui: Mod loaded but unused.=
Armor=
Armor not initialized!=
Fire=
Heal=
Level=
Radiation=

4
3d_armor_ui/mod.conf Normal file
View File

@ -0,0 +1,4 @@
name = 3d_armor_ui
depends = 3d_armor
optional_depends = unified_inventory
description = Adds 3d_armor page to the unified inventory.