Skip to content

Commit 15714d6

Browse files
committed
mods.toml meta-information updated to minecraft 1.15.2.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent 09bc8d5 commit 15714d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/resources/META-INF/mods.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
modLoader="javafml"
2-
loaderVersion="[28,)"
2+
loaderVersion="[31,)"
33
issueTrackerURL="https://github.com/ProjectEssentials/ProjectEssentials-Backup/issues"
44

55
[[mods]]
66
modId="project_essentials_backup"
7-
version="1.14.4-1.0.1"
7+
version="1.15.2-1.0.0"
88
displayName="Project Essentials Backup"
9-
updateJSONURL="https://raw.githubusercontent.com/ProjectEssentials/ProjectEssentials-Backup/MC-1.14.4/update.json"
9+
updateJSONURL="https://raw.githubusercontent.com/ProjectEssentials/ProjectEssentials-Backup/MC-1.15.2/update.json"
1010
displayURL="https://github.com/ProjectEssentials/ProjectEssentials-Backup"
1111
credits="Thanks JetBrains for Intellij IDEA license!"
1212
authors="MairwunNx (Pavel Erokhin)"
@@ -25,13 +25,13 @@ issueTrackerURL="https://github.com/ProjectEssentials/ProjectEssentials-Backup/i
2525
[[dependencies.projectessentialsbackup]]
2626
modId="forge"
2727
mandatory=true
28-
versionRange="[28,)"
28+
versionRange="[31,)"
2929
ordering="NONE"
3030
side="BOTH"
3131

3232
[[dependencies.projectessentialsbackup]]
3333
modId="minecraft"
3434
mandatory=true
35-
versionRange="[1.14.4]"
35+
versionRange="[1.15.2]"
3636
ordering="NONE"
3737
side="BOTH"

0 commit comments

Comments
 (0)