stardew-valley-mods/ConvenientInventory/config.json
2025-07-04 01:07:25 +08:00

26 lines
991 B
JSON

{
"IsEnableQuickStack": true,
"QuickStackRange": "5",
"IsQuickStackIntoBuildingsWithInventories": true,
"IsQuickStackIntoDressers": true,
"IsQuickStackOverflowItems": true,
"IsQuickStackTooltipDrawNearbyChests": true,
"IsEnableQuickStackHotkey": true,
"QuickStackKeyboardHotkey": "K",
"QuickStackControllerHotkey": "LeftStick",
"IsQuickStackIgnoreItemQuality": false,
"IsEnableQuickStackAnimation": true,
"IsEnableQuickStackChestAnimation": true,
"QuickStackAnimationItemSpeed": 1.0,
"QuickStackAnimationStackSpeed": 1.0,
"IsEnableFavoriteItems": true,
"FavoriteItemsHighlightTextureChoice": 2,
"FavoriteItemsKeyboardHotkey": "LeftAlt",
"FavoriteItemsControllerHotkey": "LeftShoulder",
"IsEnableTakeAllButOne": true,
"TakeAllButOneKeyboardHotkey": "LeftControl + LeftShift",
"TakeAllButOneControllerHotkey": "LeftTrigger",
"IsEnableAutoOrganizeChest": true,
"IsShowAutoOrganizeButtonInstructions": true,
"IsEnableInventoryPageSideWarp": true
}