stujones11 / minetest-3d_armor

Visible player armor & wielded items for minetest
Other
55 stars 98 forks source link

Cactus Armor armor_use #89

Closed johnnyjoy closed 7 years ago

johnnyjoy commented 7 years ago

It seems that all armor of a single type has the exact same armor_use, except for 3d_armor:boots_cactus. All other cactus items have a armor_use of 1000, but the boots have 2000, which is the same as all wood armor items above. Not sure if this is a cut&paste error or as intended.

https://github.com/stujones11/minetest-3d_armor/blob/master/3d_armor/init.lua#L54

stujones11 commented 7 years ago

I did not add the cactus armor myself so I can't answer that, however, making it 1000 would be consistent with other armor so I suspect your are probably correct. Thank you for pointing this out.