This project is archived now. Visit our new project - Snow Addon
Download Lemon 0.3.9-beta cracked here
Free configs in this discord server
- Clone this repository
- Run
./gradlew clean build
- Install Minecraft 1.20.1 with Fabric and Meteor Client. To install Fabric, follow the guide. To install Meteor Client, follow the guide on the wiki.
- Download the latest released and move the mod to ./minecraft/mods.
- Run the game and enjoy it.
We will review and help with all reasonable pull requests as long as the guidelines below are met.
- The license header must be applied to all Java source code files.
- IDE or system-related files should be added to the
.gitignore
, never committed in pull requests. - In general, check existing code to make sure your code matches relatively close to the code already in the project.
- Favour readability over compactness.
- If you need help, check out the Google Java Style Guide for a reference.
Bug reports and suggestions should be made in this repo's issue tracker using the templates provided.
Please provide as much information as you can to best help us understand your issue and give a better chance of it being resolved.
This project is licensed under the GNU General Public License v3.0.
If you use ANY code from the source:
- You must disclose the source code of your modified work and the source code you took from this project. This means you are not allowed to use code from this project (even partially) in a closed-source and/or obfuscated application.
- You must state clearly and obviously to all end users that you are using code from this project.
- Your application must also be licensed under the same license.
If you have any other questions, ask in our Discord server.