1
1
// versions
2
2
// https://parchmentmc.org/docs/getting-started
3
- val parchmentVersion = " 2023.09.03 "
3
+ val parchmentVersion = " 2024.11.17 "
4
4
// https://fabricmc.net/develop/
5
- val minecraftVersion = " 1.20 .1"
6
- val loaderVersion = " 0.16.9 "
7
- val fapiVersion = " 0.92.3 +1.20 .1"
5
+ val minecraftVersion = " 1.21 .1"
6
+ val loaderVersion = " 0.16.10 "
7
+ val fapiVersion = " 0.115.1 +1.21 .1"
8
8
9
9
// in-house dependencies
10
- val flywheelVersion = " 1.0.0-217 "
11
- val ponderVersion = " 1.0.36 "
12
- val registrateVersion = " 1.3.79 -MC1.20 .1"
10
+ val flywheelVersion = " 1.0.1-11 "
11
+ val ponderVersion = " 1.0.44 "
12
+ val registrateVersion = " 1.3.77 -MC1.21 .1"
13
13
val milkLibVersion = " 1.2.60"
14
14
val portLibVersion = " 2.3.8+1.20.1"
15
15
val portLibModules = listOf (
@@ -18,39 +18,35 @@ val portLibModules = listOf(
18
18
)
19
19
20
20
// external dependencies
21
- val configApiVersion = " 8.0.0 "
21
+ val configApiVersion = " 21.1.3 "
22
22
val nightConfigVersion = " 3.6.3"
23
- // https://maven.jamieswhiteshirt.com/libs-release/com/jamieswhiteshirt/reach-entity-attributes/
24
- val reaVersion = " 2.4.0"
25
23
val jsr305Version = " 3.0.2"
26
24
27
25
// compat
28
26
// https://modrinth.com/mod/cc-tweaked/versions
29
- val ccVersion = " 1.106 .1"
27
+ val ccVersion = " 1.115 .1"
30
28
// for CC - https://modrinth.com/mod/cloth-config/versions
31
- val clothVersion = " 11.1.106 +fabric"
29
+ val clothVersion = " 15.0.140 +fabric"
32
30
// https://modrinth.com/mod/jei/versions
33
- val jeiVersion = " 15. 19.0.85 "
31
+ val jeiVersion = " 19.21.0.247 "
34
32
// https://modrinth.com/mod/rei/versions
35
- val reiVersion = " 12 .0.626 "
33
+ val reiVersion = " 16 .0.799 "
36
34
// https://modrinth.com/mod/emi/versions
37
- val emiVersion = " 1.0.9 +1.20 .1"
35
+ val emiVersion = " 1.1.20 +1.21 .1"
38
36
// https://modrinth.com/mod/botania
39
37
val botaniaVersion = " 1.19.2-436-FABRIC"
40
38
// https://modrinth.com/mod/modmenu/versions
41
- val modmenuVersion = " 7.1.0 "
39
+ val modmenuVersion = " 11.0.3 "
42
40
// https://modrinth.com/mod/sandwichable/versions
43
41
val sandwichableVersion = " 1.3.1+1.20.1"
44
42
// https://modrinth.com/mod/sodium
45
- val sodiumVersion = " mc1.20.1-0.5.8"
46
- // https://modrinth.com/mod/indium
47
- val indiumVersion = " 1.0.30+mc1.20.4"
43
+ val sodiumVersion = " mc1.21.1-0.6.9-fabric"
48
44
// https://github.com/emilyploszaj/trinkets/releases/
49
- val trinketsVersion = " 3.7 .0"
45
+ val trinketsVersion = " 3.10 .0"
50
46
// for Trinkets - https://modrinth.com/mod/cardinal-components-api/versions
51
- val ccaVersion = " 5.2.1 "
47
+ val ccaVersion = " 6.1.2 "
52
48
// https://modrinth.com/mod/journeymap
53
- val jmVersion = " 1.20 .1-5.10.3- fabric"
49
+ val jmVersion = " 1.21 .1-6.0.0-beta.39+ fabric"
54
50
// check the jm jar, it's JiJ
55
51
val jmApiVersion = " 1.20-1.9-SNAPSHOT"
56
52
@@ -59,7 +55,7 @@ val ccRuntime = false
59
55
val recipeViewer = " emi" // jei, rei, or emi
60
56
61
57
plugins {
62
- id(" fabric-loom" ) version " 1.9 .+"
58
+ id(" fabric-loom" ) version " 1.10 .+"
63
59
id(" maven-publish" )
64
60
}
65
61
@@ -86,7 +82,7 @@ repositories {
86
82
content { includeGroupAndSubgroups(" maven.modrinth" ) }
87
83
}
88
84
maven(" https://maven.terraformersmc.com" ) // Mod Menu, Trinkets
89
- maven(" https://squiddev.cc/maven " ) // CC:T
85
+ maven(" https://maven. squiddev.cc" ) // CC:T
90
86
maven(" https://modmaven.dev" ) // Botania
91
87
maven(" https://maven.jamieswhiteshirt.com/libs-release" ) { // Reach Entity Attributes
92
88
content { includeGroup(" com.jamieswhiteshirt" ) }
@@ -120,7 +116,6 @@ dependencies {
120
116
modApi(include(" com.electronwill.night-config:toml:$nightConfigVersion " )!! )
121
117
modApi(include(" fuzs.forgeconfigapiport:forgeconfigapiport-fabric:$configApiVersion " )!! )
122
118
modApi(include(" dev.engine-room.flywheel:flywheel-fabric-$minecraftVersion :$flywheelVersion " )!! )
123
- modApi(include(" com.jamieswhiteshirt:reach-entity-attributes:$reaVersion " )!! )
124
119
modApi(include(" io.github.tropheusj:milk-lib:$milkLibVersion " )!! )
125
120
api(include(" com.google.code.findbugs:jsr305:$jsr305Version " )!! )
126
121
@@ -240,8 +235,7 @@ tasks.named<ProcessResources>("processResources") {
240
235
" loader_version" to loaderVersion,
241
236
" fabric_version" to fapiVersion,
242
237
" forge_config_version" to configApiVersion,
243
- " milk_lib_version" to milkLibVersion,
244
- " reach_entity_attributes_version" to reaVersion
238
+ " milk_lib_version" to milkLibVersion
245
239
)
246
240
247
241
for (module in portLibModules) {
0 commit comments