forked from mtcontrib/3d_armor
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_admin/locale/armor_admin.de.tr
Normal file
9
armor_admin/locale/armor_admin.de.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_admin
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Admin Boots=Adminstiefel
|
||||
Admin Chestplate=Adminbrustplatte
|
||||
Admin Helmet=Adminhelm
|
||||
Admin Leggings=Adminhose
|
9
armor_admin/locale/armor_admin.es.tr
Normal file
9
armor_admin/locale/armor_admin.es.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_admin
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Admin Boots=Botas de admin
|
||||
Admin Chestplate=Peto de admin
|
||||
Admin Helmet=Casco de admin
|
||||
Admin Leggings=Grebas de admin
|
9
armor_admin/locale/armor_admin.fr.tr
Normal file
9
armor_admin/locale/armor_admin.fr.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_admin
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Admin Boots=Bottes d'admin
|
||||
Admin Chestplate=Cuirasse d'admin
|
||||
Admin Helmet=Casque d'admin
|
||||
Admin Leggings=Jambières d'admin
|
9
armor_admin/locale/armor_admin.it.tr
Normal file
9
armor_admin/locale/armor_admin.it.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_admin
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Admin Boots=Stivali dell'amministratrice/tore
|
||||
Admin Chestplate=Corazza dell'amministratrice/tore
|
||||
Admin Helmet=Elmo dell'amministratrice/tore
|
||||
Admin Leggings=Gambali dell'amministratrice/tore
|
9
armor_admin/locale/armor_admin.ms.tr
Normal file
9
armor_admin/locale/armor_admin.ms.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_admin
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Admin Boots=But Pentadbir
|
||||
Admin Chestplate=Perisai Dada Pentadbir
|
||||
Admin Helmet=Helmet Pentadbir
|
||||
Admin Leggings=Perisai Kaki Pentadbir
|
13
armor_admin/locale/armor_admin.pt.tr
Normal file
13
armor_admin/locale/armor_admin.pt.tr
Normal file
@ -0,0 +1,13 @@
|
||||
# textdomain: armor_admin
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Steel Boots=Botas de Aço
|
||||
Steel Chestplate=Peitoral de Aço
|
||||
Steel Helmet=Capacete de Aço
|
||||
Steel Leggings=Calças de Aço
|
||||
Wood Boots=Botas de Madeira
|
||||
Wood Chestplate=Peitoral de Madeira
|
||||
Wood Helmet=Capacete de Madeira
|
||||
Wood Leggings=Calças de Madeira
|
9
armor_admin/locale/armor_admin.pt_BR.tr
Normal file
9
armor_admin/locale/armor_admin.pt_BR.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_admin
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Admin Boots=Botas de Administrador
|
||||
Admin Chestplate=Peitoral de Administrador
|
||||
Admin Helmet=Capacete de Administrador
|
||||
Admin Leggings=Calças de Administrador
|
9
armor_admin/locale/armor_admin.ru.tr
Normal file
9
armor_admin/locale/armor_admin.ru.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_admin
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Admin Boots=ботинки админа
|
||||
Admin Chestplate=бронежилет админа
|
||||
Admin Helmet=шлем админа
|
||||
Admin Leggings=гамаши админа
|
9
armor_admin/locale/template.txt
Normal file
9
armor_admin/locale/template.txt
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_admin
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Admin Boots=
|
||||
Admin Chestplate=
|
||||
Admin Helmet=
|
||||
Admin Leggings=
|
Reference in New Issue
Block a user