Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnik committed Dec 17, 2022
1 parent 5122fcd commit 77a5061
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 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.7-1.16.5](https://github.com/End-Tech/syncmatica/releases/tag/v0.3.7-1.16.5) for 1.16 or 1.17
Use [v0.3.7-1.18.2](https://github.com/End-Tech/syncmatica/releases/tag/v0.3.7-1.18.2) for 1.18 or 1.19
Use [v0.3.8-1.16.5](https://github.com/End-Tech/syncmatica/releases/tag/v0.3.8-1.16.5) for 1.16 or 1.17
Use [v0.3.8-1.18.2](https://github.com/End-Tech/syncmatica/releases/tag/v0.3.8-1.18.2) for 1.18 or 1.19

### Client

Expand Down Expand Up @@ -47,7 +47,10 @@ with everyone.

## Project Status & Road Map

v0.3.7 fixes an issue where 1.19.2 Servers wouldn't boot anymore.
v0.3.8 attempts to achieve compatability with 1.19.3
- In doing so I change the way the mod starts up (client now starts when the first custom packet is received)
- I also had to remove a detection for the removal of GUIs -
this now might cause crashes under very rare conditions. Please look out for any kind of issues regarding this.

Sadly all existing single player placements will be lost unless you specifically rescue them.
To rescue them move the file `placements.json` from `%minecraft_folder%/config/syncmatica/placements.json` to
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.11.3

# Mod Properties
mod_version = 0.3.7
mod_version = 0.3.8
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.7";
public static final String VERSION = "0.3.8";
public static final String MOD_ID = "syncmatica";

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

0 comments on commit 77a5061

Please sign in to comment.