Skip to content

Commit 52021c9

Browse files
committed
Port to MC 1.20.1.
1 parent 2e115d8 commit 52021c9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"depends": {
3131
"fabricloader": ">=0.14.21",
3232
"fabric": "*",
33-
"minecraft": "1.20",
33+
"minecraft": "1.20.1",
3434
"java": ">=17"
3535
},
3636
"custom": {

forge/src/main/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ ${mod_description}
2121
[[dependencies.${ mod_id }]]
2222
modId = "forge"
2323
mandatory = true
24-
versionRange = "[46,)"
24+
versionRange = "[47,)"
2525
ordering = "NONE"
2626
side = "BOTH"

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Project
2-
version=8.0
2+
version=9.0
33
group=net.darkhax.effecttooltips
44

55
# Common
6-
minecraft_version=1.20
6+
minecraft_version=1.20.1
77

88
# Forge
9-
forge_version=46.0.14
9+
forge_version=47.1.28
1010

1111
# Fabric
12-
fabric_version=0.83.0+1.20
12+
fabric_version=0.85.0+1.20.1
1313
fabric_loader_version=0.14.21
1414

1515
# Mod options

0 commit comments

Comments
 (0)