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

View file

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

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/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..."; echo "Sync complete. Press Enter to close the terminal...";
read; read;

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/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..."; echo "Sync complete. Press Enter to close the terminal...";
read; read;