how do i make cow-sheep crossbreeding logic?

Started by lannosihasnoideas on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make cow-sheep crossbreeding logic?

hello so i want a mob named "Cheew" (even though they does not exist in real life) that you can only get them by crossbreeding cow and sheep (like horse and donkey crossbreeding) but how do i do that???

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making it look exactly like…
Sun, 10/05/2025 - 09:23

Making it look exactly like breeding between all other animals would require a mixin.

But you could fake it,

okay it turned out to be a bit harder to fake than I thought lol

https://files.catbox.moe/4wdtlz.ptpl

 

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
spawn your entity here,
Sun, 10/05/2025 - 09:23

spawn your entity here,

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but here's the catch: i…
Mon, 10/13/2025 - 07:43

but here's the catch: i cannot use any on tick global trigger (all of them) because as soon as i use them, it imediately crashes my world.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
does the procedure I sent…
Mon, 10/13/2025 - 07:49

does the procedure I sent crash your game? And what MCreator and Minecraft version after you using?

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i have tested before in…
Mon, 10/13/2025 - 08:00

i have tested before in other workespaces, and it always crashes

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
so... should i use functions…
Wed, 10/22/2025 - 14:33

so... should i use functions and use the tick tag or cancel the request away