Update MixinThreadingDetector.java
This commit is contained in:
+3
-1
@@ -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
|
||||
Reference in New Issue
Block a user