Skip to content

Commit

Permalink
docs: compatibility check + version
Browse files Browse the repository at this point in the history
  • Loading branch information
dxxxxy committed Apr 19, 2023
1 parent d1ccb73 commit a16f9de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ Feel free to contribute to this table with a PR and a convincing screenshot.

| Essential MC Version | Forge | Fabric* | Last Checked |
|----------------------|----------------|--------------------|--------------|
| 1.8.9 | `✔️ works^`| `⬛ not applicable` | 25/03/2023 |
| 1.8.9 | `✔️ works^`| `⬛ not applicable` | 19/04/2023 |
| 1.12.2 | `✔️ works^`| `⬛ not applicable` | 25/03/2023 |
| 1.16.5 | `✔️ works` | `✔️ works` | 25/03/2023 |
| 1.17.1 | `🚧 untested`| `🚧 untested` | |
| 1.18 - 1.18.2 | `🚧 untested`| `🚧 untested` | |
| 1.19 - 1.19.3 | `🚧 untested`| `🚧 untested` | |
| 1.19.4 | `✔️ works` | `✔️ works` | 25/03/2023 |
| 1.19.4 | `✔️ works` | `✔️ works` | 19/04/2023 |
Last Essential version checked: **v1.2.0.14**

### Notes
\* Fabric loads mods differently and requires you to place the hidden essential mod in your mods folder. The one that you usually place in your mods folder is the installer/updater. Instead, the one that you need to place in your mods folder is the big one (40+ mb) which is located in `.minecraft\essential\`.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
apply plugin: "net.minecraftforge.gradle.forge"
apply plugin: 'org.spongepowered.mixin'

version = "1.0"
version = "1.2.0"
group = "dreamys.studio.ecu" //http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "ecu" //name of the output jar

Expand Down

0 comments on commit a16f9de

Please sign in to comment.