Skip to content

Commit 489136d

Browse files
committed
Update to 1.21.1
1 parent 8201696 commit 489136d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

buildSrc/src/main/groovy/modernfix.mod-common-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
mappings loom.layered() {
1717
officialMojangMappings()
1818
if(rootProject.hasProperty("parchment_version")) {
19-
parchment("org.parchmentmc.data:parchment-${minecraft_version}:${parchment_version}@zip")
19+
parchment("org.parchmentmc.data:parchment-${parchment_mc_version}:${parchment_version}@zip")
2020
}
2121
}
2222
implementation project(":annotations")

gradle.properties

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@ junit_version=5.10.0-M1
55
mixinextras_version=0.3.2
66

77
mod_id=modernfix
8-
minecraft_version=1.21
8+
minecraft_version=1.21.1
99
enabled_platforms=fabric,neoforge
10-
forge_version=21.0.111-beta
10+
forge_version=21.1.15
1111
parchment_version=2024.07.07
12+
parchment_mc_version=1.21
1213
refined_storage_version=4392788
1314
jei_version=19.0.0.9
1415
rei_version=13.0.678
1516
ctm_version=1.21-1.2.0+2
1617
kubejs_version=1902.6.0-build.142
1718
rhino_version=1902.2.2-build.268
18-
supported_minecraft_versions=1.21
19+
supported_minecraft_versions=1.21.1
1920

2021
fabric_loader_version=0.15.11
21-
fabric_api_version=0.100.0+1.21
22+
fabric_api_version=0.102.1+1.21.1
2223

2324
continuity_version=3.0.0-beta.4+1.20.2
2425

0 commit comments

Comments
 (0)