Skip to content

Commit

Permalink
colorize the steel ingot a bit darker
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Sep 3, 2020
1 parent df25b91 commit 6106921
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion technic_worldgen/crafts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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", {
Expand Down

0 comments on commit 6106921

Please sign in to comment.