Remove extra log message

This commit is contained in:
embeddedt 2023-03-19 14:12:15 -04:00
parent 5167f81f1f
commit 0f48165b15
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -26,7 +26,6 @@ public class BlockStateCacheHandler {
}
public static void rebuildParallel(boolean force) {
ModernFix.LOGGER.warn("Clearing blockstate cache");
synchronized (BlockBehaviour.BlockStateBase.Cache.class) {
for (BlockState blockState : Block.BLOCK_STATE_REGISTRY) {
((IBlockState)blockState).clearCache();