ground items: default highlight over value to 0

This commit is contained in:
Adam
2018-06-14 19:33:50 -04:00
parent f203b00ef6
commit bf9aa4959d

View File

@@ -150,7 +150,7 @@ public interface GroundItemsConfig extends Config
)
default int getHighlightOverValue()
{
return 10000;
return 0;
}
@ConfigItem(