Skip to content

Remove breeding cap for animals#1525

Draft
ModMaker101 wants to merge 1 commit intoMCLCE:mainfrom
ModMaker101:main
Draft

Remove breeding cap for animals#1525
ModMaker101 wants to merge 1 commit intoMCLCE:mainfrom
ModMaker101:main

Conversation

@ModMaker101
Copy link
Copy Markdown
Contributor

Description

Remove breeding cap for all animals by setting limits to 0.

Changes

Previous Behavior

You would get the "This animal can't enter love mode..." message when the limits were reached.

Root Cause

Hardcoded limits in MobCategory.h.

New Behavior

No more limits.

Fix Implementation

I set all the breeding and spawn egg limits to 0 in MobCategory.h.

AI Use Disclosure

None.

Related Issues

@codeHusky codeHusky changed the title Remove breeding cap for animals #1416 Remove breeding cap for animals Apr 17, 2026
@codeHusky
Copy link
Copy Markdown
Contributor

codeHusky commented Apr 17, 2026

It'd be better if you expanded this out into a config (for both client and dedi server) rather than just nuking the hardcoded limits, especially for future console support. Won't merge this as-is, so changing to a draft.

@codeHusky codeHusky marked this pull request as draft April 17, 2026 03:37
@ModMaker101
Copy link
Copy Markdown
Contributor Author

If we're seeking parity with Java edition, then we would need to remove the breeding limits. Unless the purpose of a config would be to continue to support lower-end hardware/keep legacy "features."

@PUFFMON
Copy link
Copy Markdown

PUFFMON commented Apr 17, 2026

If we're seeking parity with Java edition, then we would need to remove the breeding limits.

Jave Edition already allows you to modify different game values through gameRules, so it wouldn't be too far from vanilla, Plus the config would be a good addition for servers to avoid lag and stuff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] This animal can't enter Love Mode.

3 participants