SaveTheHorse
Stops horses from spawning inside blocks and dying instantly to suffocation damage.
Have you ever explored a plains biome or village only to find every single horse already dead because it spawned half-inside a solid block? This tiny mod fixes exactly that.
What it does:
- Listens for any horse, donkey, mule, zombie horse, skeleton horse, or llama spawn (all AbstractHorse entities).
- One tick after spawning, checks if the animal is clipping into blocks.
- If unsafe, gently nudges it to the nearest safe nearby position.
- Saves the horse without changing vanilla spawn rules or biome rates.
- Server-side logging when a horse is rescued

