From 6106921393ea4d8ab92f99ee0bb17e449a9d5d20 Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Thu, 3 Sep 2020 21:17:47 +0200 Subject: [PATCH] colorize the steel ingot a bit darker --- technic_worldgen/crafts.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/technic_worldgen/crafts.lua b/technic_worldgen/crafts.lua index eb717e5..71294cf 100644 --- a/technic_worldgen/crafts.lua +++ b/technic_worldgen/crafts.lua @@ -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", {