Started by
mizz
on
Topic category: User side tutorials
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