Page 1 of 1

Why can't I add mods to minetest 0.4.6? (fixed problem)

PostPosted: Wed Apr 10, 2013 22:21
by 12Me21
Why cant I add mods to minetest 0.4.6? They don't work no matter where you put them, and there are no errors, it's like the mod isn't even there.
(fixed)

PostPosted: Wed Apr 10, 2013 22:46
by VanessaE
Mods work perfectly fine in 0.4.6 - you're putting them in the wrong place.

PostPosted: Wed Apr 10, 2013 22:51
by PilzAdam
If you use a game like survival or build you have to put the mods into mods/survival/ instead of mods/minetest/.

PostPosted: Thu Apr 11, 2013 18:14
by 12Me21
But then why is there a "minetest 0.4.6/mods" folder?

PostPosted: Thu Apr 11, 2013 18:30
by Traxie21
it should be minetest-0.4.6/mods/GAMENAME/MODS_HERE

PostPosted: Fri Apr 12, 2013 19:04
by 12Me21
12Me21 wrote:But then why is there a "minetest 0.4.6/mods" folder?

PostPosted: Fri Apr 12, 2013 21:50
by patrickgarvilles
i put my mods in games/build,common,survival what ever you want and press it you willl see the mods put there the mod

PostPosted: Fri Apr 19, 2013 19:01
by 12Me21
12Me21 wrote:
12Me21 wrote:But then why is there a "minetest 0.4.6/mods" folder?

PostPosted: Fri Apr 19, 2013 19:02
by PilzAdam
12Me21 wrote:
12Me21 wrote:
12Me21 wrote:But then why is there a "minetest 0.4.6/mods" folder?

Maybe to put mods in it?

PostPosted: Fri Apr 19, 2013 19:03
by 12Me21
mods still do not work in 0.4.6, so I guess I will wait and see if they fix it in 0.4.7, and use 0.4.5 until it is fixed

PostPosted: Fri Apr 19, 2013 19:04
by PilzAdam
12Me21 wrote:mods still do not work in 0.4.6, so I guess I will wait and see if they fix it in 0.4.7, and use 0.4.5 until it is fixed

Since they do work in 0.4.6 there wont be a fix in 0.4.7

PostPosted: Fri Apr 19, 2013 19:04
by 12Me21
PilzAdam wrote:Maybe to put mods in it?

Why? It doesn't do anything.

PostPosted: Fri Apr 19, 2013 19:08
by 12Me21
I guess I will just put the code for my mod into the code for one of the default mods.

PostPosted: Fri Apr 19, 2013 19:19
by Jonathan
12Me21,

I have been using mods for 0.4.6, and have not had any issues. I placed the mod (animals), for example, in the following locations

minetest-0.4.6\mods\minetest\animals
minetest-0.4.6\mods\survival\animals

Which allowed me to use it in the minetest and survival game types.

FYI, a mod needs to be all lowercase letters and no special characters in case you did not know.

Correct: minetest-0.4.6\mods\minetest\animals
Incorrect: minetest-0.4.6\mods\minetest\Animals
Incorrect: minetest-0.4.6\mods\minetest\Animals 0.1

Edit: It appears Mod folder names do not need to be all lowercase letter anymore.... Huh, an update in 0.4.6?

PostPosted: Fri Apr 19, 2013 20:24
by 12Me21
Thats what I do, but it still won't work.
I put the mod in
minetest-0.4.6\mods\minetest

PostPosted: Fri Apr 19, 2013 20:57
by Jonathan
What mod are you trying to use?

PostPosted: Fri Apr 19, 2013 21:38
by 12Me21
nevermind, it works now