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(
name = "Item Lists",
description = "The highlighted and hidden item lists",
position = 0,
closedByDefault = true
position = 0
)
String itemLists = "itemLists";