Correct description of strip nbt

This commit is contained in:
dordsor21 2021-09-20 01:54:49 +01:00
parent 9d68cd8380
commit 7a9cbe5d77
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -189,7 +189,7 @@ public class Settings extends Config {
})
public boolean RESTRICT_HISTORY_TO_REGIONS = true;
@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<>();