ported to 1.20.1
This commit is contained in:
mina
2023-12-09 13:08:34 +00:00
parent 63e6647c23
commit 9c4dbfeef7
160 changed files with 4397 additions and 6506 deletions

View File

@@ -1,22 +1,18 @@
[common]
#Set this to true if you want the (de)compress feature to work outside of crafting GUIs (only works if installed on server, and still restricted to inventory slots)
compressAnywhere = false
#Set this to false if you want the (de)compress feature to work outside of crafting GUIs (only works if installed on server while in the player inventory)
compressRequiresCraftingGrid = true
#A list of modid:name entries that will not be crafted by the compress key.
compressBlacklist = ["minecraft:sandstone", "minecraft:iron_trapdoor"]
compressDenylist = ["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.
#Set to 'DEFAULT' to enable both buttons and hotkeys. Set to 'BUTTONS' to enable buttons only. Set to 'HOTKEYS' to enable hotkeys only. Set to 'DISABLED' to disable completely.
#Allowed Values: DEFAULT, BUTTONS, HOTKEYS, DISABLED
craftingTweaksMode = "DEFAULT"
mode = "DEFAULT"
#Add mod ids here of mods that you wish to disable Crafting Tweaks support for.
disabledAddons = []