Update for 1.19 model data manager changes
This commit is contained in:
parent
ac4ebd871c
commit
2e88482344
|
|
@ -26,7 +26,7 @@ import java.util.function.Function;
|
||||||
public abstract class ModelDataManagerMixin {
|
public abstract class ModelDataManagerMixin {
|
||||||
@Shadow protected abstract void refreshAt(ChunkPos chunk);
|
@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,
|
* Make the set of positions to refresh a real concurrent hash set rather than relying on synchronizedSet,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user