leaf formatting
This commit is contained in:
@@ -21,7 +21,7 @@ import java.util.function.Consumer;
|
||||
|
||||
public abstract class BaseChunkSystemHooks implements ChunkSystemHooks {
|
||||
|
||||
private final boolean hasLithium = ((PlatformHooks) this).isModLoaded("lithium");
|
||||
private final boolean hasLithium = ((PlatformHooks)this).isModLoaded("lithium");
|
||||
|
||||
@Override
|
||||
public void scheduleChunkTask(final ServerLevel level, final int chunkX, final int chunkZ, final Runnable run) {
|
||||
|
||||
Reference in New Issue
Block a user