mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-09-24 16:01:07 +00:00
Fix tamed horses despawning when player moves away (#1057)
Co-authored-by: MCbabel <[email protected]>
This commit is contained in:
@@ -192,6 +192,7 @@ private:
|
||||
public:
|
||||
virtual void containerChanged();
|
||||
virtual bool canSpawn();
|
||||
virtual bool removeWhenFarAway() override;
|
||||
|
||||
protected:
|
||||
virtual shared_ptr<EntityHorse> getClosestMommy(shared_ptr<Entity> baby, double searchRadius);
|
||||
|
||||
Reference in New Issue
Block a user