Release 0.99.9.8

This commit is contained in:
UnknownShadow200 2017-11-14 00:52:00 +11:00
parent 064c7a2514
commit d40145643b
5 changed files with 4 additions and 6 deletions

View File

@ -226,8 +226,6 @@ namespace ClassicalSharp.Entities {
/// bounding box of this entity are water or still water. </summary>
public bool TouchesAnyWater() {
AABB bounds = Bounds.Offset(liqExpand);
bounds.Min.Y += 5f/16f;
bounds.Max.Y -= 5f/16f;
return TouchesAny(bounds, touchesAnyWater);
}
static Predicate<BlockID> touchesAnyWater = IsWater;

View File

@ -10,7 +10,7 @@ namespace ClassicalSharp {
internal static class Program {
public const string AppName = "ClassicalSharp 0.99.9.7";
public const string AppName = "ClassicalSharp 0.99.9.8";
public static string AppDirectory;
#if !LAUNCHER

View File

@ -10,4 +10,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.99.9.7")]
[assembly: AssemblyVersion("0.99.9.8")]

View File

@ -8,7 +8,7 @@ namespace Launcher {
internal static class Program {
public const string AppName = "ClassicalSharp Launcher 0.99.9.7";
public const string AppName = "ClassicalSharp Launcher 0.99.9.8";
public static string AppDirectory;

View File

@ -10,4 +10,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.99.9.7")]
[assembly: AssemblyVersion("0.99.9.8")]