Mod

Locate Fixer

Quick rating

Locate Fixer

No reviews yet

you ever get that annoying msg that says biome not found or structure not found? well this fixes that command and adds some features, also the locate command runs async which improve performance.

No Theme
No Genre
World Gen Improvements
QoL & Tweaks
Performance & Optimization
Server Utility
AI Art
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 Required
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
locatefixer-3.1.0.jar
Authors
CurseForge

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

Locate Fixer

Locate Fixer is a lightweight quality-of-life mod for NeoForge 1.21.1 that makes Minecraft's /locate, /locate biome, and /tp commands reliable for players, staff, and pack makers. The mod keeps searching long after vanilla would give up, streams progress back to chat, and makes teleporting to the result safe even on busy servers also on versions 2.1.1+ when telaporting in a hill biome or cave biome you should not get stuck in blocks anymore just be careful of lava if you do get stuck please make a issue report.

Highlights

  • Escalating search radii. Locate rings climb from 6,400 blocks up to 256,000 blocks, so far-flung structures and modded biomes are actually discoverable.
  • Async locate workers. Scans run in a background thread pool while the main server thread stays responsive and keeps players moving.
  • Smart caching. Recently found structures and biomes are cached and instantly reused for nearby requests, saving repeated scans.
  • Safer teleports. /tp to a locate result preloads the destination chunks, shows a 5‑second countdown, and only moves the player once everything is ready. also it uses raytracing to find a place to put you so you don't get stuck between blocks.
  • Schematic helpers. /locate schematic <name> hooks into the WorldEdit config/worldedit/schematics folder so custom builds are easy to revisit.

Configuration

Locate Fixer is configurable through the generated config/locatefixer-server.toml file.

  • locate.locateRings — Ordered list of block radii to search. You can shrink or expand the search ceiling to fit your world size.
  • locate.locateThreadCount — Number of async worker threads (1–8) that handle structure and biome scans.
  • locate.cacheDurationMinutes — How long locate results stay cached before expiring.
  • locate.cacheChunkGranularity — How broadly cached results can be reused around the original request.
  • locate.biomeSampleRadiusMultiplier & locate.biomeSampleStepMultiplier — Tune biome sampling density for faster or more precise biome scans.
  • locate.enableNearestCommand — Enables /locate nearest structure|biome <count>.
  • poi.poiSearchRadius — Maximum radius used when scanning for points of interest.

Usage

  1. Install Locate Fixer on the server (optional but recommended on clients for consistent chat messages).
  2. Run /locate or /locate biome as usual. Progress messages show which radius is currently scanning.
  3. Use /tp immediately after; the mod preloads the target area and teleports you safely once it’s chunk-loaded.
  4. Drop .schem files into config/worldedit/schematics/ to make them discoverable via /locate schematic <name>.
  5. DEV only you can add your own structure thats generated not by datapacks and register it to the locate command using our api check the source code for api docs

Compatibility

  • NeoForge 1.21.1
  • No hard dependencies
  • Designed to coexist with optimization mods and structure/worldgen content packs

Whether you're hunting a single rare biome, confirming a structure generated, or guiding new players across a modded server, Locate Fixer keeps the locate workflow fast, chatty, and safe from start to finish.

Locate Fixer

Locate Fixer is a lightweight quality-of-life mod for NeoForge 1.21.1 that makes Minecraft's /locate, /locate biome, and /tp commands reliable for players, staff, and pack makers. The mod keeps searching long after vanilla would give up, streams progress back to chat, and makes teleporting to the result safe even on busy servers also on versions 2.1.1+ when telaporting in a hill biome or cave biome you should not get stuck in blocks anymore just be careful of lava if you do get stuck please make a issue report.

Highlights

  • Escalating search radii. Locate rings climb from 6,400 blocks up to 256,000 blocks, so far-flung structures and modded biomes are actually discoverable.
  • Async locate workers. Scans run in a background thread pool while the main server thread stays responsive and keeps players moving.
  • Smart caching. Recently found structures and biomes are cached and instantly reused for nearby requests, saving repeated scans.
  • Safer teleports. /tp to a locate result preloads the destination chunks, shows a 5‑second countdown, and only moves the player once everything is ready. also it uses raytracing to find a place to put you so you don't get stuck between blocks.
  • Schematic helpers. /locate schematic <name> hooks into the WorldEdit config/worldedit/schematics folder so custom builds are easy to revisit.

Configuration

Locate Fixer is configurable through the generated config/locatefixer-server.toml file.

  • locate.locateRings — Ordered list of block radii to search. You can shrink or expand the search ceiling to fit your world size.
  • locate.locateThreadCount — Number of async worker threads (1–8) that handle structure and biome scans.
  • locate.cacheDurationMinutes — How long locate results stay cached before expiring.
  • locate.cacheChunkGranularity — How broadly cached results can be reused around the original request.
  • locate.biomeSampleRadiusMultiplier & locate.biomeSampleStepMultiplier — Tune biome sampling density for faster or more precise biome scans.
  • locate.enableNearestCommand — Enables /locate nearest structure|biome <count>.
  • poi.poiSearchRadius — Maximum radius used when scanning for points of interest.

Usage

  1. Install Locate Fixer on the server (optional but recommended on clients for consistent chat messages).
  2. Run /locate or /locate biome as usual. Progress messages show which radius is currently scanning.
  3. Use /tp immediately after; the mod preloads the target area and teleports you safely once it’s chunk-loaded.
  4. Drop .schem files into config/worldedit/schematics/ to make them discoverable via /locate schematic <name>.
  5. DEV only you can add your own structure thats generated not by datapacks and register it to the locate command using our api check the source code for api docs

Compatibility

  • NeoForge 1.21.1
  • No hard dependencies
  • Designed to coexist with optimization mods and structure/worldgen content packs

Whether you're hunting a single rare biome, confirming a structure generated, or guiding new players across a modded server, Locate Fixer keeps the locate workflow fast, chatty, and safe from start to finish.

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

~99,000
Total Downloads
CurseForge
~98,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync