Add admin gloves
This commit is contained in:
parent
f099d7658b
commit
2bc36b419e
8
init.lua
8
init.lua
@ -8,6 +8,14 @@ end
|
|||||||
|
|
||||||
-- Regisiter Gloves/Gauntlets
|
-- Regisiter Gloves/Gauntlets
|
||||||
|
|
||||||
|
armor:register_armor("3d_armor_gloves:gloves_admin", {
|
||||||
|
description = S("Admin Gauntlets"),
|
||||||
|
inventory_image = "3d_armor_gloves_inv_gloves_admin.png",
|
||||||
|
groups = {armor_hands=1000, armor_heal=100, armor_use=0, not_in_creative_inventory=1},
|
||||||
|
})
|
||||||
|
|
||||||
|
minetest.register_alias("admingloves", "3d_armor_gloves:gloves_admin")
|
||||||
|
|
||||||
if armor.materials.wood then
|
if armor.materials.wood then
|
||||||
armor:register_armor("3d_armor_gloves:gloves_wood", {
|
armor:register_armor("3d_armor_gloves:gloves_wood", {
|
||||||
description = S("Wood Gauntlets"),
|
description = S("Wood Gauntlets"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user