How to Change FOV (using code)

Started by mizz on

Topic category: User side tutorials

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to Change FOV (using code)

Use this code to change fov. Create a archive with name "SniperFov.java" and put this code inside.

This should be the path where the file should be.
rustic_engineer/
└── src/
   └── main/
       └── java/
           └── net/
               └── mcreator/
                   └── rusticengineer/
                       ├── RusticEngineerMod.java
                       ├── procedures/
                       │   ├── SniperFOV.java
                       │   └── OutroProcedure.java
                       └── entity/
                           └── AirshipEntity.java

This code Is for minecraft 1.20.1 FORGE (use chat GPT to change versions).

Code in Pastebin