Skip to content

Commit 874cd12

Browse files
committed
Update mod to 1.20
1 parent 0ba073a commit 874cd12

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
@@ -2,13 +2,13 @@
22
org.gradle.jvmargs=-Xmx1G
33
# Fabric Properties
44
# check these on https://modmuss50.me/fabric.html
5-
minecraft_version=1.19.4
6-
yarn_mappings=1.19.4+build.2
7-
loader_version=0.14.19
5+
minecraft_version=1.20
6+
yarn_mappings=1.20+build.1
7+
loader_version=0.14.21
88
# Mod Properties
9-
mod_version=1.0.2
9+
mod_version=1.0.3
1010
maven_group=dev.zenithknight.mcmods
1111
archives_base_name=expandeddata
1212
# Dependencies
1313
# check this on https://modmuss50.me/fabric.html
14-
fabric_version=0.79.0+1.19.4
14+
fabric_version=0.83.0+1.20

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
],
2525
"depends": {
2626
"fabricloader": ">=0.14.17",
27-
"minecraft": "1.19.4"
27+
"minecraft": "1.20"
2828
}
2929
}

0 commit comments

Comments
 (0)