{"id":16374412,"url":"https://github.com/404setup/breedhorse","last_synced_at":"2026-04-13T00:19:17.990Z","repository":{"id":214875903,"uuid":"737569347","full_name":"404Setup/BreedHorse","owner":"404Setup","description":"is MCPE-81890","archived":false,"fork":false,"pushed_at":"2025-04-25T13:57:17.000Z","size":102,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-01T21:01:45.146Z","etag":null,"topics":["fabric","folia","forge","minecraft","minecraft-mod","minecraft-plugin","paper","pufferfish","purpur","shreddedpaper","spigot","spigot-plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/404Setup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-12-31T15:03:50.000Z","updated_at":"2025-04-25T13:57:21.000Z","dependencies_parsed_at":"2025-03-15T13:30:19.131Z","dependency_job_id":"c4b539f5-de4f-4347-ba08-b92c9330aefd","html_url":"https://github.com/404Setup/BreedHorse","commit_stats":null,"previous_names":["404setup/breedhorse"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/404Setup/BreedHorse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404Setup%2FBreedHorse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404Setup%2FBreedHorse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404Setup%2FBreedHorse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404Setup%2FBreedHorse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/404Setup","download_url":"https://codeload.github.com/404Setup/BreedHorse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404Setup%2FBreedHorse/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265837635,"owners_count":23836558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fabric","folia","forge","minecraft","minecraft-mod","minecraft-plugin","paper","pufferfish","purpur","shreddedpaper","spigot","spigot-plugin"],"created_at":"2024-10-11T03:17:09.229Z","updated_at":"2026-04-13T00:19:17.940Z","avatar_url":"https://github.com/404Setup.png","language":"Java","readme":"# BreedHorse\n\n![Love under the cherry trees...and speed potion](https://media.forgecdn.net/attachments/1134/129/2025-03-22-201835-png.png)\n\nIt actually comes from a strange [bug](https://bugs.mojang.com/browse/MCPE-81890).\n\nIn 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...\n\nThis 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.\n\n# Config\n```yaml\npig:\n  enabled: true\n  move:\n    random:\n      min: 0.03\n      max: 0.06\n    max: 0.3375\nhorse:\n  enabled: true\n  move:\n    random:\n      min: 0.03\n      max: 0.06\n    max: 0.3375\n  jump:\n    random:\n      min: 0.04\n      max: 0.11\n    max: 1.0\ndonkey:\n  enabled: true\n  move:\n    random:\n      min: 0.03\n      max: 0.06\n    max: 0.3375\n  jump:\n    random:\n      min: 0.04\n      max: 0.11\n    max: 1.0\nmule:\n  enabled: true\n  move:\n    random:\n      min: 0.03\n      max: 0.06\n    max: 0.3375\n  jump:\n    random:\n      min: 0.04\n      max: 0.11\n    max: 1.0\nother:\n  mixed-properties: false\n```\n\nDon't set the speed too high, or the horses/pigs may start to trigger anti-cheat measures, although they may have already affected it.\n\n### Permission (only plugin)\n- breedhorse.command.reload [default: OP]\n- breedhorse.command.version [default: OP]\n- breedhorse.update_message [default: OP]\n\n### Command\n- /bhc reload\n- /bhc gui (only mod client | Forge is not supported yet)\n- /bhc version (only plugin)\n\n# Support\n- Fabric\n- Forge\n- Spigot\n- Paper\n- Folia\n- and more.....\n\n# Not supported\n- NeoForge (The template is damaged)\n- Quilt (Low priority)\n\n# License\n## Plugin\n```\nThis project is released into the public domain under the CC0 1.0 Universal license.\n\nTo 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.\n\nYou should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see \u003chttp://creativecommons.org/publicdomain/zero/1.0/\u003e.\n```\n\n## Mod\n```\n© All Rights Reserved\n\n## License Terms\n\n1. Decompilation is only permitted for learning purposes. Any other form of decompilation is strictly prohibited.\n\n2. Any reproduction and redistribution is not permitted.\n\n3. Use in any modpack is prohibited.\n\n4. Any direct or indirect commercial use of this mod is strictly prohibited.\n\n5. Removal or modification of the original author's name and this license declaration is forbidden.\n\nThis software is provided \"as is\", without warranty of any kind. The author reserves all rights not explicitly granted above.\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F404setup%2Fbreedhorse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F404setup%2Fbreedhorse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F404setup%2Fbreedhorse/lists"}