From 52bf4dfe9980ac37c853d883a0be1c664833a8dc Mon Sep 17 00:00:00 2001 From: Jordan Maier Date: Fri, 30 Jun 2023 01:02:09 -0700 Subject: [PATCH] Update mods.toml to not cause red X when client-side only --- src/main/resources/META-INF/mods.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index d37f5f68..81d7166e 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -14,6 +14,7 @@ authors="ToroCraft" description=''' Health bars will appear in the top left corner for the entity in the player's crosshairs. ''' +displayTest="IGNORE_ALL_VERSION" [[dependencies.torohealth]] modId="forge" @@ -27,4 +28,4 @@ modId="minecraft" mandatory=true versionRange="[1.19,)" ordering="NONE" -side="CLIENT" \ No newline at end of file +side="CLIENT"