Skip to content

Commit 4aad415

Browse files
authored
update mods.toml (#21)
1 parent e2790c5 commit 4aad415

1 file changed

Lines changed: 41 additions & 33 deletions

File tree

Lines changed: 41 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,58 @@
11
modLoader="javafml"
22
loaderVersion="${loader_range}"
3-
issueTrackerURL="https://github.com/SlimeKnights/TinkersConstruct/issues"
3+
issueTrackerURL="https://github.com/mmyddd/GregTech-Construct/issues"
44
logoFile="logo.png"
55
license="MIT"
66

77
[[mods]]
8-
modId="tconstruct"
9-
version="${version}"
10-
displayName="Tinkers' Construct"
11-
authors="Slime Knights"
12-
description='''
8+
modId="tconstruct"
9+
version="${version}"
10+
displayName="GregTech Construct"
11+
12+
authors="Slime Knights & mmyddd"
13+
description='''
1314
A little of this, a little of that, a lot of tinkering, and a lot of tools
1415
'''
15-
displayURL="https://www.curseforge.com/minecraft/mc-mods/tinkers-construct"
16-
16+
displayURL="https://www.curseforge.com/minecraft/mc-mods/gtconstruct"
17+
18+
[[dependencies.tconstruct]]
19+
modId="forge"
20+
mandatory=true
21+
versionRange="${forge_range}"
22+
ordering="NONE"
23+
side="BOTH"
24+
1725
[[dependencies.tconstruct]]
18-
modId="forge"
19-
mandatory=true
20-
versionRange="${forge_range}"
21-
ordering="NONE"
22-
side="BOTH"
26+
modId="minecraft"
27+
mandatory=true
28+
versionRange="${minecraft_range}"
29+
ordering="NONE"
30+
side="BOTH"
2331

2432
[[dependencies.tconstruct]]
25-
modId="minecraft"
26-
mandatory=true
27-
versionRange="${minecraft_range}"
28-
ordering="NONE"
29-
side="BOTH"
33+
modId="mantle"
34+
mandatory=true
35+
versionRange="${mantle_range}"
36+
ordering="NONE"
37+
side="BOTH"
3038

3139
[[dependencies.tconstruct]]
32-
modId="mantle"
33-
mandatory=true
34-
versionRange="${mantle_range}"
35-
ordering="NONE"
36-
side="BOTH"
40+
modId="jei"
41+
mandatory=false
42+
versionRange="${jei_range}"
43+
ordering="NONE"
44+
side="BOTH"
3745

3846
[[dependencies.tconstruct]]
39-
modId="jei"
40-
mandatory=false
41-
versionRange="${jei_range}"
42-
ordering="NONE"
43-
side="BOTH"
47+
modId="jsonthings"
48+
mandatory=false
49+
versionRange="${json_things_range}"
50+
ordering="NONE"
51+
side="BOTH"
4452

4553
[[dependencies.tconstruct]]
46-
modId="jsonthings"
47-
mandatory=false
48-
versionRange="${json_things_range}"
49-
ordering="NONE"
50-
side="BOTH"
54+
modId="gtceu"
55+
mandatory=true
56+
versionRange="[7.1,)"
57+
ordering="BEFORE"
58+
side="BOTH"

0 commit comments

Comments
 (0)