BreedHorse

This modification emerged as an emulation of an interesting feature discovered in the mobile version of Minecraft. In Bedrock Edition, there's unusual behavior: if you apply speed or jump potions to two tamed animals before breeding them, their offspring receives improved characteristics. By repeating this process multiple times, you can achieve significant parameter improvements.
This mod replicates a similar effect, allowing animals to be improved through breeding. For balance, you can set limits that prevent creating creatures with excessively high parameters.
Configuration
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
It's important to set reasonable speed values, as horses or pigs that are too fast may trigger anti-cheat systems.
Commands
- /bhc reload — reloads settings
- /bhc gui — opens graphical interface (mod only, Forge not supported yet)
- /bhc version — shows version (plugin only)
For Modpacks
The modification can be freely used in modpacks when license terms are followed. Usage is prohibited in packages that distribute the full Minecraft version along with game files.