Skip to content

Instantly share code, notes, and snippets.

@hiroism007
Last active February 6, 2016 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiroism007/f1f1e6da0d9408871b41 to your computer and use it in GitHub Desktop.
Save hiroism007/f1f1e6da0d9408871b41 to your computer and use it in GitHub Desktop.
minecraft save data
# セーブデータのあるPC端末
mv /Users/oresama/Library/Application Support/minecraft/saves ~/Dropbox/minecraft/saves
ln -s /Users/oresama/Library/Application Support/minecraft/saves ~/Dropbox/minecraft/saves
# 共有したい端末
rm -rf /Users/oresama2/Library/Application Support/minecraft/saves
ln -s /Users/oresama2/Library/Application Support/minecraft/saves ~/Dropbox/minecraft/saves
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment