merge admin gloves feature from do0dleme fork

* Merge branch 'main' of https://github.com/do0dleme/3d_armor_gloves into stable-0.4
* later try to merge into main
main
mckaygerhard 2023-01-07 16:12:36 -04:00
commit 2f881a219b
4 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,14 @@ end
-- 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
armor:register_armor("3d_armor_gloves:gloves_wood", {
description = S("Wood Gauntlets"),

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B