mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
Added a ##tag parser Pattern. gives a random combination using the blocks from the tag with an equal distribution.
This commit is contained in:
committed by
IronApollo
parent
2bae161e5c
commit
4a8931a55a
@ -63,6 +63,9 @@ public class ChunkLoadingExtent extends AbstractDelegateExtent {
|
||||
@Override
|
||||
public <B extends BlockStateHolder<B>> boolean setBlock(BlockVector3 location, B block) throws WorldEditException {
|
||||
world.checkLoadedChunk(location);
|
||||
if (enabled) {
|
||||
world.checkLoadedChunk(location);
|
||||
}
|
||||
return super.setBlock(location, block);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user