Change Player position x,y,z | rideable mob

Started by Rotmax on

Topic category: Advanced modding

Last seen on 09:51, 9. Feb 2024
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Change Player position x,y,z | rideable mob

Is it possible to change the player position (inside the hitbox of the mob; x,y,z) with coding and where i have to place the code?

Last seen on 10:56, 1. Oct 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes, it is possible to…
Mon, 06/22/2020 - 06:29

Yes, it is possible to change where the player's model is in the hitbox, but that would require some asm. I don't think mcreator supports coremodding, and neither does forge. Coremodding is not easy and requires good knowledge of asm, java, and javascript. Optifine allows you to modify entity models, but it might cause issues with mods.

Fortunately, for a rideable mob, you can change how high the entity that's riding it should be. 

Last seen on 20:07, 18. Apr 2024
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
2024. the problem is still…
Mon, 01/22/2024 - 04:03

2024. the problem is still relevant