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.

81 lines
3.0 KiB

# Cauldron
![Minecraft Forge v10.13.4.1614][forge]
![Minecraft v1.7.10][mc]
![Java JDK v1.8][java]
![Spigot 1.7.10 Snapshot ][spigot]
9 years ago
### This is an unofficial fork of KCauldron aimed at producing a ridiculously low-lag server.
## Chat
Feel free to drop in on the Discord chat [here](https://discord.gg/0VmBoNh2sE2t5yKh)
## Issues
9 years ago
**FIRST: Test if the mod has the same error in Vanilla Forge**. If it does, then KCauldron is *not at fault* and we cannot help you here.
9 years ago
If a mod does not work with KCauldron *specifically*, please check [here](https://github.com/TCPR/Fixes) before posting an issue.
9 years ago
**We will NOT provide support for Reikas mods under ANY circumstances.**
**If your issue meets the criteria listed above, please post your issue in the following format:**
**Mod Crash**
title: `[Crash] <Mod Name> - <First line of the exception>`
description:
`I am having a problem with <Mod Name> and KCauldron. Crash log: <link>. What happens is <...>.`
**KCauldron-specific Crash**
title: `[Crash] KCauldron<build #> - <First line of the exception>`
description:
`I am having a problem with KCauldron Build <#>. Crash log: <link>. What happens is <...>.`
**KCauldron-specific Feature Proposal**
title: `[Proposal] KCauldron Feature - <Feature Name>`
description:
`<What this will do>. <Why I want/need it>. <Ideas on how it might be implemented>. <Any helpful links>.`
*This fork is put together by the community. Yive is **not** your personal server issue fixer. He does not know Java nor does he want to learn it.*
## Contributing
Please read the [guide](https://github.com/TCPR/KCauldron/blob/master/CONTRIBUTING.md) on how to contribute - Cauldron always needs improvements :smile:
## Downloads
9 years ago
You can download the pre-built packages from [here](https://github.com/TCPR/KCauldron/releases).
**These unofficial builds are in beta, they may cause issues with your server. You have been warned!**
P.S. Please 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/TCPR/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 installBundle`
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 installBundle`
[forge]: https://img.shields.io/badge/Minecraft%20Forge-v10.13.4.1614-green.svg "Minecraft Forge v10.13.4.1614"
[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"