How to make an mob that attaches to the player?

Started by Bookreport on Thu, 01/05/2023 - 14:41

Topic category: Help with modding (Java Edition)

Last seen on 13:29, 27. Jan 2023
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
How to make an mob that attaches to the player?
Thu, 01/05/2023 - 14:41

I was wondering how to make a mob that attaches to the player, maybe it replaces a armor piece with itself maybe? or the mob actually attaches to the player like the Crimson Mosquito in Alex's Mobs?

Last seen on 11:54, 24. Mar 2023
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
you could have so: 1. the…
Wed, 01/11/2023 - 09:52

you could have so:

1. the mob touches player

2. the mob despawns & removes, for example, the chestplate

3. a new "chestplate" is equipped that looks like the mob that we just despawned

4. voilà, your mob is now "attached"  to the player

Last seen on 13:29, 27. Jan 2023
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
I tried that but any custom…
Wed, 01/11/2023 - 19:59

I tried that but any custom armor model I make causes alot of lag.