Dynamic View is a Fabric and NeoForge mod for Minecraft that automatically switches the player's camera perspective based on context. Supported contexts:
- Swimming
- Crawling
- Flying
- Riding
Each context can be toggled independently and set to first person, third person back, or third person front. Perspective changes can also be animated instead of snapping instantly. Config is available in-game via Mod Menu and Cloth Config.
- Minecraft 26.2.x
- Fabric Loader or NeoForge
- Cloth Config (bundled with the NeoForge build; required as a separate download on Fabric)
Requires JDK 25.
./gradlew build
Output jars are written to fabric/build/libs and neoforge/build/libs.
common- shared logic used by both loadersfabric- Fabric-specific entry point and platform implementationneoforge- NeoForge-specific entry point and platform implementation
GPL-3.0