mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
change description hardened/reinforced leather
This commit is contained in:
parent
012dfa9428
commit
455c890861
@ -30,7 +30,7 @@ if ARMOR_MATERIALS.hardenedleather then
|
||||
end
|
||||
|
||||
minetest.register_craftitem(":3d_armor:hardenedleather", {
|
||||
description = "Hardened Leather ingot",
|
||||
description = "Hardened Leather",
|
||||
inventory_image = "3d_armor_hardenedleather.png",
|
||||
stack_max = 99,
|
||||
})
|
||||
|
@ -30,7 +30,7 @@ if ARMOR_MATERIALS.reinforcedleather then
|
||||
end
|
||||
|
||||
minetest.register_craftitem(":3d_armor:reinforcedleather", {
|
||||
description = "Reinforced Leather Ingot",
|
||||
description = "Reinforced Leather",
|
||||
inventory_image = "3d_armor_reinforcedleather.png",
|
||||
stack_max = 99,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user