File tree Expand file tree Collapse file tree 4 files changed +17
-15
lines changed
Expand file tree Collapse file tree 4 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 11# Status Effect Timer
22
3- [](https://modrinth.com/mod/statuseffecttimer)
4- [ ![ CurseForge] ( https://cf.way2muchnoise.eu/short_status-effect-timer.svg )] ( https://www.curseforge.com/minecraft/mc-mods/status-effect-timer )
3+ [ ![ Modrinth] ( https://img.shields.io/modrinth/dt/statuseffecttimer?logo=modrinth )] ( https://modrinth.com/mod/statuseffecttimer )
4+ [ ![ CurseForge] ( https://img.shields.io/curseforge/dt/484738?logo=curseforge )] ( https://www.curseforge.com/minecraft/mc-mods/status-effect-timer )
55[ ![ GitHub] ( https://img.shields.io/github/downloads/magicus/statuseffecttimer/total?logo=github )] ( https://github.com/magicus/statuseffecttimer/releases )
66
7+ ![ Logo] ( docs/logo.png )
8+
79This is a Minecraft mod for Fabric that overlays a timer on the Vanilla status effect HUD icons.
810
911This mod overlays the time left of the status effect on the vanilla 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.
@@ -42,4 +44,4 @@ Do you have any problems with the mod? Please open an issue here on Github.
4244
4345This 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.
4446
45- This mod conflicts with [ Giselbaer's Durability Viewer] ( https://github.com/gbl/DurabilityViewer ) , since that mod also draws a timer on the status effect icon. You need to disable the effect time feature in Durability Viewer to avoid clutter.
47+ This mod conflicts with [ Giselbaer's Durability Viewer] ( https://github.com/gbl/DurabilityViewer ) , since that mod also draws a timer on the status effect icon. You need to disable the effect time feature in Durability Viewer to avoid clutter.
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' fabric-loom' version ' 1.6-SNAPSHOT '
3+ id ' fabric-loom' version ' 1.11.4 '
44}
55
66dependencies {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
4343%JAVA_EXE% -version > NUL 2 >& 1
4444if %ERRORLEVEL% equ 0 goto execute
4545
46- echo .
47- echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48- echo .
49- echo Please set the JAVA_HOME variable in your environment to match the
50- echo location of your Java installation.
46+ echo . 1 >& 2
47+ echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1 >& 2
48+ echo . 1 >& 2
49+ echo Please set the JAVA_HOME variable in your environment to match the 1 >& 2
50+ echo location of your Java installation. 1 >& 2
5151
5252goto fail
5353
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
5757
5858if exist " %JAVA_EXE% " goto execute
5959
60- echo .
61- echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62- echo .
63- echo Please set the JAVA_HOME variable in your environment to match the
64- echo location of your Java installation.
60+ echo . 1 >& 2
61+ echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1 >& 2
62+ echo . 1 >& 2
63+ echo Please set the JAVA_HOME variable in your environment to match the 1 >& 2
64+ echo location of your Java installation. 1 >& 2
6565
6666goto fail
6767
You can’t perform that action at this time.
0 commit comments