Skip to content

Commit 68d4e19

Browse files
committed
Added support for 1.20.6 (compatible with 1.20.5)
1 parent ed7a745 commit 68d4e19

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

fabric/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://modmuss50.me/fabric.html
7-
minecraft_version=1.20.5
8-
yarn_mappings=1.20.5+build.1
7+
minecraft_version=1.20.6
8+
yarn_mappings=1.20.6+build.1
99
loader_version=0.15.10
1010

1111
# Mod Properties
12-
mod_version = 1.1.55-Fabric_1.20.5
12+
mod_version = 1.1.56-Fabric_1.20.6
1313
maven_group = xyz.bobkinn_
1414
archives_base_name = opentopublic
1515

fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
],
2626
"depends": {
2727
"fabricloader": ">=${loader_version}",
28-
"minecraft": "${minecraft_version}"
28+
"minecraft": ["1.20.5", "1.20.6"]
2929
}
3030
}

0 commit comments

Comments
 (0)