Fix MC 1.16 compiling fail due to logger import
This commit is contained in:
+2
-1
@@ -41,12 +41,13 @@ import net.minecraft.world.level.chunk.ChunkStatus;
|
||||
import net.minecraft.world.level.chunk.LevelChunk;
|
||||
import net.minecraft.world.level.levelgen.Heightmap;
|
||||
|
||||
import org.apache.logging.log4j.Logger;
|
||||
|
||||
import java.util.*;
|
||||
import java.util.concurrent.ConcurrentLinkedQueue;
|
||||
|
||||
#if POST_MC_1_17_1
|
||||
import net.minecraft.core.QuartPos;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
#endif
|
||||
|
||||
#if POST_MC_1_20_1
|
||||
|
||||
Reference in New Issue
Block a user