How do I change the position of the player's camera when riding an entity?

Started by REDSITH on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 months ago
Joined Jan 2025
Points:
57

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
How do I change the position of the player's camera when riding an entity?

I want to change the position of the player's camera when riding an entity.

P.S. I don't need a player's position change, just his camera.

Active 1 month ago
Joined Oct 2022
Points:
479

User statistics:

  • Modifications: 1
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 155
probably not possible
Thu, 04/24/2025 - 19:49

probably not possible

Active 10 hours ago
Joined Apr 2023
Points:
663

User statistics:

  • Modifications: 4
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 541
I know it is technically…
Thu, 04/24/2025 - 21:24

I know it is technically possible, but it would require custom code, and I don't know what the custom code would be.

I guess you could also try to do something with spectator mode, teleportation, and motion vector overrides, but it would be really weird and probably wouldn't look great in-game either, and I'm also not sure exactly how to go about doing it.