https://github.com/qbit/minecraft
Minecraft script for OpenBSD
https://github.com/qbit/minecraft
Last synced: 9 months ago
JSON representation
Minecraft script for OpenBSD
- Host: GitHub
- URL: https://github.com/qbit/minecraft
- Owner: qbit
- License: bsd-2-clause
- Created: 2014-09-30T23:59:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:55:55.000Z (over 3 years ago)
- Last Synced: 2025-04-14T06:54:29.765Z (about 1 year ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 11
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
minecraft
=========
Minecraft script for OpenBSD
# The Plan
1. On initial run, prompt user for location to download [Minecraft.jar](https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar)
2. Create a .rc file with jar location and startup options.
3. After initial run parse .rc file to find Minecraft.jar and startup.
4. Possibly generate the ~/minecraft/launcher_profiles.json after asking user for login name?
Just tested the optoin of writing a partial ~/minecraft/launcher_profiles.json file.. totally worked
So we can prompt the user for location of Minecraft.jar and their username and write a blurb like:
```
{
"profiles": {
"": {
"name": "",
"javaDir": "/usr/local/bin/minecraft"
}
}
}
```
And Minecraft.jar will pick it up and run with it.. then the end user doesn't have to do a dance with LWJGL