Skip to content

Commit aa9fc9b

Browse files
authored
Update to Minecraft 1.21.10 (#3)
1 parent eccc165 commit aa9fc9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.parallel=true
33
org.gradle.configuration-cache=true
44

55
# Mod Properties
6-
mod_version=1.1.0-SNAPSHOT+1.21.9
6+
mod_version=0.1.0-SNAPSHOT+1.21.10
77
maven_group=io.github.communityradargg.fabric
88
archives_base_name=communityradar-fabric
99

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ fabricLoom = "1.11-SNAPSHOT"
44
spotless = "7.2.1"
55

66
# Libraries
7-
minecraft = "1.21.9"
8-
fabricYarn = "1.21.9+build.1"
7+
minecraft = "1.21.10"
8+
fabricYarn = "1.21.10+build.1"
99
fabricLoader = "0.17.2"
10-
fabricApi = "0.133.14+1.21.9"
10+
fabricApi = "0.134.1+1.21.10"
1111

1212
[libraries]
1313
minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft" }

0 commit comments

Comments
 (0)