Skip to content

Commit

Permalink
crafting tweaks... tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
oly2o6 committed Jun 27, 2022
1 parent 1a822ea commit 6170fc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/craftingtweaks-common.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@

[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
compressAnywhere = true
#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 = true
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
hideVanillaCraftingGuide = true
#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"
Expand Down

0 comments on commit 6170fc1

Please sign in to comment.