boosts: default to display as infoboxes and only combat stats

This commit is contained in:
Adam
2022-04-06 15:04:40 -04:00
parent a7375b5c78
commit 23035294c6

View File

@@ -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(