Minor stuff

This commit is contained in:
Jesse Boyd 2016-11-22 13:10:18 +11:00
parent e16bcae071
commit 4e955ec985
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
2 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,7 @@ ext {
date = git.head().date.format("yy.MM.dd")
revision = "-${git.head().abbreviatedId}"
parents = git.head().parentIds;
index = -47; // Offset to mach CI
index = -45; // Offset to mach CI
int major, minor, patch;
major = minor = patch = 0;
for (;parents != null && !parents.isEmpty();index++) {

View File

@ -354,6 +354,11 @@ public abstract class CharFaweChunk<T, V extends FaweQueue> extends FaweChunk<T>
}
}
@Deprecated
public void setBitMask(int ignore) {
// Remove
}
@Override
public void setBiome(final int x, final int z, final BaseBiome biome) {
if (this.biomes == null) {