Skip to content

Commit 2486f2a

Browse files
committed
verbump
1 parent 83d7492 commit 2486f2a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
# CarpetMod for Minecraft 1.13
2-
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.
1+
# CarpetMod for Minecraft 1.13.1
2+
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.
33

44
## Requirements
55
- 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.
66
- You need to have `git` installed.
77
- Eclipse Oxygen.3 or later, due to [this Eclipse bug](https://bugs.eclipse.org/bugs/show_bug.cgi?id=526911).
88
- Or Intellij
99

10+
OR
11+
12+
- Download the patches from the releases section and apply them directly to game's or server's jars.
13+
1014
## First-time setup
1115
- Copy all the files in this repository into your new project folder.
1216
- 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.

src/main/java/carpet/CarpetSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
public class CarpetSettings
4141
{
4242
public static boolean locked = false;
43-
public static final String carpetVersion = "v18_09_30";
43+
public static final String carpetVersion = "v18_10_01";
4444

4545
public static final Logger LOG = LogManager.getLogger();
4646
private static final Map<String, CarpetSettingEntry> settings_store;

0 commit comments

Comments
 (0)