Fix compile

This commit is contained in:
Jesse Boyd
2019-12-19 16:19:46 +00:00
parent aac30742de
commit 6a49b71cf2
48 changed files with 2649 additions and 85 deletions

View File

@ -43,7 +43,7 @@ public interface IChunkSet extends IBlocks, OutputExtent {
}
@Override
BiomeType getBiomeType(int x, int z);
BiomeType getBiomeType(int x, int y, int z);
@Override
Map<BlockVector3, CompoundTag> getTiles();