This commit is contained in:
Vomitblood 2025-07-21 04:39:04 +08:00
parent 807949cd82
commit 5726a9d259
4 changed files with 6 additions and 6 deletions

View file

@ -2,8 +2,8 @@
"OpenMenuKey": "P",
"ReloadConfigKey": "None",
"FreezeTimeKey": "None",
"GrowTreeKey": "NumPad1",
"GrowCropsKey": "NumPad2",
"GrowTreeKey": "OemTilde",
"GrowCropsKey": "OemTilde",
"GrowRadius": 1,
"DefaultTab": "PlayerAndTools",
"MoveSpeed": 0,
@ -20,7 +20,7 @@
"ThrowBobberMax": false,
"DurableTackles": false,
"AlwaysTreasure": false,
"FreezeTime": false,
"FreezeTime": true,
"FreezeTimeInside": false,
"FreezeTimeCaves": false,
"FadeTimeFrozenMessage": false,

View file

@ -1,6 +1,6 @@
{
"IsEnableQuickStack": true,
"QuickStackRange": "5",
"QuickStackRange": "10",
"IsQuickStackIntoBuildingsWithInventories": true,
"IsQuickStackIntoDressers": true,
"IsQuickStackOverflowItems": true,

View file

@ -1,4 +1,4 @@
#!/bin/bash
rsync -avz --delete --info=progress2 --stats --no-links --exclude='.git/' mikoshi:/home/mikoshi/data1/webdav/syncs/stardew-valley-mods-nsfw/ ./;
rsync -avz --delete --info=progress2 --stats --no-links --exclude='.git/' mikoshi:/home/mikoshi/data1/syncs/stardew-valley-mods-nsfw/ ./;
echo "Sync complete. Press Enter to close the terminal...";
read;

View file

@ -1,4 +1,4 @@
#!/bin/bash
rsync -avz --delete --info=progress2 --stats --no-links --exclude='.git/' ./ mikoshi:/home/mikoshi/data1/webdav/syncs/stardew-valley-mods-nsfw/;
rsync -avz --delete --info=progress2 --stats --no-links --exclude='.git/' ./ mikoshi:/home/mikoshi/data1/syncs/stardew-valley-mods-nsfw/;
echo "Sync complete. Press Enter to close the terminal...";
read;