All versions
1.13.0
Release
Top Down View 1.13.02 months ago 31
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Required content
Changes
[1.13.0] - 2026-06-13
New Features
- Movement and aim controls for mounts and boats are now independent, significantly altering their mechanics.
- Added Reach Override option
- Added Scroll-Only Zoom option
- Added Target Lock feature temporarily enlarges the hitbox of clicked mobs to improve targeting.
Bug Fixes
- Fixed camera yaw not initializing to the player's facing direction when entering top-down view (was always pointing south at 0°)
- Fixed target lock to aim at the actual hitbox instead of the expanded one.
- Fixed an issue where the top-down view was disabled by other mods or external factors without intentional player input.
- Fixed incorrect raycast hit detection.
- Fixed an issue where FOV was multiplied by first-person FOV. Both are now calculated independently.
- Fixed settings not saving when closing the config screen
- Fixed attack not stopping after releasing left-click hold on enemies in click-to-move mode.
- Fixed quick move mode - removed hold behavior, now 1 click = 1 action for consistency.
- Fixed Better Combat compatibility
- switched from KeyMapping.click() to direct @Invoker call for attack triggers.
- Fixed settings screen left panel overlapping with bottom buttons.
- Fixed pause screen settings button (⚙) position to align above the Options button.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ChF8TpZp:6CmeJUFe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ChF8TpZp:6CmeJUFe"
}


