1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-15 14:10:26 +02:00

add craftiem 3d_armor

This commit is contained in:
2015-07-31 19:29:06 +02:00
parent eeb47ef5ba
commit e3be6e1d51
6 changed files with 20 additions and 2 deletions

View File

@ -29,6 +29,12 @@ if ARMOR_MATERIALS.hardenedleather then
})
end
minetest.register_craftitem(":3d_armor:hardenedleather", {
description = "Hardened Leather ingot",
inventory_image = "3d_armor_hardenedleather.png",
stack_max = 99,
})
-- Hardened Leather craft recipe
minetest.register_craft({
output = "3d_armor:hardenedleather",

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B