You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 years ago | |
---|---|---|
buildSrc | 10 years ago | |
bukkit@ad9519650b | 10 years ago | |
forge@c6aa04325e | 10 years ago | |
gradle/wrapper | 10 years ago | |
jsons | 10 years ago | |
patches | 9 years ago | |
src/main | 9 years ago | |
.gitattributes | 10 years ago | |
.gitignore | 10 years ago | |
.gitmodules | 9 years ago | |
CONTRIBUTING.md | 10 years ago | |
LGPL.txt | 10 years ago | |
LICENCE.txt | 10 years ago | |
README.md | 9 years ago | |
build.gradle | 10 years ago | |
eclipse-workspace-dev.zip | 10 years ago | |
gradlew | 10 years ago | |
gradlew.bat | 10 years ago | |
reformat.sh | 9 years ago | |
settings.gradle | 10 years ago |
README.md
Cauldron
This is an unofficial fork of KCauldron.
Chat
Feel free to drop in on the Discord chat here
Issues
If a mod does not work with KCauldron, please check here before posting an issue.
Basically;
I will not give support or patch updates or fixes on this repo for mods to work. This fork is put together by the community by submitting their own pull requests, Yive does not know Java nor does he want to learn it to work on this fork.
Contributing
Please read the guide on how to contribute - Cauldron always needs improvements 😄
Downloads
You can download the pre-built packages from here. These unofficial builds are in beta, they may cause issues with your server. You have been warned. Also, please look at the release notes before downloading. :)
Build Requirements
- Java 8 JDK
JAVA_HOME
defined on your OS
Building Cauldron
- Checkout project
- You can use IDE or clone from console:
git clone https://github.com/TCPR/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
Updating sources
- Update sources
git pull origin master
- Re apply patches & build binaries
./gradlew clean setupCauldron jar