Update MixinThreadingDetector.java

This commit is contained in:
James Seibel
2023-08-05 18:17:01 -05:00
parent c90efed0fe
commit a52a122f9f
@@ -32,7 +32,7 @@ import java.util.concurrent.Semaphore;
/**
* Why does this exist? But okay! (Will be probably removed when the experimental generator is done)
* FIXME: Recheck this
* FIXME: Recheck this // STILL check this
*/
@Mixin(ThreadingDetector.class)
public class MixinThreadingDetector {
@@ -49,5 +49,7 @@ public class MixinThreadingDetector {
#else
import net.minecraft.world.level.chunk.ChunkGenerator;
@Mixin(ChunkGenerator.class)
public class MixinThreadingDetector { }
#endif