mirror of
https://github.com/Samsuik/Sakura.git
synced 2025-12-28 11:19:08 +00:00
reduce the blockpos to entity table size
This commit is contained in:
@@ -9,7 +9,7 @@ import org.jspecify.annotations.Nullable;
|
||||
@NullMarked
|
||||
final class LenientStrategy implements MergeStrategy {
|
||||
static final LenientStrategy INSTANCE = new LenientStrategy();
|
||||
private final BlockPosToEntityTable entityTable = new BlockPosToEntityTable(512);
|
||||
private final BlockPosToEntityTable entityTable = new BlockPosToEntityTable(128);
|
||||
|
||||
@Override
|
||||
public boolean trackHistory() {
|
||||
|
||||
Reference in New Issue
Block a user