mt-mods / technic

Technic mod for Minetest
18 stars 25 forks source link

Allow disabling steel->iron overrides #382

Closed cheapie closed 1 month ago

cheapie commented 1 month ago

In some cases it is desirable to have the names and textures of items registered by other mods left alone, even if it comes at the expense of them no longer fitting particularly well with technic.

This PR simply adds a setting to technic.conf (called "enable_steel_override" to fit in with the others) that, when set to false, skips over the entire overrides.lua file. The default is true, which retains the existing behavior.