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_crystal/locale/armor_crystal.de.tr
Normal file
9
armor_crystal/locale/armor_crystal.de.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_crystal
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Crystal Boots=Kristallstiefel
|
||||
Crystal Chestplate=Kristallbrustplatte
|
||||
Crystal Helmet=Kristallhelm
|
||||
Crystal Leggings=Kristallhose
|
9
armor_crystal/locale/armor_crystal.es.tr
Normal file
9
armor_crystal/locale/armor_crystal.es.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_crystal
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Crystal Boots=Botas de cristal
|
||||
Crystal Chestplate=Peto de cristal
|
||||
Crystal Helmet=Casco de cristal
|
||||
Crystal Leggings=Grebas de cristal
|
9
armor_crystal/locale/armor_crystal.fr.tr
Normal file
9
armor_crystal/locale/armor_crystal.fr.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_crystal
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Crystal Boots=Bottes en cristal
|
||||
Crystal Chestplate=Cuirasse en cristal
|
||||
Crystal Helmet=Casque en cristal
|
||||
Crystal Leggings=Jambières en cristal
|
9
armor_crystal/locale/armor_crystal.it.tr
Normal file
9
armor_crystal/locale/armor_crystal.it.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_crystal
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Crystal Boots=Stivali di cristallo
|
||||
Crystal Chestplate=Corazza di cristallo
|
||||
Crystal Helmet=Elmo di cristallo
|
||||
Crystal Leggings=Gambali di cristallo
|
9
armor_crystal/locale/armor_crystal.ms.tr
Normal file
9
armor_crystal/locale/armor_crystal.ms.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_crystal
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Crystal Boots=But Kristal
|
||||
Crystal Chestplate=Perisai Dada Kristal
|
||||
Crystal Helmet=Helmet Kristal
|
||||
Crystal Leggings=Perisai Kaki Kristal
|
9
armor_crystal/locale/armor_crystal.pt.tr
Normal file
9
armor_crystal/locale/armor_crystal.pt.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_crystal
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Crystal Boots=Botas de Cristal
|
||||
Crystal Chestplate=Peitoral de Cristal
|
||||
Crystal Helmet=Capacete de Cristal
|
||||
Crystal Leggings=Calças de Cristal
|
9
armor_crystal/locale/armor_crystal.pt_BR.tr
Normal file
9
armor_crystal/locale/armor_crystal.pt_BR.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_crystal
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Crystal Boots=Botas de Cristal
|
||||
Crystal Chestplate=Peitoral de Cristal
|
||||
Crystal Helmet=Capacete de Cristal
|
||||
Crystal Leggings=Calças de Cristal
|
9
armor_crystal/locale/armor_crystal.ru.tr
Normal file
9
armor_crystal/locale/armor_crystal.ru.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_crystal
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Crystal Boots=кристалловые ботинки
|
||||
Crystal Chestplate=кристалловый бронежилет
|
||||
Crystal Helmet=кристалловый шлем
|
||||
Crystal Leggings=кристалловые гамаши
|
9
armor_crystal/locale/template.txt
Normal file
9
armor_crystal/locale/template.txt
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: armor_crystal
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Crystal Boots=
|
||||
Crystal Chestplate=
|
||||
Crystal Helmet=
|
||||
Crystal Leggings=
|
Reference in New Issue
Block a user