mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 12:06:41 +00:00
Add perf. improvments for Forge
This commit is contained in:
committed by
Matthew Miller
parent
8c17aab9c5
commit
27c7d488a2
@ -68,6 +68,7 @@ public class BlockState implements BlockStateHolder<BlockState> {
|
||||
|
||||
BlockState initializeId(BlockRegistry registry) {
|
||||
this.internalId = registry.getInternalBlockStateId(this);
|
||||
BlockStateIdAccess.register(this);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user