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