https://github.com/404setup/breedhorse
is MCPE-81890
https://github.com/404setup/breedhorse
fabric folia forge minecraft minecraft-mod minecraft-plugin paper pufferfish purpur shreddedpaper spigot spigot-plugin
Last synced: 3 months ago
JSON representation
is MCPE-81890
- Host: GitHub
- URL: https://github.com/404setup/breedhorse
- Owner: 404Setup
- Created: 2023-12-31T15:03:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-25T13:57:17.000Z (6 months ago)
- Last Synced: 2025-06-01T21:01:45.146Z (4 months ago)
- Topics: fabric, folia, forge, minecraft, minecraft-mod, minecraft-plugin, paper, pufferfish, purpur, shreddedpaper, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 99.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BreedHorse

It actually comes from a strange [bug](https://bugs.mojang.com/browse/MCPE-81890).
In Bedrock Edition, if you use a speed (or jump) potion on two rideable animals, then breed them, their offspring will have higher stats. By doing this repeatedly, you can stack the effect infinitely...
This mod/plugin does not implement this, it's just a crude imitation. Of course, you can set a limit to prevent players from breeding animals with too high stats.
# Config
```yaml
pig:
enabled: true
move:
random:
min: 0.03
max: 0.06
max: 0.3375
horse:
enabled: true
move:
random:
min: 0.03
max: 0.06
max: 0.3375
jump:
random:
min: 0.04
max: 0.11
max: 1.0
donkey:
enabled: true
move:
random:
min: 0.03
max: 0.06
max: 0.3375
jump:
random:
min: 0.04
max: 0.11
max: 1.0
mule:
enabled: true
move:
random:
min: 0.03
max: 0.06
max: 0.3375
jump:
random:
min: 0.04
max: 0.11
max: 1.0
other:
mixed-properties: false
```Don't set the speed too high, or the horses/pigs may start to trigger anti-cheat measures, although they may have already affected it.
### Permission (only plugin)
- breedhorse.command.reload [default: OP]
- breedhorse.command.version [default: OP]
- breedhorse.update_message [default: OP]### Command
- /bhc reload
- /bhc gui (only mod client | Forge is not supported yet)
- /bhc version (only plugin)# Support
- Fabric
- Forge
- Spigot
- Paper
- Folia
- and more.....# Not supported
- NeoForge (The template is damaged)
- Quilt (Low priority)# License
## Plugin
```
This project is released into the public domain under the CC0 1.0 Universal license.To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see .
```## Mod
```
© All Rights Reserved## License Terms
1. Decompilation is only permitted for learning purposes. Any other form of decompilation is strictly prohibited.
2. Any reproduction and redistribution is not permitted.
3. Use in any modpack is prohibited.
4. Any direct or indirect commercial use of this mod is strictly prohibited.
5. Removal or modification of the original author's name and this license declaration is forbidden.
This software is provided "as is", without warranty of any kind. The author reserves all rights not explicitly granted above.
```