Small/baby mods

Started by RipperRoy on

Topic category: Help with modding (Java Edition)

Last seen on 02:57, 12. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Small/baby mods
Tue, 02/27/2024 - 20:08 (edited)

Hello, i got a question, how i can change the size of the mobs? I want make babys for my mobs but i would like that conserve the same texture of the parents like the minecraft vanilla mobs.
But I don´t know how to use the procedure or code :(
Somebody can help me, please?
Sorry for my gramatical mistakes, i don´t speak English
Thanks for their help

Edited by RipperRoy on Tue, 02/27/2024 - 20:08
Last seen on 11:57, 14. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can use a procedure for…
Tue, 02/27/2024 - 05:42

You can use a procedure for the entities visual box and bounding box size, like if(something) return (some number, 1 is normal size).

Although do you want it for breeding mobs, or just variants?

Last seen on 02:57, 12. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
¡Thank you for answer my…
Fri, 03/01/2024 - 23:47

¡Thank you for answer my question! For the two reasons, because i want to make babies for the mobs and add variants to pigs (for example).
I want to create a mod in which I can add Minecraft Earth mobs, Dungeons, legends and one or another feature of the story mode.

And I don`t know how use a line code or a procedure.
sorry for my impertinence but ¿How did you learn to code?