https://github.com/liteldev/bdsdown
Downloader for Minecraft BDS
https://github.com/liteldev/bdsdown
Last synced: 2 months ago
JSON representation
Downloader for Minecraft BDS
- Host: GitHub
- URL: https://github.com/liteldev/bdsdown
- Owner: LiteLDev
- License: gpl-3.0
- Created: 2023-02-06T14:48:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T19:30:40.000Z (11 months ago)
- Last Synced: 2025-10-04T00:33:37.226Z (9 months ago)
- Language: Go
- Homepage:
- Size: 108 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# bdsdown
Downloader for Minecraft BDS
## Install
Install via [lip](https://github.com/lippkg/lip):
```sh
lip install github.com/LiteLDev/bdsdown
```
## Usage
Run `bdsdown.exe -h` to see the help message:
```
Usage: bdsdown.exe [--yes] [--source SOURCE] [--proc PROC] [--exclude EXCLUDE]
Options:
--yes, -y input yes by default if need user confirm
--source SOURCE, -s SOURCE
specific package source [default: version://windows/latest]
--proc PROC, -p PROC number of concurrent download [default: 4]
--exclude EXCLUDE exclude files from the installation
--help, -h display this help and exit
```
You can use custom mirror to accelerate download by defining environment variable `BDSDOWN_MIRROR_URL`, for example: `https://www.minecraft.net`
## Contributing
Feel free to dive in! Open an issue or submit PRs.
## License
GPL-3.0-only © 2020-2024 LiteLDev