-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbuild.gradle.kts
229 lines (169 loc) · 6.69 KB
/
build.gradle.kts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
plugins {
id("fpgradle-minecraft") version ("0.10.0")
}
group = "com.falsepattern"
minecraft_fp {
mod {
modid = "endlessids"
name = "EndlessIDs"
rootPkg = "$group.endlessids"
}
mixin {
pkg = "mixin.mixins"
pluginClass = "mixin.plugin.MixinPlugin"
}
core {
coreModClass = "asm.EndlessIDsCore"
}
tokens {
tokenClass = "Tags"
modid = "MODID"
name = "MODNAME"
version = "VERSION"
rootPkg = "GROUPNAME"
}
publish {
changelog = "https://github.com/GTMEGA/EndlessIDs/releases/tag/$version"
maven {
repoUrl = "https://mvn.falsepattern.com/releases/"
repoName = "mavenpattern"
}
curseforge {
projectId = "665730"
dependencies {
required("fplib")
required("chunkapi")
incompatible("notenoughids-unofficial-1-7-10")
incompatible("notenoughids")
}
}
modrinth {
projectId = "qGHY4QGo"
dependencies {
required("fplib")
required("chunkapi")
incompatible("notenoughids-unofficial")
}
}
}
}
repositories {
cursemavenEX()
exclusive(mavenpattern(), "com.falsepattern")
exclusive(ivy("https://mvn.falsepattern.com/releases/mirror/", "[orgPath]/[artifact]-[revision].[ext]"), "mirror", "mirror.micdoodle")
exclusive(ivy("https://github.com/", "[orgPath]/releases/download/[revision]/[artifact]-[revision].[ext]"), "CannibalVox.DimDoors")
}
dependencies {
// region Our deps
implementationSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.5.5")
implementation("it.unimi.dsi:fastutil:8.5.15")
implementationSplit("com.falsepattern:chunkapi-mc1.7.10:0.6.0")
// endregion
// region maintained mods
//DragonAPI V33b
compileOnly(deobfCurse("dragonapi-235591:4722480"))
//Immersive Cavegen 1.2g hotfix5
compileOnly(deobfCurse("immersivecavegen-521557:4723376"))
//Hbm's Nuclear Tech Mod 1.0.27X5188
compileOnly(deobfCurse("hbm-ntm-235439:6017897"))
// endregion
// region unmaintained mods
//AbyssalCraft 1.9.1.3-FINAL
compileOnly(deobfCurse("abyssalcraft-53686:2311135"))
//Advanced Rocketry 1.4.0-32
compileOnly(deobfCurse("advancedrocketry-236542:2985057"))
//Alternate Terrain Generation 0.12.0
compileOnly(deobfCurse("atg-228356:2231155"))
//Antique Atlas 4.4.4
compileOnly(deobfCurse("antiqueatlas-227795:2454232"))
//Anti ID Conflict 1.3.5
compileOnly(deobfCurse("antiidconflict-246288:2308279"))
//Atum 0.6.77
compileOnly(deobfCurse("atum-59621:2256356"))
//Biomes O' Plenty 2.1.0.2308
compileOnly(deobfCurse("biomesoplenty-220318:2499612"))
//Biome Tweaker 2.0.182
compileOnly(deobfCurse("biometweaker-228895:2279911"))
//Biome Wand 1.1.9
//Source: https://spacechase0.com/wp-content/uploads/2014/10/1.7.10-Biome-Wand-1.1.9.jar
compileOnly(deobf("mirror:1.7.10-Biome-Wand:1.1.9"))
//Buildcraft 7.1.24
compileOnly(deobfCurse("buildcraft-61811:3538651"))
//Climate Control 0.8.2
compileOnly(deobfCurse("climatecontrol-76544:2359685"))
//CoFH Lib 1.2.1-185
compileOnly(deobfCurse("cofh-lib-220333:2388748"))
//CompactMachines 1.21
compileOnly(deobfCurse("compactmachines-224218:2268575"))
//Dark World 0.2
compileOnly(deobfCurse("darkworld-225075:2225172"))
//DimDoors 2.2.5-test9
//Source: https://github.com/CannibalVox/DimDoors/releases/download/2.2.5-test9/DimensionalDoors-2.2.5-test9.jar
compileOnly(deobf("CannibalVox.DimDoors:DimensionalDoors:2.2.5-test9"))
//Dynamic Surroundings 1.0.6.4
compileOnly(deobfCurse("dynamicsurrounding-238891:2642381"))
//Enderlicious 1.1.2
compileOnly(deobfCurse("enderlicious-508777:3504111"))
//Enhanced Biomes 2.5
compileOnly(deobf("mirror:enhancedbiomes:2.5"))
//Erebus 0.4.7
compileOnly(deobfCurse("theerebus-220698:2305035"))
//Extra Planets 2.1.4
compileOnly(deobfCurse("extraplanets-241291:3214413"))
//Extra Utilities 1.2.12
compileOnly(deobfCurse("extrautilities-225561:2264384"))
//Futurepack v18.7
compileOnly(deobfCurse("futurepack-237333:2263966"))
//Galacticraft Core 3.0.12.504
//micdoodle8.com went down
compileOnly(deobf("mirror.micdoodle:GalacticraftCore:1.7-3.0.12.504"))
//Galacticraft Planets 3.0.12.504
compileOnly(deobf("mirror.micdoodle:Galacticraft-Planets:1.7-3.0.12.504"))
//Highlands 2.2.3
compileOnly(deobfCurse("highlands-221226:2227924"))
//Industrial Revolution by Redstone Rebooted 1.1.1
compileOnly(deobfCurse("industrialrevolutionbyredstonerebooted-241812:2538035"))
//LOTR Mod 36.15
compileOnly(deobfCurse("lotrmod-423748:4091561"))
//Matter Overdrive 0.4.2-hotfix1
compileOnly(deobfCurse("matteroverdrive-229694:2331162"))
//More Fun Quicksands Mod 1.0.8.8-fixed
compileOnly(deobfCurse("more-fun-quicksand-mod-321960:2717318"))
//Nature's Compass 1.3.1
compileOnly(deobfCurse("naturescompass-252848:2451823"))
//Netherlicious 3.2.8
compileOnly(deobfCurse("netherlicious-385860:4363437"))
//Nomadic Tents 1.12.1
compileOnly(deobfCurse("nomadictents-238794:2679476"))
//Nostalgic World Generation 1.0.0
compileOnly(deobfCurse("nostalgiagenerator-927053:4816167"))
//RandomThings 2.2.4
compileOnly(deobfCurse("randomthings-59816:2225310"))
//Realistic Terrain Generation 1.1.1.7
compileOnly(deobfCurse("rtg-237989:2521557"))
//Restructured 1.0.4.2
compileOnly(deobfCurse("restructured-230570:2276784"))
//Thaumcraft 4.2.3.5
compileOnly(deobfCurse("thaumcraft-223628:2227552"))
//ThutCore 2.0
//Only available on dropbox
compileOnly(deobf("mirror:thutcore:2.0"))
//Tropicraft 6.0.5
//This is from a mirror file, because the file on curseforge is a zip containing other files too.
//Source: https://www.curseforge.com/minecraft/mc-mods/tropicraft/files/2353906
compileOnly(deobf("mirror:tropicraft:6.0.5"))
//Twilight Forest 2.3.8
compileOnly(deobfCurse("twilightforest-227639:3039937"))
//Underground Biomes Constructs 0.8-beta49
compileOnly(deobfCurse("undergroundbiomesconstructs-72744:2304497"))
//Witchery 0.24.1
compileOnly(deobfCurse("witchery-69673:2234410"))
//WorldEdit 6.1.1
compileOnly(deobfCurse("worldedit-225608:2309699"))
// endregion
////////////////Dependencies for patched mods////////////////
//SpaceCore 0.7.14
//needed by: Biome Wand
//Source: http://spacechase0.com/files/mcmod/1.7.10-SpaceCore-0.7.14.jar
compileOnly(deobf("mirror:1.7.10-SpaceCore:0.7.14"))
}