mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-08 17:07:38 +00:00
Merge branch 'main' of https://github.com/IntellectualSites/FastAsyncWorldEdit
This commit is contained in:
commit
cbf22b8306
@ -60,8 +60,7 @@ public class StripNBTExtent extends AbstractDelegateExtent {
|
||||
for (String key : strip) {
|
||||
value.remove(key);
|
||||
}
|
||||
localBlock.toBaseBlock(new CompoundTag(value));
|
||||
return (B) localBlock;
|
||||
return (B) localBlock.toBaseBlock(new CompoundTag(value));
|
||||
}
|
||||
|
||||
public <T extends NbtValued> T stripEntityNBT(T entity) {
|
||||
|
Loading…
Reference in New Issue
Block a user