Skip to content

Commit 748d688

Browse files
update to minecraft 1.21.8
1 parent 2286888 commit 748d688

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ org.gradle.jvmargs=-Xmx1G
33

44
# Fabric Properties
55
# check these on https://modmuss50.me/fabric.html
6-
minecraft_version=1.21.7
7-
yarn_mappings=1.21.7+build.1
6+
minecraft_version=1.21.8
7+
yarn_mappings=1.21.8+build.1
88
loader_version=0.16.14
9-
loom_version=1.10-SNAPSHOT
9+
loom_version=1.11-SNAPSHOT
1010

1111
# Mod Properties
12-
mod_version = 1.1.0.3
12+
mod_version = 1.1.0.4
1313
maven_group = com.diffusehyperion
1414
archives_base_name = InertiaAntiCheat
1515

1616
# Dependencies
1717
# check this on https://modmuss50.me/fabric.html
18-
fabric_version=0.128.1+1.21.7
18+
fabric_version=0.130.0+1.21.8

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"depends": {
3131
"fabricloader": "*",
3232
"fabric": "*",
33-
"minecraft": "=1.21.7"
33+
"minecraft": "=1.21.8"
3434
}
3535
}

0 commit comments

Comments
 (0)