mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
add craftiem 3d_armor
This commit is contained in:
@ -29,6 +29,12 @@ if ARMOR_MATERIALS.reinforcedleather then
|
||||
})
|
||||
end
|
||||
|
||||
minetest.register_craftitem(":3d_armor:reinforcedleather", {
|
||||
description = "Reinforced Leather Ingot",
|
||||
inventory_image = "3d_armor_reinforcedleather.png",
|
||||
stack_max = 99,
|
||||
})
|
||||
|
||||
-- Reinforced Leather craft recipe
|
||||
minetest.register_craft({
|
||||
output = "3d_armor:reinforcedleather",
|
||||
|
BIN
mods/3d_armor_classes/reinforcedleather/textures/3d_armor_reinforcedleather.png
Executable file
BIN
mods/3d_armor_classes/reinforcedleather/textures/3d_armor_reinforcedleather.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 214 B |
Reference in New Issue
Block a user