Sign inSign up

iamnazzal/orefinder-estimate

By iamnazzal

Updated about 1 month ago

A tiny standalone container for the fast, offline Minecraft ore locator. No runtime dependencies.

Image
Languages & frameworks
Internet of things
0

103

iamnazzal/orefinder-estimate repository overview

orefinder-estimate (Docker Hub)

A tiny standalone container for the fast, offline Minecraft ore locator. No runtime dependencies, no network access - it wraps the same estimator shipped to npm/PyPI/crates.io/etc.

Fast, offline estimates of the best mining Y and where an ore is likely to concentrate. For pinpoint, seed-exact coordinates (Java & Bedrock), pair it with the Diamond Finder.

Run

docker run --rm orefinder/estimate --version java_1_21 --ore diamond -x 0 -y 64 -z 0
docker run --rm orefinder/estimate --ore ancient_debris --version java_1_21 --biome crimson_forest --json
docker run --rm orefinder/estimate --ores   # list supported ores

Build locally

From the packages/ directory (so the build can see js/):

docker build -f docker/Dockerfile -t orefinder/estimate .

What it does

Given a seed label, version, and player position it prints likely ore coordinates and the best mining Y. Pure statistics over published Y-distribution ranges; deterministic and offline. It does not simulate world generation, ore veins, or structures.

Seed-accurate placement and structure finding live at orefinder.io.

MIT (c) Ore Finder.

Tag summary

Content type

Image

Digest

sha256:e7b500b09

Size

46.1 MB

Last updated

about 1 month ago

docker pull iamnazzal/orefinder-estimate