-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Mob interface for on-spawn targeting.
Since 1.13, we've had the Mob interface injected between Creature and LivingEntity, and it contains the targeting methods we use. Slimes were never Creatures, but they _are_ Mobs, so by swapping this interface out, we effectively patch up functionality that's been broken since the very beginning. Hopefully server owners don't actually depend on this piece of functionality being broken...
- Loading branch information
1 parent
00b59ed
commit b4db449
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters