mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-02-02 13:20:19 +01:00
parent
8bdbb19271
commit
b8b1c606e2
@ -33,6 +33,7 @@ minetest.register_craftitem(":3d_armor:blackmithril_ingot", {
|
||||
description = "Black Mithril Ingot",
|
||||
inventory_image = "3d_armor_blackmithril_ingot.png",
|
||||
stack_max = 99,
|
||||
groups = {ingot = 1}
|
||||
})
|
||||
|
||||
-- Black Mithril craft recipe
|
||||
|
@ -146,6 +146,7 @@ local function add_ore(modname, description, mineral_name, oredef)
|
||||
minetest.register_craftitem(ingot, {
|
||||
description = S("%s Ingot"):format(S(description)),
|
||||
inventory_image = img_base .. "_ingot.png",
|
||||
groups = {ingot = 1}
|
||||
})
|
||||
minetest.register_alias(mineral_name .. "_ingot", ingot)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user