How to rescale child with Geckolib plugin?

Started by Evirapo on

Topic category: Help with MCreator software

Active 1 year ago
Joined Nov 2022
Points:
347

User statistics:

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

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

Active 1 year ago
Joined Mar 2020
Points:
1537

User statistics:

  • Modifications: 7
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 1320
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.

Active 1 year ago
Joined Nov 2022
Points:
347

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
@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

Active 1 year ago
Joined Oct 2023
Points:
188

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
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 :)

Active 1 year ago
Joined Nov 2023
Points:
491

User statistics:

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

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

Active 1 year ago
Joined Nov 2023
Points:
137

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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