A continuation of the whinny mod for Minetest, that adds tameable & rideable horses.
- Code: MIT
- Models & textures by sparky: CC0
Wild horses can be tamed by feeding them items that they like, such as apples, carrots, wheat, & oats. Once the horse's appetite has been satisfied it becomes "tamed" & the player feeding it becomes the owner. Tamed/Owned horses can only be ridden, picked up, & killed by the owner. Currently, the mobs:lasso
item is supported for picking up (plans to add more items).
To ride tamed horsed, right-click (place action) the entity to mount it. Use the W/S keys for forward/reverse. There are two modes for steering:
- mouse (follows player facing direction) (default)
- A/D keys
Controls can be changed by setting whinny.enable_mouse_ctrl
in the configuration.
Right-click again to dismount. Tamed horses do not wander.
Required: default
Optional:
- mobs_redo (meat drops)
- farming or farming_redo
- player_api
- sounds