-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDefault_Config_At_3.20+Fabric.json5
36 lines (36 loc) · 1.14 KB
/
Default_Config_At_3.20+Fabric.json5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"General settings": {
// Blacklisted Sounds - add the name of the sounds to blacklist, separated with comma
"forbiddenSounds": [
"ui.",
"music.",
"ambient."
],
// Allow the "ALL" sounds list to include the blacklisted sounds?
"lawfulAllList": false,
// Volume set when pressed the mute button by default
"defaultMuteVolume": 0.0,
// Set to true to move the muffle and play buttons to the left side of the GUI
"leftButtons": false,
// Show tips in the Muffler screen?
"showTip": true,
// Whether or not use the dark theme
"useDarkTheme": false
},
"Inventory button settings": {
// Disable the Muffle button in the player inventory?
"disableInventoryButton": false,
/* Coordinates for the Muffler button in the player inventory.
You can change this in game by holding the RMB over the button and draging it around
*/
"invButtonHorizontal": 75,
/* Coordinates for the Muffler button in the player inventory.
You can change this in game by holding the RMB over the button and draging it around
*/
"invButtonVertical": 7
},
"Anchor settings": {
// Disable the Anchors?
"disableAnchors": false
}
}