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
This commit is contained in:
commit
2f881a219b
8
init.lua
8
init.lua
@ -28,6 +28,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"),
|
||||||
|
BIN
textures/3d_armor_gloves_gloves_admin.png
Normal file
BIN
textures/3d_armor_gloves_gloves_admin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 328 B |
BIN
textures/3d_armor_gloves_gloves_admin_preview.png
Normal file
BIN
textures/3d_armor_gloves_gloves_admin_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 301 B |
BIN
textures/3d_armor_gloves_inv_gloves_admin.png
Normal file
BIN
textures/3d_armor_gloves_inv_gloves_admin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 298 B |
Loading…
x
Reference in New Issue
Block a user