You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a Minecraft mod that overlays a timer on the Vanilla status effect HUD icons.
4
4
5
-
This mod requires Minecraft 1.16.5-1.18.2 and the Fabric loader.
5
+
This mod requires Minecraft 1.16.5-1.19 and the Fabric loader.
6
6
7
7
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. If the effect has an amplifier (as in "Haste II"), the amplifier is also overlaid. That's it. This is a very minimalistic mod. No settings are required nor provided.
8
8
@@ -21,11 +21,11 @@ This is what it looks like when you are using the mod.
21
21
22
22
The latest version is 1.1.1.
23
23
24
-
Direct download links for Minecraft 1.18.1-1.18.2:
24
+
Direct download links for Minecraft 1.19:
25
25
26
-
* Download from GitHub: [statuseffecttimer-1.1.1+1.18.1.jar](https://github.com/magicus/statuseffecttimer/releases/download/v1.1.1-1.18.1/statuseffecttimer-1.1.1+1.18.1.jar)
27
-
* Download from Modrinth: [statuseffecttimer-1.1.1+1.18.1.jar](https://cdn.modrinth.com/data/T9FDHbY5/versions/1.1.1+1.18.1/statuseffecttimer-1.1.1%2B1.18.1.jar)
28
-
* Download from CurseForge: [statuseffecttimer-1.1.1+1.18.1.jar](https://www.curseforge.com/minecraft/mc-mods/status-effect-timer/files/3754930)
26
+
* Download from GitHub: [statuseffecttimer-1.1.1+1.19.jar](https://github.com/magicus/statuseffecttimer/releases/download/v1.1.1-1.19/statuseffecttimer-1.1.1+1.19.jar)
27
+
* Download from Modrinth: [statuseffecttimer-1.1.1+1.19.jar](https://cdn.modrinth.com/data/T9FDHbY5/versions/1.1.1+1.19/statuseffecttimer-1.1.1%2B1.19.jar)
28
+
* Download from CurseForge: [statuseffecttimer-1.1.1+1.19.jar](https://www.curseforge.com/minecraft/mc-mods/status-effect-timer/download/3832036)
29
29
30
30
For all other Minecraft releases, check these download sites:
@@ -41,9 +41,6 @@ Install this as you would any other Fabric mod. (Personally, I recommend MultiMC
41
41
42
42
Do you have any problems with the mod? Please open an issue here on Github.
43
43
44
-
Currently Minecraft versions 1.16.5 to 1.18.2 are supported, but it would probably be trivial to add support for other versions.
45
-
If you want support for another version, please open an issue and state the requested version.
46
-
47
44
## Known Incompatibilities
48
45
49
46
This mod does not work if the mod ['Slight' Gui Modifications](https://github.com/shedaniel/slight-gui-modifications) is installed and the configuration `fluidStatusEffects` is enabled.
Copy file name to clipboardExpand all lines: gradle.properties
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,16 @@
2
2
org.gradle.jvmargs=-Xmx1G
3
3
4
4
# Fabric Properties
5
-
# check these on https://fabricmc.net/versions.html
6
-
minecraft_version=1.18.1
7
-
yarn_mappings=1.18.1+build.22
8
-
loader_version=0.13.3
5
+
# check these on https://fabricmc.net/develop
6
+
minecraft_version=1.19
7
+
yarn_mappings=1.19+build.2
8
+
loader_version=0.14.7
9
9
10
10
# Mod Properties
11
-
mod_version = 1.1.1+1.18.1
11
+
mod_version = 1.1.1+1.19
12
12
maven_group = se.icus.mag
13
13
archives_base_name = statuseffecttimer
14
14
15
15
# Dependencies
16
16
# Fabric api
17
-
# 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)
0 commit comments