Fix Folia#421 #423
No reviewers
Labels
No labels
documentation
good first issue
help wanted
resolution: duplicate
resolution: invalid
resolution: won't fix
status: needs triage
type: bug
type: feature
type: performance
type: question
version: 1.19.4
version: 1.20
version: 1.20.1
version: 1.20.2
version: 1.20.4
version: 1.20.6
version: 1.21.11
version: 1.21.4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Minecraft/Folia!423
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "CraftCanvasMC/fix/421"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The issue is caused by the
ThrownEnderpeal#tickmethod, where it checks if theownerentity is alive, which callsisRemoved. In Folia, this is different, and causes ender pearls to vanish when switching dimensions.The fix proposed is to replace the
!isAlive()check(which is justisRemoved()) withgetHealth() <= 0, which functions correctly with how it should work.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.