mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 12:06:41 +00:00
Clean-up some misc. parts of the code
This commit is contained in:
committed by
Matthew Miller
parent
dc21b4df58
commit
8c17aab9c5
@ -65,7 +65,7 @@ public class BlockState implements BlockStateHolder<BlockState> {
|
||||
this.values = new LinkedHashMap<>();
|
||||
this.emptyBaseBlock = new BaseBlock(this);
|
||||
}
|
||||
|
||||
|
||||
BlockState initializeId(BlockRegistry registry) {
|
||||
this.internalId = registry.getInternalBlockStateId(this);
|
||||
return this;
|
||||
|
Reference in New Issue
Block a user