minetest-mods / technic

Technic mod for Minetest
Other
145 stars 155 forks source link

Allow disabling the steel->wrought iron overrides #583

Open cheapie opened 3 years ago

cheapie commented 3 years ago

This follows a request by a server owner to have the ability to retain the existing names/textures for "steel" items registered by other mods. It adds one setting, "enable_steel_override", that when false prevents technic from performing the description and texture overrides on these items. Default is true, which yields the same behavior as previously (that is, the overrides are performed).