Is there a way to Change Camera Distance of Player?

Started by Raxiore1972 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a way to Change Camera Distance of Player?

Hello! I’m Raxiore. I’m making a dinosaur mod for Forge 1.20.1. But my dinosaurs are so huge that when riding them, the screen is mostly blocked by the dinosaur body. Therefore, I want the entire body of the dinosaur the player is riding to be fully visible on the screen with third person view. If coding makes it possible, I'll try

If you teach me how to change the camera distance, I will give you my beta mod for free, it so cool

look at this spino, need help

 

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It isn't possible to change…
Sun, 06/01/2025 - 02:05

It isn't possible to change the camera position, but it should be possible to change the FOV to be really big, making the camera zoomed out, via the code editor. I am trying to find out how to do this, I will be back with you if I find out