https://github.com/serilum/bareback-horse-riding
🐎 Allows riding horses without a saddle with tweaked game mechanics.
https://github.com/serilum/bareback-horse-riding
bareback-horse-riding curseforge fabric forge minecraft mod modding modrinth natamus neoforge quilt rick-south serilum
Last synced: 3 months ago
JSON representation
🐎 Allows riding horses without a saddle with tweaked game mechanics.
- Host: GitHub
- URL: https://github.com/serilum/bareback-horse-riding
- Owner: Serilum
- License: other
- Created: 2023-12-13T23:54:56.000Z (over 1 year ago)
- Default Branch: 1.21.4
- Last Pushed: 2025-02-12T22:45:00.000Z (4 months ago)
- Last Synced: 2025-02-23T02:33:30.064Z (3 months ago)
- Topics: bareback-horse-riding, curseforge, fabric, forge, minecraft, mod, modding, modrinth, natamus, neoforge, quilt, rick-south, serilum
- Language: Java
- Homepage: https://serilum.com/mod/bareback-horse-riding
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.md
Awesome Lists containing this project
README
Bareback Horse Riding
Download
You can download Bareback Horse Riding on CurseForge and Modrinth:
CurseForge: https://curseforge.com/minecraft/mc-mods/bareback-horse-riding
Modrinth: https://modrinth.com/mod/bareback-horse-ridingIssue Tracker
To keep a better overview of all mods, the issue tracker is located in a separate repository.
For issues, ideas, suggestions or anything else, please follow this link:
Pull Requests
Because of the way mod loader files are bundled into one jar, some extra information is needed to do a PR.
A wiki page entry about it is available here:
Mod Description
Requires the library mod Collective.
This mod is part of The Vanilla Experience modpack and Serilum's RPG Bundle mod.
Bareback Horse Riding allows players to ride horses without having a saddle. You can take that horse you've just found with you, without having to leave it and look through dungeon chests for a saddle. By default, riding a horse without a saddle will give the player and horse the Slowness effect. You can also enable receiving damage every 15 seconds in the config. Wearing leather pants will prevent the slowness/damage, but lower its durability every time it negates. Everything is configurable and features can be toggled.
Tame functionality remains the same. And a horse can only be steered once it's friendly and tamed.
Configurable: ( how do I configure? )
shouldReceiveSlownessDuringRidingWithoutSaddle (default = true): If the player (and horse) should receive the slowness effect when riding a horse without a saddle.
shouldDamageDuringRidingWithoutSaddle (default = false): If the player should be damaged when riding a horse without a saddle.
leatherPantsNegateEffect (default = true): If wearing leather pants should prevent the player from being damaged or received slowness, if enabled, when riding without a saddle.
ticksBetweenDamage (default = 300, min 1, max 72000): How often the player should be damaged, if enabled, during riding without a saddle in ticks. 1 second = 20 ticks
halfHeartDamageAmount (default = 2, min 1, max 100): How much damage should be done to the player from riding without a saddle..
leatherPantsLoseDurabilityOnNegation (default = true): If leather pants should lose durability each time it prevents damage.
A horse can be ridden without a saddle:
It'll give the slowness effect with 'shouldReceiveSlownessDuringRidingWithoutSaddle' enabled:
Or occasional damage with 'shouldDamageDuringRidingWithoutSaddle' enabled:
Wearing leather pants will prevent the slowness/damage from happening. It does use durability:
------------------
You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.
Serilum.com contains an overview and more information on all mods available.
Comments are disabled as I'm unable to keep track of all the separate pages on each mod.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!