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.

50 lines
2.0 KiB

# Cauldron
![Minecraft Forge v10.13.4.1566][forge]
![Minecraft v1.7.10][mc]
![Java JDK v1.8][java]
![Spigot 1.7.10 Snapshot ][spigot]
### Continuation of KCauldron minecraft server
10 years ago
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.
## Contributing
Please read the [guide](https://github.com/spannerman79/KCauldron/blob/master/CONTRIBUTING.md) on how to contribute - Cauldron always needs improvements :smile:
## Downloads
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.
10 years ago
## Build Requirements
* Java 8 JDK
* `JAVA_HOME` defined on your OS
## Building Cauldron
10 years ago
* Checkout project
* You can use IDE or clone from console:
`git clone https://github.com/spannerman79/KCauldron.git`
10 years ago
* Init submodules
* Since this project uses two other projects we need to download them as well
10 years ago
`git submodule update --init --recursive`
* Start build process
* This process downloads minecraft and apply patches
10 years ago
* If you have gradle integration in IDE - you can still use gui
`./gradlew setupCauldron jar`
10 years ago
All builds will be in `build/distributions`
10 years ago
## Updating sources
* Update sources
* `git pull origin master`
* Re apply patches & build binaries
* `./gradlew clean setupCauldron jar`
[forge]: https://img.shields.io/badge/Minecraft%20Forge-v10.13.4.1566-green.svg "Minecraft Forge v10.13.4.1566"
[mc]: https://img.shields.io/badge/Minecraft-v1.7.10-green.svg "Minecraft 1.7.10"
[java]: https://img.shields.io/badge/Java%20JDK-v1.8-blue.svg "Java JDK 8"
[spigot]: https://img.shields.io/badge/Spigot-v1.7.10--R0.1--SNAPSHOT-lightgrey.svg "Spigot R0.1 Snapshot"