Skip to content

Commit

Permalink
Adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnik committed Oct 22, 2023
1 parent 8d4d404 commit 3fa9575
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on [litematica and malilib](https://masa.dy.fi/mcmods/client_mods/) to provide a
update litematica, malilib and other potentially conflicting mods like Multiconnect before making a bug report about
Syncmaticas functionality :)

Use [v0.3.10-1.18.2](https://github.com/End-Tech/syncmatica/releases/tag/v0.3.10-1.18.2) for 1.18 or 1.19.
Use [v0.3.10-1.20.1](https://github.com/End-Tech/syncmatica/releases/tag/v0.3.10-1.20.1) for 1.20+.
Use [v0.3.11-1.18.2](https://github.com/End-Tech/syncmatica/releases/tag/v0.3.11-1.18.2) for 1.18 or 1.19.
Use [v0.3.11-1.20.1](https://github.com/End-Tech/syncmatica/releases/tag/v0.3.11-1.20.1) for 1.20+.

### Client

Expand Down Expand Up @@ -46,6 +46,8 @@ To modify a placement just unlock a placement on your client. Lock it again afte
with everyone.

## Project Status & Road Map
v0.3.11 is a compatability fix with

v0.3.10 is a quick hotfix for compatability issues with pca and other masa mods.

v0.3.9 better chinese translation adds minor fixes and compatability with 1.20
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.10

# Mod Properties
mod_version = 0.3.10
mod_version = 0.3.11
maven_group = ch.endte
archives_base_name = syncmatica

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/endte/syncmatica/Syncmatica.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

public class Syncmatica {

public static final String VERSION = "0.3.10";
public static final String VERSION = "0.3.11";
public static final String MOD_ID = "syncmatica";

private static final String SERVER_PATH = "." + File.separator + "syncmatics";
Expand Down

0 comments on commit 3fa9575

Please sign in to comment.