diff --git a/README.md b/README.md index 5cf475a..26c1971 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,4 @@ You can change the GUI size in the mod settings. By default, it only hides chat DMs from blocked users. You can change the settings to hide DM messages from other users as well to make the vanilla chat cleaner. Livechat never hides any non-DM messages from vanilla chat ### How do I get it to work with the Replay Mod? -Open the Livemessage jar file up in 7-zip and delete the `org` folder. Here's a [video tutorial](https://youtu.be/pMEsKAs1TOU). -Note that doing this might cause the mod to break upon uninstalling Replay Mod - in that case you should redownload the original livemessage jar. +Update to the 1.0.2 or later version of Livemessage. diff --git a/build.gradle b/build.gradle index 5ffd198..b0f130d 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ repositories { } dependencies { - provided('org.spongepowered:mixin:0.7.11-SNAPSHOT') { + provided('org.spongepowered:mixin:0.8-SNAPSHOT') { exclude module: 'guava' exclude module: 'commons-io' exclude module: 'gson' diff --git a/gradle.properties b/gradle.properties index a889e7a..4cabe38 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ mod_id = livemessage mod_name = Livemessage mod_group = com.rebane2001 -mod_version = 1.0.1 +mod_version = 1.0.2 mod_author = ["rebane2001"] mod_description = A Minecraft DM manager