DimensionalDevelopment / Rift

A lightweight mod loader and API for Minecraft 1.13
MIT License
122 stars 52 forks source link

Create a Swing window that shows mod loading progress at startup #49

Open EmotionalLove opened 6 years ago

EmotionalLove commented 6 years ago

This pull request creates a progress window that appears before Minecraft starts that notifies the user of the task that the Mod Loader is working on. The progress window only opens on instances of the Minecraft client, and automatically closes when the mod loader is finished loading mods.

Please see the attached screenshot that shows it in action. screenshot from 2018-10-01 20-14-30

Robijnvogel commented 6 years ago

Looks cool! :D

shedaniel commented 6 years ago

Why not use the default look and feel on the os? :p

EmotionalLove commented 6 years ago

That might be a good idea.