ground item: expand item lists by default

This commit is contained in:
Adam
2022-03-22 15:01:23 -04:00
parent 71866e44bd
commit ac2856daae

View File

@@ -46,8 +46,7 @@ public interface GroundItemsConfig extends Config
@ConfigSection( @ConfigSection(
name = "Item Lists", name = "Item Lists",
description = "The highlighted and hidden item lists", description = "The highlighted and hidden item lists",
position = 0, position = 0
closedByDefault = true
) )
String itemLists = "itemLists"; String itemLists = "itemLists";