Skip to content

Commit 7f46bf5

Browse files
committed
Revert mods
- Modern Splash
1 parent e79d9b5 commit 7f46bf5

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

CHANGELOG_v2.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
- Forgelin-Continuous (2.1.10.0 -> 2.1.20.0)
1010
- GTExpertCore (2.4.8 -> 2.4.9)
1111
- GregTech Food Option (1.12.4 -> 1.12.5)
12-
- Modern Splash (1.3.1 -> 1.4.0)
1312
- RenderLib (1.4.3 -> 1.4.5)
1413
- StellarCore (1.5.21 -> 1.5.22)
1514
- UniLib (1.0.5 -> 1.1.0)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
},
537537
{
538538
"projectID": 629058,
539-
"fileID": 6501489,
539+
"fileID": 5282442,
540540
"required": true
541541
},
542542
{

overrides/config/AdvancedBackups.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ config.advancedbackups.type=zip
3232
#A list of files, relative paths within the world directory, to skip backing up.
3333
#Comma separated, * is a wildcard, and backslashes are replaced with forward slashes.
3434
#Default : session.lock,*.dat_old
35-
config.advancedbackups.blacklist=session.lock,*.dat_old
35+
config.advancedbackups.blacklist=session.lock,*_old
3636

3737
#The absolute or relative path to the backup location.
3838
#Options : any file path. Default : ./backups
@@ -42,7 +42,7 @@ config.advancedbackups.path=./backups
4242
#Set to 0 to disable.
4343
#5 minutes = ~ 0.083 hours.
4444
#Range : 0 - 500 #Default : 0.5
45-
config.advancedbackups.frequency.min=0.5
45+
config.advancedbackups.frequency.min=0.25
4646

4747
#Triggers a backup if none has already happened within this time. Can be combined with an uptime-based schedule.
4848
#Range : 0.5 - 500 #Default : 24
@@ -70,11 +70,11 @@ config.advancedbackups.frequency.schedule=1:00
7070

7171
#Whether to force a backup on server shutdown. Respects min frequency.
7272
#Options : true, false #Default : false
73-
config.advancedbackups.frequency.shutdown=true
73+
config.advancedbackups.frequency.shutdown=false
7474

7575
#Whether to force a backup on server startup. Respects min frequency.
7676
#Options : true, false #Default : false
77-
config.advancedbackups.frequency.startup=true
77+
config.advancedbackups.frequency.startup=false
7878

7979
#Delay to use after startup, in seconds. Is always at least 5 seconds.
8080
#Range : 5-1000 #Default : 30
@@ -161,4 +161,4 @@ config.advancedbackups.chains.smart=true
161161

162162
#What % of a full backup is allowed to be contained in a partial before forcing it into a full backup. Useful for reducing partial backup size.
163163
#Range : 1-100 #Default : 50
164-
config.advancedbackups.chains.maxpercent=50.0
164+
config.advancedbackups.chains.maxpercent=50.0

0 commit comments

Comments
 (0)