Wynntils / Wynntils-Legacy

Wynntils is a Wynncraft Mod that seeks to enhance the user's gameplay with a variety of customizable options and additions.
https://wynntils.com
GNU Affero General Public License v3.0
158 stars 91 forks source link

fix: Devauth does not load JVM args #621

Closed ryanzhoudev closed 1 year ago

ryanzhoudev commented 1 year ago

This line in build.gradle overrides any JVM args, such as -Ddevauth.account=alt. Also, I feel like since Minecraft accounts can be used across multiple projects, storing them in the Wynntils directory isn't very useful.

DevScyu commented 1 year ago

You can add an override option to your local run config

DevScyu commented 1 year ago

As devauth doesn't load unless a config is present, it makes sense for when people are cloning the project to have it already setup inside the project.