From bb9998a59bf03b4b965d04b6ae463b370c1f6e25 Mon Sep 17 00:00:00 2001 From: Markil3 <75867393+Markil3@users.noreply.github.com> Date: Tue, 2 Mar 2021 18:04:15 -0700 Subject: [PATCH] Locks this build out of 1.15.2 There is at least one change that doesn't work in 1.15.2. A new branch will be needed for this. --- src/main/resources/META-INF/mods.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index b018a9d..563f698 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -78,7 +78,6 @@ The following elements will only show up under certain conditions: [[dependencies.immersive_hud]] modId="minecraft" mandatory=true -# This version range declares a minimum of the current minecraft version up to but not including the next major version - versionRange="[1.15,1.16)" + versionRange="[1.15,1.15.2)" ordering="NONE" side="CLIENT"