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_cactus/locale/armor_cactus.de.tr
Normal file
9
armor_cactus/locale/armor_cactus.de.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_cactus
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Cactus Boots=Kaktusstiefel
|
||||
Cactus Chestplate=Kaktusbrustplatte
|
||||
Cactus Helmet=Kaktushelm
|
||||
Cactus Leggings=Kaktushose
|
9
armor_cactus/locale/armor_cactus.es.tr
Normal file
9
armor_cactus/locale/armor_cactus.es.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_cactus
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Cactus Boots=Botas de cactus
|
||||
Cactus Chestplate=Peto de cactus
|
||||
Cactus Helmet=Casco de cactus
|
||||
Cactus Leggings=Grebas de cactus
|
9
armor_cactus/locale/armor_cactus.fr.tr
Normal file
9
armor_cactus/locale/armor_cactus.fr.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_cactus
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Cactus Boots=Bottes en cactus
|
||||
Cactus Chestplate=Cuirasse en cactus
|
||||
Cactus Helmet=Casque en cactus
|
||||
Cactus Leggings=Jambières en cactus
|
9
armor_cactus/locale/armor_cactus.it.tr
Normal file
9
armor_cactus/locale/armor_cactus.it.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_cactus
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Cactus Boots=Stivali di cactus
|
||||
Cactus Chestplate=Corazza di cactus
|
||||
Cactus Helmet=Elmo di cactus
|
||||
Cactus Leggings=Gambali di cactus
|
9
armor_cactus/locale/armor_cactus.ms.tr
Normal file
9
armor_cactus/locale/armor_cactus.ms.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_cactus
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Cactus Boots=But Kaktus
|
||||
Cactus Chestplate=Perisai Dada Kaktus
|
||||
Cactus Helmet=Helmet Kaktus
|
||||
Cactus Leggings=Perisai Kaki Kaktus
|
9
armor_cactus/locale/armor_cactus.pt.tr
Normal file
9
armor_cactus/locale/armor_cactus.pt.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_cactus
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Cactus Boots=Botas de Madeira
|
||||
Cactus Chestplate=Peitoral de Cacto
|
||||
Cactus Helmet=Capacete de Cacto
|
||||
Cactus Leggings=Calças de Cacto
|
9
armor_cactus/locale/armor_cactus.pt_BR.tr
Normal file
9
armor_cactus/locale/armor_cactus.pt_BR.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_cactus
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Cactus Boots=Botas de Madeira
|
||||
Cactus Chestplate=Peitoral de Cacto
|
||||
Cactus Helmet=Capacete de Cacto
|
||||
Cactus Leggings=Calças de Cacto
|
9
armor_cactus/locale/armor_cactus.ru.tr
Normal file
9
armor_cactus/locale/armor_cactus.ru.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_cactus
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Cactus Boots=кактусовые ботинки
|
||||
Cactus Chestplate=кактусовый бронежилет
|
||||
Cactus Helmet=кактусовый шлем
|
||||
Cactus Leggings=кактусовые гамаши
|
9
armor_cactus/locale/template.txt
Normal file
9
armor_cactus/locale/template.txt
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_cactus
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Cactus Boots=
|
||||
Cactus Chestplate=
|
||||
Cactus Helmet=
|
||||
Cactus Leggings=
|
Reference in New Issue
Block a user