Merge 1.19.2 into 1.20

This commit is contained in:
embeddedt 2024-01-04 20:32:38 -05:00
commit c85f7e49d7
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -26,7 +26,7 @@ import java.util.function.Function;
public abstract class ModelDataManagerMixin {
@Shadow protected abstract void refreshAt(ChunkPos chunk);
@Shadow @Final private static Map<ChunkPos, Set<BlockPos>> needModelDataRefresh;
@Shadow @Final private Map<ChunkPos, Set<BlockPos>> needModelDataRefresh;
/**
* Make the set of positions to refresh a real concurrent hash set rather than relying on synchronizedSet,