Skip to content

Commit

Permalink
RELEASE 3.6.3 ---------------
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexdoru committed Mar 29, 2024
1 parent 2c422f6 commit 8ca9d94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion GithubChangelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Use `/mwe` to open the config menu

- fix crash when **loading** WDR data, could prevent the game from starting, this time there should be no more crashes right ?
- Enhancements
- add `/squad formsquad` to add your teamates to the squad when in a MW pre game lobby
- fix `/names` command by using the [labymod api](https://laby.net)
- Hacker Detector
- fix KillAura (B) false flags because of players punching blocks while eating (mainly a 1.7 thing)
- fix Noslowdown & Keepsprint false flags because of players rubber banding
- remove player from report queue when you use `/wdr` or `/unwdr` on that player

To install the mod you need to use forge and drop the .jar file in your `.minecraft\mods` folder.
See more information about installation [here](https://github.com/Alexdoru/MegaWallsEnhancements#installation).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'

version = "3.6.2"
version = "3.6.3"
group = "fr.alexdoru"
archivesBaseName = "[1.8.9] MegaWallsEnhancements"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class MegaWallsEnhancementsMod {

public static final String modid = "mwenhancements";
public static final String modName = "MegaWallsEnhancements";
public static final String version = "3.6.2";
public static final String version = "3.6.3";
public static final Logger logger = LogManager.getLogger(modName);
public static File jarFile;

Expand Down

0 comments on commit 8ca9d94

Please sign in to comment.