boosts: default to display as infoboxes and only combat stats
This commit is contained in:
@@ -54,7 +54,7 @@ public interface BoostsConfig extends Config
|
||||
)
|
||||
default DisplayBoosts displayBoosts()
|
||||
{
|
||||
return DisplayBoosts.BOTH;
|
||||
return DisplayBoosts.COMBAT;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
@@ -76,7 +76,7 @@ public interface BoostsConfig extends Config
|
||||
)
|
||||
default boolean displayInfoboxes()
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
|
||||
Reference in New Issue
Block a user