Update patches to latest 1.21.4 #1

Merged
Chaoscaot merged 242 commits from update/1.21.4 into main 2025-04-23 22:27:11 +02:00
2290 changed files with 57742 additions and 51927 deletions
Showing only changes of commit 55f2020926 - Show all commits

View File

@ -38,7 +38,7 @@ public class LingeringPotionSplashEvent extends ProjectileHitEvent implements Ca
@NotNull
@Override
public ThrownPotion getEntity() {
return (ThrownPotion) this.entity;
return (ThrownPotion) super.getEntity();
}
/**