Skip to content

Commit a3db99b

Browse files
committed
add dependencies.json
1 parent c7543ec commit a3db99b

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG_v2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# v2.7.9
22
## Modpack information
3+
- ProjectRed mods can no longer be downloaded automatically, so they are now obtained at startup.
4+
- Also, the system automatically closes after the DL is completed, but this is a specification.
35
- Sawmill switched from GTExpertCore to GTWoodProcessing.
46

57
## New mods

overrides/config/dependencies.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"path": "mods/ProjectRed-1.12.2-4.9.4.120-Base.jar",
4+
"url": "https://mediafilez.forgecdn.net/files/2745/545/ProjectRed-1.12.2-4.9.4.120-Base.jar",
5+
"disabled": false
6+
},
7+
{
8+
"path": "mods/ProjectRed-1.12.2-4.9.4.120-lighting.jar",
9+
"url": "https://mediafilez.forgecdn.net/files/2745/549/ProjectRed-1.12.2-4.9.4.120-lighting.jar",
10+
"disabled": false
11+
},
12+
{
13+
"path": "mods/ProjectRed-1.12.2-4.9.4.120-integration.jar",
14+
"url": "https://mediafilez.forgecdn.net/files/2745/548/ProjectRed-1.12.2-4.9.4.120-integration.jar",
15+
"disabled": false
16+
}
17+
]

0 commit comments

Comments
 (0)