mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 07:40:37 +02:00
colorize the steel ingot a bit darker
This commit is contained in:
@ -52,7 +52,8 @@ minetest.register_alias("technic:wrought_iron_ingot", "default:steel_ingot")
|
||||
|
||||
minetest.override_item("default:steel_ingot", {
|
||||
description = S("Wrought Iron Ingot"),
|
||||
inventory_image = "technic_wrought_iron_ingot.png",
|
||||
-- make the color of the ingot a bit darker to separate it better from tin
|
||||
inventory_image = "technic_wrought_iron_ingot.png^[multiply:#bbbbbbff",
|
||||
})
|
||||
|
||||
minetest.register_craftitem(":technic:cast_iron_ingot", {
|
||||
|
Reference in New Issue
Block a user