From 40d6117991527bdfcd29255ddf461ef788a15429 Mon Sep 17 00:00:00 2001 From: Spanner_Man Date: Sun, 6 Dec 2015 16:00:01 +1100 Subject: [PATCH] Added Badges - Grammar Cosmetic clean up --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ec1ad7..54d7251 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ # Cauldron + +![Minecraft Forge v10.13.4.1566][forge] +![Minecraft v1.7.10][mc] +![Java JDK v1.8][java] + ### Continuation of KCauldron minecraft server 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. +## 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. + ## Build Requirements * Java 8 JDK * `JAVA_HOME` defined on your OS @@ -22,8 +31,12 @@ This repo was based on KCauldron 1492 Build 152. Some extra patches were added `./gradlew setupCauldron jar` ## Updating sources -If you're once checkout source - you not need to do it again +If you've once checkout source - you not need to do it again * Update sources * `git pull origin master` * Re apply patches & build binaries - * `./gradlew clean setupCauldron jar` \ No newline at end of file + * `./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" \ No newline at end of file