Crafting Tweaks Mod — Configuration
Configuration and Commands
The mod is highly customizable through its configuration file (craftingtweaks-common.toml and client-side settings).
Key Configuration Options
- compressRequiresCraftingGrid: (Boolean) If set to false, the compression keybind works anywhere, even without a crafting GUI open (requires server-side installation).
- rightClickCraftsStack: (Boolean) Enables or disables the right-click mass crafting feature.
- hideVanillaCraftingGuide: (Boolean) Hides the vanilla recipe book button to declutter the UI.
- compressDenylist: A list of items (e.g.,
minecraft:sandstone) that should be ignored by the compression shortcut. - mode: Can be set to
DEFAULT(buttons and keys),BUTTONS(buttons only),HOTKEYS(keys only), orDISABLED.
Commands
/craftingtweaks debug: Toggles debug mode. While active, players can click-drag over crafting grid slots in any modded GUI to generate a JSON compatibility snippet in thelatest.logfile. This is used for creating custom compatibility for unsupported mods.