colorize the steel ingot a bit darker

This commit is contained in:
BuckarooBanzay
2020-09-03 21:17:47 +02:00
parent df25b91beb
commit 6106921393

View File

@ -52,7 +52,8 @@ minetest.register_alias("technic:wrought_iron_ingot", "default:steel_ingot")
minetest.override_item("default:steel_ingot", { minetest.override_item("default:steel_ingot", {
description = S("Wrought Iron 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", { minetest.register_craftitem(":technic:cast_iron_ingot", {