Dieser Commit ist enthalten in:
MattBDev 2021-01-06 17:06:02 -05:00
Commit cbf22b8306

Datei anzeigen

@ -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) {