File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,8 @@ The effects of Creator Mode are:
71
71
72
72
### Setting User/Install Directory
73
73
74
- These settings are similar in nature, and mostly just put into the app to
75
- support some peculiarities of the Mac ` .app ` bundle. They're technically
76
- available for anyone else as well, though. the ` -userdir=<foo> ` argument
74
+ These settings are similar in nature, and were put in place while investigating
75
+ some options for Mac app bundling. The ` -userdir=<foo> ` argument
77
76
will set the current "user directory," which is ordinarily only really used to
78
77
provide shortcut buttons in the File dialogs. If you have Creator Mode active,
79
78
this will also determine where the app's prefs/logfiles/backups are stored.
@@ -87,12 +86,6 @@ Explorer Datapacks. It can be enabled like so:
87
86
88
87
java -jar OpenBLCMM.jar -installdir=dirname
89
88
90
- The Mac ` .app ` bundle makes use of both of these arguments, since the Jarfile
91
- lives inside a directory which is ordinarily hidden from Mac users. So, the
92
- Mac bundle ends up launching OpenBLCMM like so:
93
-
94
- java -jar OpenBLCMM.jar -userdir=.. -installdir=..
95
-
96
89
### Opening Mod Files
97
90
98
91
You can also specify a filename at the end of the argument list to have
You can’t perform that action at this time.
0 commit comments