Release 1.9.5.1

This commit is contained in:
UnknownShadow200 2024-09-21 14:29:30 +10:00
parent 4e8c87e570
commit acd4979d68
3 changed files with 3 additions and 17 deletions

View File

@ -40,7 +40,7 @@ namespace MCGalaxy
public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt"); public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt");
/// <summary> *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used. </summary> /// <summary> *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used. </summary>
public const string InternalVersion = "1.9.5.0"; public const string InternalVersion = "1.9.5.1";
public static string Version { get { return InternalVersion; } } public static string Version { get { return InternalVersion; } }
public static string SoftwareName = "MCGalaxy"; public static string SoftwareName = "MCGalaxy";

View File

@ -1 +1 @@
1.9.5.0 1.9.5.1

View File

@ -1,15 +1 @@
Looking for the files to run MCGalaxy? Download the latest release from https://classicube.net/mcg/download
You probably want to go to the Releases page and get the latest zip from there.
However, you can still download the required files from here. You need these files:
MCGalaxy.exe, MCGalaxyCLI.exe, MCGalaxy_.dll
---------------------------------------------------------------------------------------------------------------
MCGalaxy_infid.dll is a special version of MCGalaxy which increases maximum id in /gb and /lb from 255 to 767.
Replace MCGalaxy_.dll with this file (i.e. rename it to MCGalaxy_.dll) to use it.
You probably don't want this version though, because it slightly reduces performance.
Using a block over 255 will also make the map use twice as much memory in the client.
YOU WERE WARNED!