Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.
/ MDKDownloader Public archive

A simple Java project that downloads the Minecraft Development Kit and prepares the environment.

License

Notifications You must be signed in to change notification settings

TylerJaacks/MDKDownloader

Repository files navigation

MDKDownloader

This simple application downloads any version of MDK or forge, and prepares the environment, so you can start making your Minecraft mod.

Videos:


Screenshots:


Notes:

  • IntelliJ Ultimatae 2017.2 and Java 8
  • Dependencies: commons-io:commons-io:2.5 and com.googlecode.json-simple:json-simple:1.1.1

TODO list:

  • [] Text field defaults.
  • [] Code cleanup.
  • [] Replace the example mod based on the package id.
  • [] Replace directory based on the package id.

[] = Not implemented [*] = Working [✔️] = Done

Discovered Bugs:

  • There appears to be some versions which will not download.

Main Accomplishments:

  • [✔️] Index all MDK and Forge versions using json.
  • [✔️] Creating a JavaFX app.
  • [✔️] Downloading and Unzipping files.
  • [✔️] Java FileIO and Apache Commons IO File IO.

Additional Sources

  • Stackoverflow, used samples for downloading and unzipping, sorry I don't remember every post I viewed.
  • github.com/Jewsofhazard for get the last element in a JSON object code.
  • Wong Guan, for his README that I am using as a template.

About

A simple Java project that downloads the Minecraft Development Kit and prepares the environment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages