Added mod files
This commit is contained in:
26
overrides/config/leaky.json
Normal file
26
overrides/config/leaky.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"improveItemPerformance": {
|
||||
"desc:": "Improves item entiy performance, significantly reduing their overhead. default: true",
|
||||
"improveItemPerformance": true
|
||||
},
|
||||
"highlightitems": {
|
||||
"desc:": "Choose if nearby reported stacked item entities should be glowing, default: true",
|
||||
"highlightitems": true
|
||||
},
|
||||
"reportThreshold": {
|
||||
"desc:": "Set the min amount of stacked items being reported, default: 100",
|
||||
"reportThreshold": 100
|
||||
},
|
||||
"autoremovethreshold": {
|
||||
"desc:": "Set the amount of stacked items being automatically removed, default: 160",
|
||||
"autoremovethreshold": 160
|
||||
},
|
||||
"reportInterval": {
|
||||
"desc:": "Set the amount of seconds between repeated notifications: default: 180",
|
||||
"reportInterval": 180
|
||||
},
|
||||
"chatnotification": {
|
||||
"desc:": "Set the chat notification type, one of these: PLAYER(closest player), EVERYONE(all players), NONE. default: PLAYER",
|
||||
"chatnotification": "PLAYER"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user