geforkt von Mirrors/FastAsyncWorldEdit
Merge branch 'main' of https://github.com/IntellectualSites/FastAsyncWorldEdit
Dieser Commit ist enthalten in:
Commit
cbf22b8306
@ -60,8 +60,7 @@ public class StripNBTExtent extends AbstractDelegateExtent {
|
|||||||
for (String key : strip) {
|
for (String key : strip) {
|
||||||
value.remove(key);
|
value.remove(key);
|
||||||
}
|
}
|
||||||
localBlock.toBaseBlock(new CompoundTag(value));
|
return (B) localBlock.toBaseBlock(new CompoundTag(value));
|
||||||
return (B) localBlock;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public <T extends NbtValued> T stripEntityNBT(T entity) {
|
public <T extends NbtValued> T stripEntityNBT(T entity) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren