mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-30 12:51:17 +08:00
Increase default BlockState count (#2102)
This commit is contained in:
parent
8ddd31797c
commit
15bd7ff441
@ -32,7 +32,7 @@
|
||||
public final class BlockStateIdAccess {
|
||||
|
||||
private static final int INVALID_ID = -1;
|
||||
private static final int EXPECTED_BLOCK_COUNT = 2 << 13;
|
||||
private static final int EXPECTED_BLOCK_COUNT = 2 << 14;
|
||||
private static final Int2ObjectOpenHashMap<BlockState> TO_STATE =
|
||||
new Int2ObjectOpenHashMap<>(EXPECTED_BLOCK_COUNT);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user