diff --git a/README.md b/README.md index 153ba807..238dfffb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# CarpetMod for Minecraft 1.13 -The most comprehensive and convoluted mod for carpets evar. Built based on jarmod-buildsystem-2 by EarthComputer. See EarthComputer's repo for details on the build system. +# CarpetMod for Minecraft 1.13.1 +The most comprehensive and convoluted mod for carpets evar. However it doesn't include carpets yet. Built based on jarmod-buildsystem-2 by EarthComputer. See EarthComputer's repo for details on the build system. ## Requirements - You need to have at least JDK8 update 92 for recompilation to work, due to a bug in earlier versions of `javac`. You also cannot use JDK9 or JDK10 yet. @@ -7,6 +7,10 @@ The most comprehensive and convoluted mod for carpets evar. Built based on jarmo - Eclipse Oxygen.3 or later, due to [this Eclipse bug](https://bugs.eclipse.org/bugs/show_bug.cgi?id=526911). - Or Intellij +OR + +- Download the patches from the releases section and apply them directly to game's or server's jars. + ## First-time setup - Copy all the files in this repository into your new project folder. - Install ForgeGradle 3.0 by running the `install_fg3.bat` batch file from the command line on Windows, or running the `install_fg3.sh` script on Linux or Mac OS. diff --git a/src/main/java/carpet/CarpetSettings.java b/src/main/java/carpet/CarpetSettings.java index 6953c925..555bcbc2 100644 --- a/src/main/java/carpet/CarpetSettings.java +++ b/src/main/java/carpet/CarpetSettings.java @@ -40,7 +40,7 @@ public class CarpetSettings { public static boolean locked = false; - public static final String carpetVersion = "v18_09_30"; + public static final String carpetVersion = "v18_10_01"; public static final Logger LOG = LogManager.getLogger(); private static final Map settings_store;