add minecraft mod configs
This commit is contained in:
parent
c161e274c8
commit
82510494b8
14 changed files with 464 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue