readd removal cause for thrown eggs

This commit is contained in:
Lulu13022002
2024-12-15 23:07:15 +01:00
parent f5cd5989a4
commit ec57b99bf5
22 changed files with 96 additions and 82 deletions

View File

@@ -102,7 +102,7 @@
+ if (!super.hurtServer(level, damageSource, amount)) return false; // CraftBukkit - Only stop pollinating if entity was damaged
this.beePollinateGoal.stopPollinating();
- return super.hurtServer(level, damageSource, amount);
+ return true; // CraftBukkit - Only stop pollinating if entity was damaged
+ return true; // CraftBukkit - Only stop pollinating if entity was damaged
}
}