mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 01:50:25 +01:00
Merge pull request #491 from MinetestForFun/3darmor
change description hardened/reinforced leather
This commit is contained in:
commit
bf3d3849a2
|
@ -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