Skip to content

Commit 06e3e43

Browse files
committed
Update to 1.18.2
Also updates fabric loader.
1 parent 9c10726 commit 06e3e43

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle.properties

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

44
# Fabric Properties
55
# check these on https://fabricmc.net/develop
6-
minecraft_version=1.18.1
7-
yarn_mappings=1.18.1+build.22
8-
loader_version=0.12.12
6+
minecraft_version=1.18.2
7+
yarn_mappings=1.18.2+build.1
8+
loader_version=0.13.3
99

1010
# Mod Properties
1111
mod_version = 1.0.0
1212
maven_group = com.example
1313
archives_base_name = fabric-example-mod
1414

1515
# Dependencies
16-
fabric_version=0.46.2+1.18
16+
fabric_version=0.47.8+1.18.2

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828

2929
"depends": {
30-
"fabricloader": ">=0.12.12",
30+
"fabricloader": ">=0.13.3",
3131
"fabric": "*",
3232
"minecraft": "1.18.x",
3333
"java": ">=17"

0 commit comments

Comments
 (0)