push unmodified configs

This commit is contained in:
krumel
2022-05-27 23:06:20 +02:00
commit 26bbc89c59
45 changed files with 4199 additions and 0 deletions

View File

@ -0,0 +1,22 @@
[common]
#Set this to true if you want the (de)compress feature to work outside of crafting GUIs (only works if installed on server)
compressAnywhere = false
#A list of modid:name entries that will not be crafted by the compress key.
compressBlacklist = ["minecraft:sandstone", "minecraft:iron_trapdoor"]
[client]
#This option is toggled by the 'Toggle Buttons' key that can be defined in the Controls settings.
hideButtons = false
#If set to true, right-clicking the result slot in a crafting table will craft a full stack.
rightClickCraftsStack = true
#Set this to true if you don't want the tweak buttons' tooltips to show.
hideButtonTooltips = false
#We both know JEI is much better. This option hides Vanilla's crafting book button instead of moving it.
hideVanillaCraftingGuide = false
#Set to 'DEFAULT' to enable both buttons and hotkeys. Set to 'BUTTONS' to enable buttons only. Set to 'HOTKEYS' to enable hotkeys only.
#Allowed Values: DEFAULT, BUTTONS, HOTKEYS, DISABLED
craftingTweaksMode = "DEFAULT"
#Add mod ids here of mods that you wish to disable Crafting Tweaks support for.
disabledAddons = []