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