Kroko-fant / Wynntils

Wynntils is a Wynncraft Mod that seeks to enhance the user's gameplay with a variety of customizable options and additions.

Home Page:https://wynntils.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


About Wynntils

Wynntils is a Wynncraft mod that seeks to enhance the user's gameplay with a variety of customizable options and additions. If you find any bug or have crashed because of the mod, please report it at our official Discord server!

Setup the Workspace

To set up the workspace, just import the project as a gradle project into your IDE
To build the mod just call the buildDependents and the artifact should be generated in build/libs.

You can also setup a test environment. Run the task for generating run configurations for your IDE

  • Eclipse - genEclipseRuns
  • Intellij - genIntellijRuns
  • VSCode - genVSCodeRuns

When launching a run configuration use the run configuration for your IDE

  • Eclipse - runEclipseClient
  • Intellij - runIntellijClient

two input boxes will appear

  1. Email that you use to log into your mojang account
  2. Password that you use to log into your mojang account

If you want to have atleast some of your information preentered or you are using VSCode edit the gradle.properties in the .gradle directory in your user directory and add either or both:

  • minecraftEmailUsername= then your email that you use to login to your mojang account
  • minecraftPassword= then your password that you use to login to your mojang account

Pull Request

All pull requests are welcome. We'll analyse it and if we determine it should a part of the mod, we'll implement it.

We welcome all forms of assistance. =)

If you would like to make a pull request, please compare and merge it with Wynntils:development rather than Wynntils:production.

License

Wynntils is licensed over the license GNU Affero General Public License v3.0
All the assets are over Wynntils domain © Wynntils.

About

Wynntils is a Wynncraft Mod that seeks to enhance the user's gameplay with a variety of customizable options and additions.

https://wynntils.com

License:GNU Affero General Public License v3.0


Languages

Language:Java 100.0%