clientstuff
This commit is contained in:
48
.minecraft/config/extremesoundmuffler.cfg
Normal file
48
.minecraft/config/extremesoundmuffler.cfg
Normal file
@@ -0,0 +1,48 @@
|
||||
# Configuration file
|
||||
|
||||
anchors {
|
||||
# Disable the Anchors? [default: false]
|
||||
B:disableAnchors=false
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Volume set when pressed the mute button by default
|
||||
D:defaultMuteVolume=0.0
|
||||
|
||||
# Blacklisted Sounds - add the name of the sounds to blacklist, separated with comma [default: [ui.], [music.], [ambient.]]
|
||||
S:forbiddenSounds <
|
||||
ui.
|
||||
music.
|
||||
ambient.
|
||||
>
|
||||
|
||||
# Hide non-recent muffled sounds from the recent sounds list [default: true]
|
||||
B:hideMuffledFromRecent=true
|
||||
|
||||
# Allow the "ALL" sounds list to include the blacklisted sounds? [default: false]
|
||||
B:lawfulAllList=false
|
||||
|
||||
# Set to true to move the muffle and play buttons to the left side of the GUI [default: false]
|
||||
B:leftButtons=false
|
||||
|
||||
# Show tips in the Muffler screen? [default: true]
|
||||
B:showTip=true
|
||||
|
||||
# Whether or not use the dark theme [default: false]
|
||||
B:useDarkTheme=false
|
||||
}
|
||||
|
||||
|
||||
inventory_button {
|
||||
# Disable the Muffle button in the player inventory? [default: false]
|
||||
B:disableInventoryButton=false
|
||||
|
||||
# Coordinates of the Muffler button in the player inventory. You can change this in game by holding CTRL and LMB over the button and dragging it around [range: -2147483648 ~ 2147483647, default: 75]
|
||||
I:invButtonX=75
|
||||
|
||||
# Coordinates of the Muffler button in the player inventory. You can change this in game by holding CTRL and LMB over the button and dragging it around [range: -2147483648 ~ 2147483647, default: 7]
|
||||
I:invButtonY=7
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user