1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Various fixes about shields and moreores

- Fixed crash with moreore
 - Fixed textures' name for blackmithril shield
This commit is contained in:
LeMagnesium
2015-07-29 21:54:18 +02:00
parent 5ef58d517c
commit 17f4daba5d
5 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
if ARMOR_MATERIALS.reinforcedleather then
-- Register helmets :
minetest.register_tool(":3d_armor:helmet_reinforcedleather", {
description = "Hunter's Reinforced Leather Helmet (Hunter)",
description = "Reinforced Leather Helmet (Hunter)",
inventory_image = "3d_armor_inv_helmet_reinforcedleather.png",
groups = {armor_head = 6, armor_heal = 0, armor_use = 40},
wear = 0,