Auto remove un needed things in the code
This commit is contained in:
parent
7e7fcf2ad9
commit
510f969c94
105 changed files with 141 additions and 348 deletions
src/main/java/techreborn/world
|
@ -22,7 +22,7 @@ public class TechRebornRetroGen
|
|||
{
|
||||
private static final String RETROGEN_TAG = "techrebonr:retogen";
|
||||
private static final Set<ChunkCoord> completedChunks = Sets.newHashSet();
|
||||
private final Deque<ChunkCoord> chunksToRetroGen = new ArrayDeque<ChunkCoord>(64);
|
||||
private final Deque<ChunkCoord> chunksToRetroGen = new ArrayDeque<>(64);
|
||||
|
||||
private boolean isChunkEligibleForRetroGen(ChunkDataEvent.Load event)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue