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.
 
 
 
Robotia 4ab21ac47a PaperSpigot fix (https://github.com/PaperSpigot/Paper-1.7/blob/master/Spigot-Server-Patches/0039-Improve-Network-Manager-packet-handling.patch) 9 years ago
buildSrc Small Edits 9 years ago
bukkit@ad9519650b Update submodules. 10 years ago
forge@c6aa04325e Updated to Forge v10.13.4.1614 10 years ago
gradle/wrapper Deprecate installer & use KBootstrap for updating 10 years ago
jsons Initial commit (Forge 1291). 10 years ago
patches PaperSpigot fix (https://github.com/PaperSpigot/Paper-1.7/blob/master/Spigot-Server-Patches/0039-Improve-Network-Manager-packet-handling.patch) 9 years ago
src/main Removal of Autoinstall & Autorestart 9 years ago
.gitattributes Initial commit (Forge 1291). 10 years ago
.gitignore Changelog generation 10 years ago
.gitmodules Change Submodule URL 9 years ago
CONTRIBUTING.md Notify contributors about makepatch 9 years ago
LGPL.txt Initial commit (Forge 1291). 10 years ago
LICENCE.txt Initial commit (Forge 1291). 10 years ago
README.md Small Edits 9 years ago
build.gradle Add versioning 9 years ago
build.sh Useful shortcut scripts 9 years ago
clean.sh Useful shortcut scripts 9 years ago
eclipse-workspace-dev.zip Initial commit (Forge 1291). 10 years ago
gradlew Updated forge 10 years ago
gradlew.bat Updated forge 10 years ago
makepatch.class More makepatch.sh fixes (mkdir corrections) 9 years ago
makepatch.java More makepatch.sh fixes (mkdir corrections) 9 years ago
makepatch.sh More makepatch.sh fixes (mkdir corrections) 9 years ago
reformat.sh Make reformat.sh executable 9 years ago
settings.gradle Setup deployment 10 years ago
setup.sh Useful shortcut scripts 9 years ago

README.md

Cauldron

Minecraft Forge v10.13.4.1614 Minecraft v1.7.10 Java JDK v1.8 Spigot 1.7.10 Snapshot

This is an unofficial fork of KCauldron aimed at producing a ridiculously low-lag server.

Chat

Feel free to drop in on the TCPR Discord chat here

##Patreon

You can pledge to support Robotia and his work here.

Issues

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.

If a mod does not work with KCauldron specifically, please check here before posting an issue.

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 on how to contribute - TCPR/KCauldron 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!

P.S. PLEASE look at the release notes before downloading! 😄

Build Requirements

  • Java 8 JDK
  • JAVA_HOME defined on your OS

Building TCPR/KCauldron

  • Checkout project
    • You can use IDE or clone from console: git clone https://github.com/TCPR/KCauldron.git
  • Setup
    • Auto: setup.sh
    • Manual: git submodule update --init --recursive
  • Build
    • This process downloads minecraft and apply patches
    • If you have gradle integration in IDE - you can still use gui
    • Auto: build.sh
    • Manual: ./gradlew setupCauldron jar packageBundle

All builds will be in build/distributions

Updating sources

  • Update sources
    • git pull origin master
  • Re apply patches & build binaries
    • ./gradlew clean setupCauldron jar packageBundle