A tiny standalone container for the fast, offline Minecraft ore locator. No runtime dependencies.
103
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.
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
From the packages/ directory (so the build can see js/):
docker build -f docker/Dockerfile -t orefinder/estimate .
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.
Content type
Image
Digest
sha256:e7b500b09…
Size
46.1 MB
Last updated
about 1 month ago
docker pull iamnazzal/orefinder-estimate