Note
This project was made for fun and is not actively maintained. A precompiled build is not provided, but you're welcome to build it yourself from the source.
This project uses Gradle. To build it:
./gradlew buildYour compiled mod .jar will appear in the build/libs/ folder.
If you're on Windows, use
gradlew.batinstead.
Make sure you have:
- Java 21 or higher installed
- A compatible mod development environment (e.g., IntelliJ IDEA or Eclipse)
This project is open-source under the GNU Lesser General Public License v3.0 (LGPL-3.0) — see LICENSE for details.
You are free to use, modify, and distribute this software, including in proprietary applications, as long as any modifications to this library itself are released under the same LGPL-3.0 license.
# Fork the repository
git clone https://github.com/FoxyStar-Studios/Better-on-Java.git
# Create a new branch
git checkout -b feature-branch
# Commit your changes
git commit -m "Added new feature"
# Push to GitHub
git push origin feature-branch
# Submit a Pull Request