Skip to content

Commit

Permalink
RELEASE 3.6.2 ---------------
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexdoru committed Mar 25, 2024
1 parent e0a1498 commit b8b33b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions GithubChangelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Use `/mwe` to open the config menu

- fix crash when saving WDR data, could prevent the game from starting
- fix Autoblock false flag
- fix Scaffold false flag in stairs
- fix crash when **loading** WDR data, could prevent the game from starting, this time there should be no more crashes right ?

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.1"
version = "3.6.2"
group = "fr.alexdoru"
archivesBaseName = "[1.8.9] MegaWallsEnhancements"

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

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

Expand Down

0 comments on commit b8b33b8

Please sign in to comment.