Added mod files

This commit is contained in:
Jacob Vinding
2025-12-26 21:38:55 +01:00
parent 64c4d60c47
commit c4ad0f3e2e
5039 changed files with 894558 additions and 0 deletions

View 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"
}
}