wPwZ/2026-05-01_20-30-55
This commit is contained in:
28
.fastback/mods-backup/config/craftingtweaks-common.toml
Normal file
28
.fastback/mods-backup/config/craftingtweaks-common.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[client]
|
||||
|
||||
# Add mod ids here of mods that you wish to disable Crafting Tweaks support for.
|
||||
disabledAddons = [ ]
|
||||
|
||||
# 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 'DISABLED' to disable completely.
|
||||
mode = "DEFAULT"
|
||||
|
||||
# If set to true, right-clicking the result slot in a crafting table will craft a full stack.
|
||||
rightClickCraftsStack = true
|
||||
|
||||
# Offset from the right when repositioning the vanilla recipe book button.
|
||||
vanillaCraftingGuideOffsetX = -25
|
||||
|
||||
# Offset from the top when repositioning the vanilla recipe book button.
|
||||
vanillaCraftingGuideOffsetY = 5
|
||||
|
||||
[common]
|
||||
|
||||
# A list of modid:name entries that will not be crafted by the compress key.
|
||||
compressDenylist = [ "minecraft:sandstone", "minecraft:iron_trapdoor" ]
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user