Tell me about breeding.

Started by project141 on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tell me about breeding.

I don't know what procedure would allow me to put the mob in love mode.

I know how to tame them, but I am having trouble with breeding.

If possible, it would be helpful if you could post a screen shot of the breeding procedure for the chickens.

Mark as animal, make it…
Sat, 06/28/2025 - 10:07

Mark as animal, make it breedable, select tame item. Then don't forget to add the right AI tasks from the animal section

I suggest you check our…
Sat, 06/28/2025 - 10:07

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you for your reply. I…
Sat, 06/28/2025 - 20:01

Thank you for your reply.

I referred to the video, but it didn't work well because the video is old. (I get an error).

I would appreciate it if you could post a picture of the procedure if possible.

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also, I would like to see a…
Sat, 06/28/2025 - 20:13

Also, I would like to see a procedure where the Mob follows you when you are holding an item.

I have looked into this, but I am having trouble with the NBT Tag causing an error when I create my own.

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The breeding of custom mobs…
Sun, 06/29/2025 - 05:00

The breeding of custom mobs comes up, but I can't find a way to breed or attract existing mobs.

Does anyone know how to do this?

I am using automatic translation, so if you could give me a picture of the procedure or steps, that would be great.

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
As for breeding, I can do it…
Tue, 07/01/2025 - 06:41

As for breeding, I can do it by entering commands.

Command 
breeding 
/data modify entity @e[type=cow,limit=1,sort=nearest] InLove set value 600

Particle 
/execute at @e[type=!player,sort=nearest,limit=1] run particle minecraft:heart ~ ~ ~ 0 0 0 0.1 10

However, at this stage, it is not a case of clicking on the target Mob. It only reacts to the nearest Mob.

I would like to make it so that it reacts when clicked on the target mob.

It would be helpful if you could post the rest of the procedure with an image (for automatic translation).

Translated with DeepL.com (free version)