Skip to content

Commit 0e34136

Browse files
authored
Merge pull request #2 from magicus/1.17.1
Support 1.17.1
2 parents c850c3d + 5e38601 commit 0e34136

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a Minecraft mod that overlays a timer on the Vanilla status effect HUD icons.
44

5-
This mod requires Minecraft 1.16.5 or 1.17 and the Fabric loader.
5+
This mod requires Minecraft 1.16.5, 1.17 or 1.17.1 and the Fabric loader.
66

77
This mod overlays the number of seconds left of the status effect, or the number of minutes (followed by "m") if it is more than 60 seconds, on the vanilla status effect indicator. That's it. This is a very minimalistic mod. No settings are required nor provided.
88

@@ -17,7 +17,7 @@ This is what it looks like when you are using the mod.
1717

1818
## Download
1919

20-
You can download the latest version here: [statuseffecttimer-1.0.2.jar](https://github.com/magicus/statuseffecttimer/releases/download/v1.0.2/statuseffecttimer-1.0.2.jar)
20+
You can download the latest version here: [statuseffecttimer-1.0.3.jar](https://github.com/magicus/statuseffecttimer/releases/download/v1.0.3/statuseffecttimer-1.0.3.jar)
2121

2222
## Installation
2323

@@ -28,5 +28,5 @@ Install this as you would any other Fabric mod. (Personally, I recommend MultiMC
2828

2929
Do you have any problems with the mod? Please open an issue here on Github.
3030

31-
Currently only Minecraft 1.16.5 and 1.17 are supported, but it would probably be trivial to add support for other versions.
31+
Currently only Minecraft versions 1.16.5 to 1.17.1 are supported, but it would probably be trivial to add support for other versions.
3232
If you want support for another version, please open an issue and state the requested version.

gradle.properties

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

44
# Fabric Properties
55
# check these on https://fabricmc.net/versions.html
6-
minecraft_version=1.17
7-
yarn_mappings=1.17+build.11
6+
minecraft_version=1.17.1
7+
yarn_mappings=1.17.1+build.14
88
loader_version=0.11.6
99

1010
# Mod Properties
11-
mod_version = 1.0.2
11+
mod_version = 1.0.3
1212
maven_group = se.icus.mag
1313
archives_base_name = statuseffecttimer
1414

1515
# Dependencies
1616
# Fabric api
1717
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api (or https://fabricmc.net/versions.html)
18-
fabric_version=0.35.2+1.17
18+
fabric_version=0.37.0+1.17

0 commit comments

Comments
 (0)