add minecraft mod configs

This commit is contained in:
Ruben 2025-12-02 12:08:38 -06:00
commit 82510494b8
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
14 changed files with 464 additions and 0 deletions

View file

@ -0,0 +1,77 @@
{
"logging": {
"consoleLogLevel": "INFO",
"fileLogLevel": "TRACE",
"fileLogPath": "logs/BlossomMods.log",
"fileLogAppend": true,
"disableCustomLogger": false
},
"baseTeleportation": {
"bossBar": {
"enabled": true,
"color": "blue",
"textColor": "white"
},
"titleMessage": {
"enabled": true,
"titleCounting": {
"counterColor": "gold",
"color": "light_purple",
"modifiers": "b"
},
"subtitleCounting": {
"counterColor": "gold",
"color": "red",
"modifiers": "i"
},
"titleDone": {
"color": "green",
"modifiers": "b"
},
"subtitleDone": {
"color": "green",
"modifiers": "i"
}
},
"actionBarMessageEnabled": false,
"fovEffectBefore": {
"enabled": false,
"values": [
1.0,
0.0,
1.0,
0.0
],
"start": 1.0,
"end": 0.5,
"stepCount": 10
},
"fovEffectAfter": {
"enabled": false,
"values": [
0.0,
1.0,
0.0,
1.25
],
"start": 0.5,
"end": 1.0,
"stepCount": 10
},
"particleAnimation": "OFF",
"allowBack": true,
"cancelOnMove": false
},
"colors": {
"base": "light_purple",
"warn": "yellow",
"error": "red",
"success": "green",
"variable": "gold",
"player": "aqua",
"command": "gold",
"commandDescription": "white"
},
"dimNameOverrides": null,
"enableMC124177Fix": true
}