mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2025-06-28 06:20:33 +02:00
Refactor armors to be mods rather than hardcoded into API (#78)
* Begin work on "armors as modpack" refactor letting anyone to enable/disable any armors they want as mods rather than obscure settings * Fix some steel armor mishaps, remove pointless dependency on "default" * Move admin armor into mod * Make wood armor into a mod * More consistent steel description text etc. * remove wood references from 3d_armor api locale * remove admin armor reference from 3d_armor locale template.txt * Remove steel textures from api * Bronze armor as mod * Fix admin, wood armor missing local S translator var Fix wood locale missing template.txt * Fix bronze missing locale * Cactus as mod * Crystal into mod * Diamond into mod * Mithril and Gold as mods * Register armor fix * Nether as mod * Clean-up, add optional depends for mod armors, remove armor.lua from 3d_armor * Fix badly named mod.conf for admin, gold, nether armors Fix attempt to register crafting recipe even though the armor is disabled via setting * Fix steel and wood having bad globals for crafting section, turned them to locals * Fix brazilian translation getting deleted Fix cactus armor locales being incorrectly named
This commit is contained in:
9
armor_gold/locale/armor_gold.de.tr
Normal file
9
armor_gold/locale/armor_gold.de.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_gold
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Gold Boots=Goldstiefel
|
||||
Gold Chestplate=Goldbrustplatte
|
||||
Gold Helmet=Goldhelm
|
||||
Gold Leggings=Goldhose
|
9
armor_gold/locale/armor_gold.es.tr
Normal file
9
armor_gold/locale/armor_gold.es.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_gold
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Gold Boots=Botas de oro
|
||||
Gold Chestplate=Peto de oro
|
||||
Gold Helmet=Casco de oro
|
||||
Gold Leggings=Grebas de oro
|
9
armor_gold/locale/armor_gold.fr.tr
Normal file
9
armor_gold/locale/armor_gold.fr.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_gold
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Gold Boots=Bottes en or
|
||||
Gold Chestplate=Cuirasse en or
|
||||
Gold Helmet=Casque en or
|
||||
Gold Leggings=Jambières en or
|
9
armor_gold/locale/armor_gold.it.tr
Normal file
9
armor_gold/locale/armor_gold.it.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_gold
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Gold Boots=Stivali d'oro
|
||||
Gold Chestplate=Corazza d'oro
|
||||
Gold Helmet=Elmo d'oro
|
||||
Gold Leggings=Gambali d'oro
|
9
armor_gold/locale/armor_gold.ms.tr
Normal file
9
armor_gold/locale/armor_gold.ms.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_gold
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Gold Boots=But Emas
|
||||
Gold Chestplate=Perisai Dada Emas
|
||||
Gold Helmet=Helmet Emas
|
||||
Gold Leggings=Perisai Kaki Emas
|
9
armor_gold/locale/armor_gold.pt.tr
Normal file
9
armor_gold/locale/armor_gold.pt.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_gold
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Gold Boots=Botas de Ouro
|
||||
Gold Chestplate=Peitoral de Ouro
|
||||
Gold Helmet=Capacete de Ouro
|
||||
Gold Leggings=Calças de Ouro
|
9
armor_gold/locale/armor_gold.pt_BR.tr
Normal file
9
armor_gold/locale/armor_gold.pt_BR.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_gold
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Gold Boots=Botas de Ouro
|
||||
Gold Chestplate=Peitoral de Ouro
|
||||
Gold Helmet=Capacete de Ouro
|
||||
Gold Leggings=Calças de Ouro
|
9
armor_gold/locale/armor_gold.ru.tr
Normal file
9
armor_gold/locale/armor_gold.ru.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_gold
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Gold Boots=золотые ботинки
|
||||
Gold Chestplate=золотой бронежилет
|
||||
Gold Helmet=золотой шлем
|
||||
Gold Leggings=золотые гамаши
|
9
armor_gold/locale/template.txt
Normal file
9
armor_gold/locale/template.txt
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_gold
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Gold Boots=
|
||||
Gold Chestplate=
|
||||
Gold Helmet=
|
||||
Gold Leggings=
|
Reference in New Issue
Block a user