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()
|
default int getHighlightOverValue()
|
||||||
{
|
{
|
||||||
return 10000;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
|
|||||||
Reference in New Issue
Block a user