Skip to content

Commit

Permalink
3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed Dec 11, 2024
1 parent b69a56f commit 5832266
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ val dist = getApiDependencyProject("dist").spigot()
.dependency("io.github.arcaneplugins:levelledmobs-plugin:4.0.3.1")
.dependency("me.clip:placeholderapi:2.11.6")
.dependency("com.alessiodp.parties:parties-bukkit:3.2.16")
.dependency("io.github.toxicity188:BetterHud-standard-api:1.10")
.dependency("io.github.toxicity188:BetterHud-bukkit-api:1.10")
.dependency("io.github.toxicity188:BetterHud-standard-api:1.10.1")
.dependency("io.github.toxicity188:BetterHud-bukkit-api:1.10.1")
.dependency("net.citizensnpcs:citizens-main:2.0.35-SNAPSHOT")
.dependency("com.github.SkriptLang:Skript:2.9.5")
.dependency("com.nexomc:nexo:0.4.0")
Expand Down Expand Up @@ -165,7 +165,7 @@ tasks {
version("1.21.1") //TODO set this to 'minecraft' when other plugins support the latest version.
pluginJars(fileTree("plugins"))
downloadPlugins {
modrinth("betterhud2", "DrmW1PRU")
hangar("BetterHud", "1.10.1")
hangar("PlaceholderAPI", "2.11.6")
hangar("Skript", "2.9.5")
}
Expand Down
2 changes: 1 addition & 1 deletion dist/src/main/resources/text.vsh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void main() {
} else {
yaw = atan(location.x, -location.z);
}
if (length(Position + ChunkOffset - vec3(ModelViewMat[3])) >= (DISPLAY_HEIGHT / 2)) {
if (length(Position + ChunkOffset - vec3(invModelViewMat[3])) >= (DISPLAY_HEIGHT / 2)) {
float alpha = texColor.a;
if (alpha < 1) {
applyColor = 1;
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}
rootProject.name = "BetterHealthBar"

Expand Down

0 comments on commit 5832266

Please sign in to comment.