External View

Quick rating

External View

No reviews yet

Mod that changes the distance of the camera from the player in third person mode.

QoL & Tweaks
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Optional

About

Project Details

Type
Mod
License
GNU Lesser General Public License v2.1 or later
Latest Version
externalview-2.3.1b-1.16.5.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

External View Reloaded

A Forge / NeoForge mod for Minecraft 1.16.5+ based on External View Reload.
Provides adjustable third-person camera distance and optional long reach functionality.

CurseForge: https://www.curseforge.com/minecraft/mc-mods/external-view
Modrinth: https://modrinth.com/mod/external_view


Features

  • Adjustable third-person camera distance (default: Page Up / Page Down)
  • Long Hand Mode (default: K) – increases interaction reach
  • Camera collision option (prevents clipping through blocks)
  • Fully configurable via TOML
  • Works client-only (with command fallback)
  • Optional server-side networking support
  • Permission API support
  • Languages: English, Russian, Simplified Chinese

Configuration

File:

config/externalview-common.toml

Camera

  • cameraSpeed (default: 0.5) – zoom step size
  • viewDistance (default: 56) – maximum camera distance
  • cameraCollision (default: true) – prevent camera clipping

Reach

  • reach (default: 40.0) – reach in Long Hand Mode
  • defaultReach (default: 5.0) – default reach (vanilla = 5.0)

WARNING: Changing defaultReach may cause issues on some servers.

Forge 1.16.5 Note

Forge 1.16.5 config files do not support reliable hot reload.
Some configuration changes may require a full game restart to take effect.


Command Fallback (Client-only)

Used when the server does not have the mod installed.

Forge 1.16.5

blockReachCommand = "attribute @s forge:reach_distance base set {value}"

Forge 1.20.1

blockReachCommand = "attribute @s forge:block_reach base set {value}"
entityReachCommand = "attribute @s forge:entity_reach base set {value}"

NeoForge 1.21+

blockReachCommand = "attribute @s minecraft:player.block_interaction_range base set {value}"
entityReachCommand = "attribute @s minecraft:player.entity_interaction_range base set {value}"
  • {value} will be replaced automatically
  • Invalid commands fallback to default values
  • Requires permission to use /attribute

Server Compatibility

Client-only

  • Uses commands to modify reach
  • Requires OP or permission from the server
  • Works on vanilla / Bukkit hybrid / most servers if /attribute is allowed

With server installed

  • Uses custom network packets (more reliable)
  • Supports permission control
  • Automatically resets reach when permission is lost

Permission node:

externalview.reach

Default: OP only

Compatible with permission systems such as:

  • LuckPerms
  • Forge Permission API
  • NeoForge Permission API

Version Notes

Forge 1.16.5

Uses Forge reach attribute:

forge:reach_distance

Forge 1.20.1

Uses Forge reach attributes:

forge:block_reach
forge:entity_reach

NeoForge 1.21+

Uses vanilla player interaction range attributes:

minecraft:player.block_interaction_range
minecraft:player.entity_interaction_range

Notes

  • If /attribute is blocked, client-only mode will not work
  • Reach changes affect both block and entity interaction range
  • Command fallback mode is best-effort (no strict failure detection)
  • Supports hybrid servers such as Mohist and Youer

License

LGPL-2.1-or-later

External View Reloaded

A Forge / NeoForge mod for Minecraft 1.16.5+ based on External View Reload.
Provides adjustable third-person camera distance and optional long reach functionality.

CurseForge: https://www.curseforge.com/minecraft/mc-mods/external-view
Modrinth: https://modrinth.com/mod/external_view


Features

  • Adjustable third-person camera distance (default: Page Up / Page Down)
  • Long Hand Mode (default: K) – increases interaction reach
  • Camera collision option (prevents clipping through blocks)
  • Fully configurable via TOML
  • Works client-only (with command fallback)
  • Optional server-side networking support
  • Permission API support
  • Languages: English, Russian, Simplified Chinese

Configuration

File:

config/externalview-common.toml

Camera

  • cameraSpeed (default: 0.5) – zoom step size
  • viewDistance (default: 56) – maximum camera distance
  • cameraCollision (default: true) – prevent camera clipping

Reach

  • reach (default: 40.0) – reach in Long Hand Mode
  • defaultReach (default: 5.0) – default reach (vanilla = 5.0)

WARNING: Changing defaultReach may cause issues on some servers.

Forge 1.16.5 Note

Forge 1.16.5 config files do not support reliable hot reload.
Some configuration changes may require a full game restart to take effect.


Command Fallback (Client-only)

Used when the server does not have the mod installed.

Forge 1.16.5

blockReachCommand = "attribute @s forge:reach_distance base set {value}"

Forge 1.20.1

blockReachCommand = "attribute @s forge:block_reach base set {value}"
entityReachCommand = "attribute @s forge:entity_reach base set {value}"

NeoForge 1.21+

blockReachCommand = "attribute @s minecraft:player.block_interaction_range base set {value}"
entityReachCommand = "attribute @s minecraft:player.entity_interaction_range base set {value}"
  • {value} will be replaced automatically
  • Invalid commands fallback to default values
  • Requires permission to use /attribute

Server Compatibility

Client-only

  • Uses commands to modify reach
  • Requires OP or permission from the server
  • Works on vanilla / Bukkit hybrid / most servers if /attribute is allowed

With server installed

  • Uses custom network packets (more reliable)
  • Supports permission control
  • Automatically resets reach when permission is lost

Permission node:

externalview.reach

Default: OP only

Compatible with permission systems such as:

  • LuckPerms
  • Forge Permission API
  • NeoForge Permission API

Version Notes

Forge 1.16.5

Uses Forge reach attribute:

forge:reach_distance

Forge 1.20.1

Uses Forge reach attributes:

forge:block_reach
forge:entity_reach

NeoForge 1.21+

Uses vanilla player interaction range attributes:

minecraft:player.block_interaction_range
minecraft:player.entity_interaction_range

Notes

  • If /attribute is blocked, client-only mode will not work
  • Reach changes affect both block and entity interaction range
  • Command fallback mode is best-effort (no strict failure detection)
  • Supports hybrid servers such as Mohist and Youer

License

LGPL-2.1-or-later

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works