Skip to content

Commit

Permalink
fixup! Changed minecraft version from 1.21.4 to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Jan 22, 2025
1 parent f4d942e commit 3be5d0f
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 560 deletions.
2 changes: 1 addition & 1 deletion engine/engine-paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}

dependencies {
compileOnlyApi("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")
compileOnlyApi("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")

api(project(":engine-core"))
api(project(":engine-loader"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class LookAtNpcInteractionBound(
}
}

override fun teardown() {
override suspend fun teardown() {
player.getAttribute(Attribute.GENERIC_MOVEMENT_SPEED)?.removeModifier(key)
super.teardown()
}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

1 comment on commit 3be5d0f

@DevMunky
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much gabber I have been putting this off!!!!!! You a real one.

Please sign in to comment.