This github was created due to the previous developer for KCauldron being missing for weeks - sometimes months - at a time. When the dev was missing his gitlab would go offline making it "feel" like the project was abandoned completely.
This repo was based on KCauldron 1492 Build 152. Some extra patches were added and cherry picked in order to improve and fix up some of the small little flaws that were inherent in the 152 build.
Wiki and Documentation is hosted via readme.io here
Feel free to drop in on the Discord chat here
There won't be any support given for making mods work with this particular repo of KCauldron. Blame the stupid people that can't read.
Basically;
I will not give support or patch updates or fixes on this repo for mods to work. If you want a flawless server go and use vanilla forge.
Please read the guide on how to contribute - Cauldron always needs improvements 😄
You can download the pre-built packages from https://github.com/spannerman79/KCauldron/releases I'd suggest that you look at the release notes before downloading.
- Java 8 JDK
JAVA_HOMEdefined on your OS
- Checkout project
- You can use IDE or clone from console:
git clone https://github.com/spannerman79/KCauldron.git
- You can use IDE or clone from console:
- Init submodules
- Since this project uses two other projects we need to download them as well
git submodule update --init --recursive
- Since this project uses two other projects we need to download them as well
- Start build process
- This process downloads minecraft and apply patches
- If you have gradle integration in IDE - you can still use gui
./gradlew setupCauldron jar
All builds will be in build/distributions
- Update sources
git pull origin master
- Re apply patches & build binaries
./gradlew clean setupCauldron jar