Skip to content

Commit 79f7823

Browse files
update to minecraft 1.21.3
1 parent 63665c2 commit 79f7823

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

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

44
# Fabric Properties
55
# Check these on https://fabricmc.net/develop/
6-
minecraft_version=1.21.2
7-
yarn_mappings=1.21.2+build.1
6+
minecraft_version=1.21.3
7+
yarn_mappings=1.21.3+build.2
88
loader_version=0.16.14
99
loom_version=1.10-SNAPSHOT
1010

1111
# Fabric API
12-
fabric_version=0.106.1+1.21.2
12+
fabric_version=0.114.0+1.21.3
1313

1414
# Mod Properties
1515
mod_version=2.0.1

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"bluemap": ">=${bluemap_version}",
2727
"fabricloader": ">=${loader_version}",
2828
"fabric": "*",
29-
"minecraft": ">=${minecraft_version}"
29+
"minecraft": "${minecraft_version}"
3030
}
3131
}

0 commit comments

Comments
 (0)