A crates plugin that offers quality crates with ease! Fork for official unsupported version.
Explore the docs »
Native Minecraft Version: 1.16.5
We do NOT prove it works on older or newer version. It builds with Java 8. I think that it may works.
Changes:
- Removed QuadCrate because I am lazy to adapt struct between 1.19 and 1.16.
- Add guaranteed bonus. Please check wiki for usage.
Table of Contents
How to get started with contributing / maintaining your own version of CrazyCrates!
A list of things necessary to make sure you can build CrazyCrates properly.
- Intellij IDEA
- Gradle
- Clone the repo
git clone https://github.com/MrXiaoM/CrazyCratesLegacy.git
- Open the repository using Intellij IDEA & wait until it finishes downloading/indexing.
- Run the shadowJar task.
./gradlew shadowJar
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/yourfeature
) - Commit your Changes (
git commit -m 'your amazing feature.'
) - Push to the Branch (
git push
) - Open a Pull Request to add your feature/fix.
Distributed under the MIT License. See LICENSE
for more information.