How to rescale child with Geckolib plugin?

Started by Evirapo on

Topic category: Help with MCreator software

Last seen on 17:28, 14. Mar 2024
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to rescale child with Geckolib plugin?

My mob offspring is the same size as the parents. How do I change it?

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create a procedure that goes…
Sun, 09/03/2023 - 22:14

Create a procedure that goes like:

if is event/target entity a child:

     return 0.5

return 1

The return blocks are the number type. After the procedures ready, go to the geckolib mob and put the procedure for the visual and hitbox scale values.

Last seen on 17:28, 14. Mar 2024
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@McModded1.14 Can you give…
Thu, 10/05/2023 - 23:40

@McModded1.14 Can you give me a screenshot? I tried to find the blocks that you told me about "0.5" and "1" but didn't show up for me

Last seen on 21:58, 2. Jan 2024
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've just solved it myself…
Fri, 10/27/2023 - 13:07

I've just solved it myself if you still need assistance,

You need to use the Purple Return Block found in Flow Control in conjuncture with the Math "0" Block (Tweak that Value to 0.5 or for 1 with the Script McModded Provided) for the Blocks required, this allows you then to set the Entity Visual Scale as the Procedure you have created once you have saved it.

I hope that is easy enough to understand, took me some digging and tinkering myself to find out :)

Last seen on 04:46, 14. Mar 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you dont need a procedure to…
Fri, 11/17/2023 - 03:11

you dont need a procedure to scale down a child mob..

Last seen on 13:17, 8. Jan 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need help how did you guys…
Wed, 12/27/2023 - 12:38

I need help how did you guys add child entity? please I need it