Parenting Models

Started by Ultadoer on

Topic category: Advanced modding

Last seen on 03:19, 28. Jan 2023
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Parenting Models

My current method of parenting models does not work properly, how can I parent in 1.7.9?

Last seen on 02:02, 26. Apr 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can use this code at theā€¦
Fri, 05/11/2018 - 20:38

You can use this code at the end of your mob parts
Body: Name of child part
HeadBase: name of parent part
 

this.Body.addChild(this.HeadBase);

Or you can make Models in Tabula and use Shift + P key to parent it