Create Ore Excavation Better Finder

Quick rating

Create Ore Excavation Better Finder

No reviews yet

Create Ore Excavation Better Finder is an addon for Create: Ore Excavation that replaces the Vein Finder with a proper prospecting radar.

Adventure/Exploration
Mod Loaders
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 Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
coebetterfinder-1.0.2.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

Create Ore Excavation Better Finder is a lightweight addon for Create: Ore Excavation (COE) that turns vein hunting into a modern prospecting radar experience, replacing the original text-based Vein Finder.

The hand-held Prospector's Radar is used with a right-click to open a two-column interface:

  • On the left, a "heading-up" radar (a real radar): your looking direction stays fixed toward the top of the screen while the map, the compass rose (N/S/E/W), and the veins rotate around you based on your orientation. Every detected vein shows up as a blip, and the nearest one is highlighted.
  • On the right, an info panel: the vein type of the chunk you're standing in, the nearest vein, its distance, and the number of veins detected, all kept readable and laid out so it never overflows.

Each scan triggers a radar ping sound, and the item has a configurable cooldown, in the spirit of the original Vein Finder.

Additional features:

  • Type filter: Sneak + right-click cycles the targeted vein type (or "all").
  • Lag-free: scanning only reads already-loaded chunks, never forcing terrain generation.
  • Radial density mode (optional, off by default): more veins the farther you get from spawn, following a configurable curve.
  • Admin commands to place, remove, and list veins.
  • Upgrade recipe built from COE's Vein Finder.

radar that scan the area and indicate the nearest vein

Commands

All commands live under /coebf vein and require OP permission level 2 (operators only). They are admin/debug tools for populating or testing a world, normal prospecting is done in-game with the Prospector's Radar, not with these commands.

Note: all positions are chunk coordinates, not block coordinates.

Command Description
/coebf vein set <type> [chunkX chunkZ] [multiplier] Place a vein. <type> autocompletes from the known Create: Ore Excavation vein recipes. With no coordinates, the vein is placed in the chunk you're standing in. The optional multiplier (0–1000) sets the vein size, COE-style.
/coebf vein delete [chunkX chunkZ] Remove the vein from a chunk (the current chunk if no coordinates are given).
/coebf vein list [radius] List the veins within a radius in chunks (default 3, max 32), sorted by distance from your position.

Details

  • One vein per chunk: following COE's rule, pose fails with a clear message if the target chunk already holds a vein.
  • Unknown type: if <type> doesn't match an existing COE vein recipe, the command reports an error and does nothing.
  • Source of truth: these commands read and write Create: Ore Excavation's own chunk vein data, they don't create a parallel system. Anything you place or remove is a real COE vein.
  • Feedback messages are fully translated (English / French).

Join my discord for any suggestion or question https://discord.gg/AG8B2kV5cX

Create: Ore Excavation remains the single source of truth for vein data, this mod only reads and presents it. Requires NeoForge 1.21.1, Create, Create: Ore Excavation, and owo-lib (client-side, for the interface).

Create Ore Excavation Better Finder is a lightweight addon for Create: Ore Excavation (COE) that turns vein hunting into a modern prospecting radar experience, replacing the original text-based Vein Finder.

The hand-held Prospector's Radar is used with a right-click to open a two-column interface:

  • On the left, a "heading-up" radar (a real radar): your looking direction stays fixed toward the top of the screen while the map, the compass rose (N/S/E/W), and the veins rotate around you based on your orientation. Every detected vein shows up as a blip, and the nearest one is highlighted.
  • On the right, an info panel: the vein type of the chunk you're standing in, the nearest vein, its distance, and the number of veins detected, all kept readable and laid out so it never overflows.

Each scan triggers a radar ping sound, and the item has a configurable cooldown, in the spirit of the original Vein Finder.

Additional features:

  • Type filter: Sneak + right-click cycles the targeted vein type (or "all").
  • Lag-free: scanning only reads already-loaded chunks, never forcing terrain generation.
  • Radial density mode (optional, off by default): more veins the farther you get from spawn, following a configurable curve.
  • Admin commands to place, remove, and list veins.
  • Upgrade recipe built from COE's Vein Finder.

radar that scan the area and indicate the nearest vein

Commands

All commands live under /coebf vein and require OP permission level 2 (operators only). They are admin/debug tools for populating or testing a world, normal prospecting is done in-game with the Prospector's Radar, not with these commands.

Note: all positions are chunk coordinates, not block coordinates.

Command Description
/coebf vein set <type> [chunkX chunkZ] [multiplier] Place a vein. <type> autocompletes from the known Create: Ore Excavation vein recipes. With no coordinates, the vein is placed in the chunk you're standing in. The optional multiplier (0–1000) sets the vein size, COE-style.
/coebf vein delete [chunkX chunkZ] Remove the vein from a chunk (the current chunk if no coordinates are given).
/coebf vein list [radius] List the veins within a radius in chunks (default 3, max 32), sorted by distance from your position.

Details

  • One vein per chunk: following COE's rule, pose fails with a clear message if the target chunk already holds a vein.
  • Unknown type: if <type> doesn't match an existing COE vein recipe, the command reports an error and does nothing.
  • Source of truth: these commands read and write Create: Ore Excavation's own chunk vein data, they don't create a parallel system. Anything you place or remove is a real COE vein.
  • Feedback messages are fully translated (English / French).

Join my discord for any suggestion or question https://discord.gg/AG8B2kV5cX

I'm an experienced Java developer, this is my first mod. This mod was developed with AI assistance to get into the NeoForge ecosystem.

Create: Ore Excavation remains the single source of truth for vein data, this mod only reads and presents it. Requires NeoForge 1.21.1, Create, Create: Ore Excavation, and owo-lib (client-side, for the interface).

Screenshots

Gallery

  • Capture d'écran 2026-06-05 182625.png
    Capture d'écran 2026-06-05 182625.png Capture d'écran 2026-06-05 182625.png
  • Capture d'écran 2026-06-05 182656.png
    Capture d'écran 2026-06-05 182656.png Capture d'écran 2026-06-05 182656.png

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

~7,000
Total Downloads
CurseForge
~4,000
Modrinth
~2,000
Last Updated
CurseForge
Modrinth
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