You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
3
3
4
4
## Requirements
5
5
- 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.
6
6
- You need to have `git` installed.
7
7
- Eclipse Oxygen.3 or later, due to [this Eclipse bug](https://bugs.eclipse.org/bugs/show_bug.cgi?id=526911).
8
8
- Or Intellij
9
9
10
+
OR
11
+
12
+
- Download the patches from the releases section and apply them directly to game's or server's jars.
13
+
10
14
## First-time setup
11
15
- Copy all the files in this repository into your new project folder.
12
16
- 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.
0 commit comments