mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 00:15:35 +00:00
clean up
This commit is contained in:
parent
d2055d60fd
commit
9ced14b813
@ -1,12 +0,0 @@
|
||||
package com.dfsek.terra.cli.generator;
|
||||
|
||||
import com.dfsek.terra.api.world.chunk.generation.ChunkGenerator;
|
||||
import com.dfsek.terra.api.world.chunk.generation.util.GeneratorWrapper;
|
||||
|
||||
|
||||
public class CLIChunkGenerator implements GeneratorWrapper {
|
||||
@Override
|
||||
public ChunkGenerator getHandle() {
|
||||
return null;
|
||||
}
|
||||
}
|
@ -16,7 +16,6 @@ public class Region implements NBTSerializable<MCAFile> {
|
||||
this.z = z;
|
||||
this.world = world;
|
||||
this.chunks = new CLIChunk[32 * 32];
|
||||
;
|
||||
}
|
||||
|
||||
public CLIChunk get(int x, int z) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user