Skip to content

Commit

Permalink
Upgraded Mixin to improve compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rebane2001 committed Jan 28, 2021
1 parent 26ed55f commit eb96f2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit eb96f2e

Please sign in to comment.