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:
@ -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,
|
||||
|
Reference in New Issue
Block a user