How to Change FOV (using code)

Started by mizz on

Topic category: User side tutorials

Active 4 weeks ago
Joined Aug 2023
Points:
204

User statistics:

  • Modifications: 5
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 28
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