Skip to content

Commit b53a939

Browse files
committed
Suppose some of the stuff in here about the Mac app isn't actually applicable anymore
1 parent 29ddf5d commit b53a939

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,8 @@ The effects of Creator Mode are:
7171

7272
### Setting User/Install Directory
7373

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
7776
will set the current "user directory," which is ordinarily only really used to
7877
provide shortcut buttons in the File dialogs. If you have Creator Mode active,
7978
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:
8786

8887
java -jar OpenBLCMM.jar -installdir=dirname
8988

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-
9689
### Opening Mod Files
9790

9891
You can also specify a filename at the end of the argument list to have

0 commit comments

Comments
 (0)