Skip to content

Commit

Permalink
chore: Start 1.21.4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Feb 25, 2025
1 parent f2cea84 commit a7ca981
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
maven("https://repo.mineinabyss.com/snapshots")
maven("https://papermc.io/repo/repository/maven-public/") //Paper
maven("https://repo.codemc.org/repository/maven-public/")
maven("https://jitpack.io")
maven("https://maven.enginehub.org/repo/") // WorldGuard
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=com.mineinabyss
version=0.11
idofrontVersion=0.25.24
idofrontVersion=0.26.0-dev.2
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object MovementHandler {
) {
damage(0.01) //give a damage effect
health = (health - deeperWorld.config.damageOutsideSections / 10)
.coerceIn(0.0, getAttribute(Attribute.GENERIC_MAX_HEALTH)?.value) //ignores armor
.coerceIn(0.0, getAttribute(Attribute.MAX_HEALTH)?.value) //ignores armor
showTitle(
Title.title(
"You are not in a managed section".miniMsg().color(NamedTextColor.RED),
Expand Down

0 comments on commit a7ca981

Please sign in to comment.