mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 07:20:31 +01:00
Now use the black mithril shield texture
This commit is contained in:
parent
8f1718a713
commit
f5fb315c71
|
@ -103,7 +103,7 @@ end
|
||||||
if ARMOR_MATERIALS.black_mithril then
|
if ARMOR_MATERIALS.black_mithril then
|
||||||
minetest.register_tool("shields:shield_black_mithril_warrior", {
|
minetest.register_tool("shields:shield_black_mithril_warrior", {
|
||||||
description = "Black Mithril Shield",
|
description = "Black Mithril Shield",
|
||||||
inventory_image = "shields_inv_shield_mithril.png",
|
inventory_image = "shields_inv_shield_black_mithril_warrior.png",
|
||||||
groups = {armor_shield=15, armor_heal=2, armor_use=50},
|
groups = {armor_shield=15, armor_heal=2, armor_use=50},
|
||||||
wear = 0,
|
wear = 0,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user