Skip to content

Commit

Permalink
verbump
Browse files Browse the repository at this point in the history
  • Loading branch information
gnembon committed Oct 1, 2018
1 parent 83d7492 commit 2486f2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# 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.
- You need to have `git` installed.
- 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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/carpet/CarpetSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, CarpetSettingEntry> settings_store;
Expand Down

0 comments on commit 2486f2a

Please sign in to comment.