3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-07 08:32:51 +02:00

Correct description of strip nbt

Dieser Commit ist enthalten in:
dordsor21 2021-09-20 01:54:49 +01:00
Ursprung 9d68cd8380
Commit 7a9cbe5d77
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 1E53E88969FFCF0B

Datei anzeigen

@ -189,7 +189,7 @@ public class Settings extends Config {
}) })
public boolean RESTRICT_HISTORY_TO_REGIONS = true; public boolean RESTRICT_HISTORY_TO_REGIONS = true;
@Comment({ @Comment({
"List of blocks to strip nbt from", "List of nbt tags to strip from blocks, e.g. Items",
}) })
public List<String> STRIP_NBT = new ArrayList<>(); public List<String> STRIP_NBT = new ArrayList<>();