Rei is a fork of Thermos, a craftbukkit forge server for Minecraft 1.7.10. It seeks to improve performance on the already lean Thermos, as well as fine tuning specific to the iPwnAge Network FTB server.
Advantages over KCauldron:
- Lag-lowering optimizations
- Better world protection (Forge stuff doesn't bypass Bukkit plugins!)
- Many patches that KCauldron didn't get from Spigot
- Dupe glitch fixes
Because of it's specific usage for the iPA Network, you should not expect Rei to work in your environment.
- Java 8u101 JDK or higher
JAVA_HOME
defined on your OS
- Checkout project
- You can use IDE or clone from console:
git clone https://github.com/iPwnAge/Rei.git
- You can use IDE or clone from console:
- Setup
- Auto:
setup.sh
- Manual:
git submodule update --init --recursive
- Auto:
- 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
All builds will be in build/distributions
- Update sources
git pull origin master
- Re apply patches & build binaries
./gradlew clean setupCauldron jar