Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e9a044308f | |||
| 1aabc0c792 |
@@ -38,7 +38,7 @@ public final class ModInfo
|
||||
public static final String NAME = "DistantHorizons";
|
||||
/** Human-readable version of NAME */
|
||||
public static final String READABLE_NAME = "Distant Horizons";
|
||||
public static final String VERSION = "2.4.3-b-dev";
|
||||
public static final String VERSION = "2.4.3-b";
|
||||
/** Returns true if the current build is an unstable developer build, false otherwise. */
|
||||
public static final boolean IS_DEV_BUILD = VERSION.toLowerCase().contains("dev");
|
||||
|
||||
|
||||
-2
@@ -126,8 +126,6 @@ public interface IChunkWrapper extends IBindable
|
||||
|
||||
IBiomeWrapper getBiome(int relX, int relY, int relZ);
|
||||
|
||||
boolean isStillValid();
|
||||
|
||||
|
||||
|
||||
//========================//
|
||||
|
||||
Reference in New Issue
Block a user