geforkt von Mirrors/FastAsyncWorldEdit
**BaseBlocks are immutable
Dieser Commit ist enthalten in:
Ursprung
8f74186e14
Commit
9d2c631035
@ -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) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren