mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-22 20:43:43 +01:00
Fix inconsistency with cactus boots, closes #89
This commit is contained in:
parent
8f5ffeb384
commit
ca1cf6bfeb
@ -51,7 +51,7 @@ if ARMOR_MATERIALS.cactus then
|
|||||||
minetest.register_tool("3d_armor:boots_cactus", {
|
minetest.register_tool("3d_armor:boots_cactus", {
|
||||||
description = "Cactus Boots",
|
description = "Cactus Boots",
|
||||||
inventory_image = "3d_armor_inv_boots_cactus.png",
|
inventory_image = "3d_armor_inv_boots_cactus.png",
|
||||||
groups = {armor_feet=5, armor_heal=0, armor_use=2000},
|
groups = {armor_feet=5, armor_heal=0, armor_use=1000},
|
||||||
wear = 0,
|
wear = 0,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user