Removed inaccurate comment.

This commit is contained in:
Brianna 2019-10-15 14:37:05 -04:00
parent 56581ac093
commit fe21f02b8c
1 changed files with 1 additions and 2 deletions

View File

@ -177,8 +177,7 @@ public class Settings {
"Should items that are blacklisted display holograms?");
public static final ConfigSetting MAX_STACK_ITEMS = new ConfigSetting(config, "Items.Max Stack Size", 512,
"The max stack size for items.",
"Currently this can only be set to a max of 120.");
"The max stack size for items.");
public static final ConfigSetting NAME_FORMAT_ITEM = new ConfigSetting(config, "Items.Name Format", "&f{TYPE} &r[&6{AMT}x]",
"The text displayed above a dropped item.");