Skip to content

Commit 2bd0f41

Browse files
committed
mods.toml converted for 1.15.2 minecraft.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent b7f6375 commit 2bd0f41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
modLoader="javafml"
2-
loaderVersion="[28,)"
2+
loaderVersion="[31,)"
33
logoFile="logo.png"
44
issueTrackerURL="https://github.com/ProjectEssentials/ProjectEssentials-Core/issues"
55

66
[[mods]]
77
modId="project_essentials_core"
88
version="1.15.2-1.0.0"
99
displayName="Project Essentials Core"
10-
updateJSONURL="https://raw.githubusercontent.com/ProjectEssentials/ProjectEssentials-Core/MC-1.14.4/update.json"
10+
updateJSONURL="https://raw.githubusercontent.com/ProjectEssentials/ProjectEssentials-Core/MC-1.15.2/update.json"
1111
displayURL="https://github.com/ProjectEssentials/ProjectEssentials-Core"
1212
credits="Thanks JetBrains for Intellij IDEA license!"
1313
authors="MairwunNx (Pavel Erokhin)"
@@ -19,13 +19,13 @@ issueTrackerURL="https://github.com/ProjectEssentials/ProjectEssentials-Core/iss
1919
[[dependencies.projectessentialscore]]
2020
modId="forge"
2121
mandatory=true
22-
versionRange="[28,)"
22+
versionRange="[31,)"
2323
ordering="NONE"
2424
side="BOTH"
2525

2626
[[dependencies.projectessentialscore]]
2727
modId="minecraft"
2828
mandatory=true
29-
versionRange="[1.14.4]"
29+
versionRange="[1.15.2]"
3030
ordering="NONE"
3131
side="BOTH"

0 commit comments

Comments
 (0)