How to create mob with two different models

Started by TopazCrysst on

Topic category: Help with modding (Java Edition)

Last seen on 12:01, 18. Jul 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to create mob with two different models

I want to create a mob with two different models, a lizard, with and without a tail, how can I make the models change with the procedure?

Last seen on 01:08, 21. Jul 2024
Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try making three different…
Fri, 07/12/2024 - 08:33

Try making three different entities: Lizard with tail, Lizard without tail, and tail. Make the Lizard without tail and tail spawn once the Lizard with tail is hit or whatever the split condition is. You can maker a timer so the Lizard without a tail turns back into a Lizard with a tail after an amount of time.

 

Last seen on 19:59, 2. Aug 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if you know how, make so…
Sun, 07/14/2024 - 21:55

if you know how, make so when when happens, change mob texture to the SAME MODEL, with no tail texture.