/Minecraft-Terminal

Um side project feito como um desafio.

Primary LanguageJavaMIT LicenseMIT

Minecraft By Terminal

What has been done?

  • Listed the mods in the user's .minecraft folder. ✅
  • Checked if the mods folder is empty or has no mods inside. ✅
  • If there happened to be any .jar files in this folder, a prompt was displayed where the user had to choose whether to replace them or not. ✅

Logger

  • method info() -> blue color ==> "[INFO] msg" ✅
  • method warning() -> yellow color ==> "[WARNING] msg" ✅
  • method error() -> red color ==> "[ERROR] msg" ✅