Compatibility
Minecraft: Java Edition
26.3
26.2
26.1.x
1.21.9–1.21.11
1.21.3–1.21.4
1.21–1.21.1
1.20.6
1.20–1.20.4
Platforms
Supported environments
Server-side
Singleplayer
Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 days ago
Horse Spawn is a simple mod that spawns a saddled horse or other starter companions near the player when entering a world for the first time. It runs server sided with no need for players to install it.
There is also a config GUI for singleplayer use
Config GUI

Server Side JSON Config
horse-spawn.json
{
"enableSaddle": true,
"enableChest": true,
"giveLead": false,
"spawnInCreative": true,
"spawnOnce": true,
"overwriteStats": false,
"speed": 10.0,
"jump": 3.0,
"health": 20,
"spawnType": "HORSE",
"horseMarkings": "DEFAULT",
"horseVariant": "DEFAULT",
"armor": "NONE",
"llamaCarpet": "DEFAULT",
"llamaVariant": "DEFAULT",
"defaultName": true,
"customName": ""
}
Dependencies:
- Fabric API (Required)
- YACL, Mod Menu (Optional: Singleplayer Config GUI)


