Page 1 of 1

[Solved]Textures disappear after update to 0.4.6

PostPosted: Tue May 28, 2013 17:12
by srothe
After updating to version 0.4.6 my mods' textures seem to be somewhat lost... Anybody who can help?
[img=Minetest 0.4.6 Problem]http://www.hess-rothe.net/oldhome/stefan/public/minetest-problem.png[/img]
OS: Ubuntu Linux 12.04
Mod Path: ~/.minetest/mods/minetest/
Mods installed:
.minetest/mods/minetest/3dforniture
.minetest/mods/minetest/beds
.minetest/mods/minetest/doorsplus
.minetest/mods/minetest/junglegrass
.minetest/mods/minetest/moreblocks
.minetest/mods/minetest/moreores
.minetest/mods/minetest/xpanes

Thank you for help :-)

PostPosted: Tue May 28, 2013 17:39
by sfan5
Its not only the textures the mods are not loaded anymore.
You need to move your mods from .minetest/mods/minetest/* to .minetest/mods/*

PostPosted: Tue May 28, 2013 19:13
by srothe
Almost solved :-D

After moving my mods as described by sfan5 (thank you!) I also had to change the file

.minetest/worlds/[MyWorld]/world.mt

and set all load_mod_[modName] entries from false to true.

Now it works again!

Thanks for helping,
Sfan5