ground items: default highlight over value to 0
This commit is contained in:
@@ -150,7 +150,7 @@ public interface GroundItemsConfig extends Config
|
||||
)
|
||||
default int getHighlightOverValue()
|
||||
{
|
||||
return 10000;
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
|
||||
Reference in New Issue
Block a user