clientstuff

This commit is contained in:
2025-10-27 11:53:18 +01:00
parent 503b04656d
commit d22cef5355
1575 changed files with 795737 additions and 610 deletions

View File

@@ -0,0 +1,26 @@
# Configuration file
##########################################################################################################
# addons
#--------------------------------------------------------------------------------------------------------#
# Here you can control whether support for a mod should be enabled, buttons_only, hotkeys_only or disabled. For Vanilla Minecraft, see the option 'minecraft'. Mods are identified by their mod ids.
##########################################################################################################
addons {
# enabled, buttons_only, hotkeys_only or disabled [default: enabled]
S:minecraft=enabled
}
general {
# Set this to true if you want the (de)compress feature to work outside of crafting GUIs (only works if installed on server) [default: false]
B:compressAnywhere=false
# Set this to true if you don't want the tweak buttons' tooltips to show. [default: false]
B:hideButtonTooltips=false
# This option is toggled by the 'Toggle Buttons' key that can be defined in the Controls settings. [default: false]
B:hideButtons=false
}