Closed S-S-X closed 3 years ago
minetest.cfg -> minetest.conf is to fix mineunit complaints visible for example here: https://github.com/mt-mods/technic/pull/195#issuecomment-876694327
E: INVALID MINETEST CONFIGURATION FILE PATH FOUND:
E: spec/fixtures/minetest.cfg
E:
E: PLEASE CHANGE NAME OF FILE TO BE minetest.conf:
E: spec/fixtures/minetest.conf
And through that allow going towards next stage at https://github.com/mt-mods/mineunit/issues/19 without breaking that many things.
Removed concrete texture that has been moved to basic_materials mod. Fixed minetest.conf filename for mineunit to stop it from complaining about wrong config file name.
If there's some other simple cleanup things could add those here too.