1
0
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:
ezamlinux 2016-07-15 12:45:30 +02:00
parent 012dfa9428
commit 455c890861
2 changed files with 2 additions and 2 deletions

View File

@ -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,
})

View File

@ -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,
})