Fixed a small bug

This commit is contained in:
Morippi
2021-12-09 14:30:06 +01:00
parent cc08707f32
commit 816efb2837
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@ package com.seibel.lod.core.dataFormat;
public class VerticalDataFormat
{
public final static short MIN_WORLD_HEIGHT = 2048;
public final static short MIN_WORLD_HEIGHT = -2048;
public final static short MAX_WORLD_HEIGHT = 2047;
public final static byte HEIGHT_SHIFT = 20;
@@ -31,7 +31,7 @@ public interface IBlockColorWrapper
boolean hasColor();
int getName();
String getName();
int getColor();