Page 1 of 1

Where to put mods in mac?

PostPosted: Sat Nov 17, 2012 06:51
by OmniStudent
I can't find a "mods" folder to put mods in on my mac.
There are mods folders in the game dirs in the precompiled dir structures, but I guess I should be able to put mods in an aldready compiled game?

PostPosted: Sat Nov 17, 2012 10:12
by PilzAdam
Do you have a run in place version or a globaly installed version?

PostPosted: Sat Nov 17, 2012 12:59
by OmniStudent
Run in place I suppose: the binaries are in the minecraft.app folder that xcode produces.
Info is stored in /Users/me/Library/Application\ Support/minetest
, but there's no folder for mods there.

PostPosted: Sat Nov 17, 2012 13:07
by PilzAdam
Maybe this helps a bit: https://github.com/celeron55/minetest/blob/master/doc/lua_api.txt#L30
Sometimes you have to create the folders first.

PostPosted: Sat Nov 17, 2012 15:32
by OmniStudent
Thanks, but I found it in

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
/Users/me/minetest/minetest/minetest.app/Contents/Resources/games/minetest_game/mods/


I think you have to be in command line to put stuff in there:

example: installing the mod "oneclick":
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
cd /Users/me/minetest/minetest/minetest.app/Contents/Resources/games/minetest_game/mods/
cp /Users/security/Downloads/oneclick.zip .
unzip oneclick.zip


example uninstalling the mod "oneclick"
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
mv -R /Users/me/minetest/minetest/minetest.app/Contents/Resources/games/minetest_game/mods/oneclick /User/me/minetest/minetest