Files
Gregtech-New-Bastards/.minecraft/config/extremesoundmuffler.cfg
2025-10-27 11:53:18 +01:00

49 lines
1.5 KiB
INI

# 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
}