Join KCauldron's Discord! (https://discord.gg/0nuu0DLm3WJq1Z23)
- Ensure you are using Java JDK 8u101 or higher.
- Checkout project
- You can use your IDE or clone from Git:
git clone https://github.com/Unknown025/UKCauldron.git
- You can use your IDE or clone from Git:
- Init submodules
- Since this project is a merger of two others, we need both.
git submodule update --init --recursive
- Since this project is a merger of two others, we need both.
- Setup initial workspace
- This process will download Minecraft and apply patches
- If you have Gradle integration in your IDE - you can still use the GUI
./gradlew setupCauldron
orgradlew.bat setupCauldron
- Build both legacy server jar & default jar
./gradlew jar
orgradlew.bat jar
If you have once checked out the source - you do not need to do it again.
- Update sources
git pull origin master
- Reapply patches & build binaries
./gradlew clean setupCauldron jar
- First check the bug in single player and vanilla Forge, if the bug is still present - mod issue
- Check with minimal server environment
- Remove all unnecessary plugins and mods
- Reset all configs to default If the bug is still present - mod compatibility issue
- If you're using beta-release of UKCauldron - check the latest stable version
- All versions situated
(https://repo.prok.pw/pw/prok/KCauldron/?C=M&O=D)
- All versions situated
- If the bug is still present - UKCauldron issue
- Make sure that a similar issue does not exist already
- Please fill out a new issue and be specific as you can: https://github.com/Unknown025/UKCauldron/issues/new.