mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
*BaseBlocks are immutable
This commit is contained in:
parent
7afddcc411
commit
8f74186e14
@ -60,7 +60,7 @@ public class StripNBTExtent extends AbstractDelegateExtent {
|
||||
for (String key : strip) {
|
||||
value.remove(key);
|
||||
}
|
||||
localBlock.setNbtData(new CompoundTag(value));
|
||||
localBlock.toBaseBlock(new CompoundTag(value));
|
||||
return (B) localBlock;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user