Compare commits

...

5 Commits

Author SHA1 Message Date
Sirrobzeroone f099d7658b
Merge pull request #2 from Panquesito7/add_spanish_translation
Add Spanish translation
2021-02-27 10:35:48 +11:00
David Leal f57dd1aab0
Add Spanish translation 2021-01-13 21:21:04 -06:00
Sirrobzeroone 7522496eb7
Merge pull request #1 from Panquesito7/fix_fuel
Fix itemname in craft-type fuel
2021-01-14 09:58:01 +11:00
David Leal 487bb69190
Fix itemname in craft-type fuel 2021-01-13 16:30:44 -06:00
Sirrobzeroone 1962c5f2d5 Remove armor.config.level_multiplier override
set to 1
2020-12-13 21:33:44 +11:00
3 changed files with 16 additions and 6 deletions

View File

@ -4,8 +4,6 @@ local S = minetest.get_translator(minetest.get_current_modname())
if minetest.global_exists("armor") and armor.elements then
table.insert(armor.elements, "hands")
local mult = armor.config.level_multiplier or 1
armor.config.level_multiplier = mult * 0.9
end
-- Regisiter Gloves/Gauntlets
@ -18,10 +16,10 @@ if armor.materials.wood then
armor_groups = {fleshy=5},
damage_groups = {cracky=3, snappy=2, choppy=3, crumbly=2, level=1},
})
minetest.register_craft({
type = "fuel",
recipe = "shields:shield_wood",
recipe = "3d_armor_gloves:gloves_wood",
burntime = 4,
})
end
@ -34,7 +32,7 @@ if armor.materials.cactus then
armor_groups = {fleshy=5},
damage_groups = {cracky=3, snappy=3, choppy=2, crumbly=2, level=1},
})
minetest.register_craft({
type = "fuel",
recipe = "3d_armor_gloves:gloves_cactus",

View File

@ -0,0 +1,13 @@
# textdomain: 3d_armor_gloves
### init.lua ###
Wood Gauntlets=Guanteletes de madera
Cactus Gauntlets=Guanteletes de cactus
Steel Gauntlets=Guanteletes de hierro
Bronze Gauntlets=Guanteletes de bronce
Diamond Gauntlets=Guanteletes de diamante
Gold Gauntlets=Guanteletes de oro
Mithril Gauntlets=Guanteletes de mitrilio
Crystal Gauntlets=Guanteletes de cristal

View File

@ -11,4 +11,3 @@ Diamond Gauntlets=
Gold Gauntlets=
Mithril Gauntlets=
Crystal Gauntlets=