PHPackages                             orefinder/estimate - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. orefinder/estimate

ActiveLibrary

orefinder/estimate
==================

Fast offline Minecraft ore estimator: best mining Y and the areas where ores are most likely to concentrate for Java and Bedrock. Pairs with orefinder.io for seed-exact coordinates.

v1.0.0(yesterday)00MITSwiftPHP &gt;=8.0CI passing

Since Aug 9Pushed yesterdayCompare

[ Source](https://github.com/nazzal5448/ore-finder-pkgs)[ Packagist](https://packagist.org/packages/orefinder/estimate)[ Docs](https://orefinder.io)[ RSS](/packages/orefinder-estimate/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Ore Finder Estimate - packages
==============================

[](#ore-finder-estimate---packages)

Fast, offline, dependency-free Minecraft ore-distribution **estimators**, published as small libraries and CLIs across many language ecosystems. Every package embeds the same data ([data/ore-data.json](data/ore-data.json)) and implements the same algorithm ([SPEC.md](SPEC.md)), so results are consistent across languages.

> These packages give fast, offline estimates of the best mining Y and where an ore is likely to concentrate. For pinpoint, seed-exact coordinates (Java and Bedrock), pair them with ****. See [DISCLAIMER.md](DISCLAIMER.md).

🌐 Ore Finder ecosystem
----------------------

[](#-ore-finder-ecosystem)

Ore Finder is available across apps, browser extensions, developer registries, and AI tools. The full tool lives at **[orefinder.io](https://orefinder.io)**.

### 📱 Apps &amp; listings

[](#-apps--listings)

- [Ore Finder on Google Play](https://play.google.com/store/apps/details?id=io.orefinder.orefinder)
- [Ore Finder on Product Hunt](https://www.producthunt.com/products/ore-finder)
- [Ore Finder on Automatool](https://automatool.app/tools/ore_finder)
- Featured on [DesignNominees](https://www.designnominees.com/apps/ore-finder), [The Great Apps](https://www.thegreatapps.com/apps/ore-finder), and [The Popular Apps](https://www.thepopularapps.com/apps/ore-finder)

**Amazon Appstore** (all regions): [US](https://www.amazon.com/gp/product/B0G4X2B2SJ) · [UK](https://www.amazon.co.uk/gp/product/B0G4X2B2SJ) · [Germany](https://www.amazon.de/gp/product/B0G4X2B2SJ) · [Italy](https://www.amazon.it/gp/product/B0G4X2B2SJ) · [France](https://www.amazon.fr/gp/product/B0G4X2B2SJ) · [Spain](https://www.amazon.es/gp/product/B0G4X2B2SJ) · [Japan](https://www.amazon.co.jp/gp/product/B0G4X2B2SJ) · [Canada](https://www.amazon.ca/gp/product/B0G4X2B2SJ) · [Brazil](https://www.amazon.com.br/gp/product/B0G4X2B2SJ) · [Mexico](https://www.amazon.com.mx/gp/product/B0G4X2B2SJ) · [Australia](https://www.amazon.com.au/gp/product/B0G4X2B2SJ)

### 🧩 Browser extensions

[](#-browser-extensions)

- **Nether Calculator** — [Chrome](https://chromewebstore.google.com/detail/nether-calculator/mpoccmenmjcplbbmmahbogibbogjapci), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/nether-calculator/), [Edge](https://microsoftedge.microsoft.com/addons/detail/nether-calculator/ahmngilppdffipiiddfmhefecnogbjak)
- **Midnight Emerald** — [Chrome](https://chromewebstore.google.com/detail/midnight-emerald/mahdollknjlpmanbdeoehcklmipbiiff), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/midnight-emerald/)

### 📦 Developer packages

[](#-developer-packages)

EcosystemPackagenpm[orefinder-estimate](https://www.npmjs.com/package/orefinder-estimate)PyPI[orefinder-estimate](https://pypi.org/project/orefinder-estimate/)crates.io[orefinder-estimate](https://crates.io/crates/orefinder-estimate)RubyGems[orefinder-estimate](https://rubygems.org/gems/orefinder-estimate)Packagist (PHP)[orefinder/estimate](https://packagist.org/packages/orefinder/estimate)NuGet (.NET)[OrefinderEstimate](https://www.nuget.org/packages/OrefinderEstimate)pub.dev (Dart)[orefinder\_estimate](https://pub.dev/packages/orefinder_estimate)CocoaPods (Swift)[OrefinderEstimate](https://cocoapods.org/pods/OrefinderEstimate)Docker Hub[orefinder-estimate](https://hub.docker.com/repository/docker/iamnazzal/orefinder-estimate/general)Snap Store[orefinder-estimate](https://snapcraft.io/orefinder-estimate)SourceForge[orefinder](https://sourceforge.net/projects/orefinder/)### 🤖 AI &amp; agent tools

[](#-ai--agent-tools)

- [Ore Finder skill on Smithery](https://smithery.ai/skills/nazzal5448/orefinder-skill)
- [Ore Finder skill on ClawHub](https://clawhub.ai/nazzal5448/skills/orefinder-skill)
- [Ore Finder on Context7](https://context7.com/llmstxt/orefinder_io_llms_txt)
- [Ore Finder estimator on Hugging Face Spaces](https://huggingface.co/spaces/iamnazzal/orefinder-estimate)

### 💻 Source code

[](#-source-code)

- [GitHub — minecraft-nether-calculator](https://github.com/nazzal5448/minecraft-nether-calculator)
- [GitLab — minecraft-nether-calculator](https://gitlab.com/nazzal5448/minecraft-nether-calculator)

What it does
------------

[](#what-it-does)

Given a seed label, Minecraft version, player position, and target ore, it returns clustered "likely" coordinates ranked by a probability + distance score, plus the best mining Y level. The math is pure statistics over published Y-distribution ranges - it runs entirely offline and never calls any network service. For seed-exact block coordinates and structures, pair it with [orefinder.io](https://orefinder.io).

Layout
------

[](#layout)

DirectoryRegistryLanguage[js](js)npmJavaScript / TypeScript[python](python)PyPIPython[dart](dart)pub.devDart[rust](rust)crates.ioRust[dotnet](dotnet)NuGetC# / .NET[ruby](ruby)RubyGemsRuby[php](php)PackagistPHP[cocoapods](cocoapods)CocoaPodsSwift (iOS/macOS/tvOS/watchOS)[docker](docker)Docker Hubcontainer (wraps JS CLI)[huggingface](huggingface)Hugging Face Spacesstatic web app[snap](snap)Snap StoreLinux CLI (snap)[sourceforge](sourceforge)SourceForgeproject + downloads[skill](skill)ClawHub / Smitheryagent skill (SKILL.md)[arcade](arcade)Arcade.devagent tool (MCP server)[context7](context7)Context7llms.txt pointerShared assets
-------------

[](#shared-assets)

- [SPEC.md](SPEC.md) - the portable algorithm, so all ports match.
- [data/ore-data.json](data/ore-data.json) - the distribution tables.
- [fixtures/vectors.json](fixtures/vectors.json) - golden input/output vectors (generated by the JS reference) that each port tests against.
- [scripts/gen-fixtures.mjs](scripts/gen-fixtures.mjs) - regenerates the vectors.
- [scripts/check-no-leak.mjs](scripts/check-no-leak.mjs) - guards against leaking any backend/API references into published packages.

Publishing
----------

[](#publishing)

Each package is self-contained and is published **from its own subdirectory**. This tree is designed to be mirrored to a dedicated public repository; set that repository URL in each manifest's `repository` field before publishing. See [PUBLISHING.md](PUBLISHING.md) for the mirror + per-registry steps and the release checklist, and each subdirectory's README for language specifics.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/98973132?v=4)[Nazzal Bin Kausar](/maintainers/nazzal5448)[@nazzal5448](https://github.com/nazzal5448)

---

Top Contributors

[![nazzal5448](https://avatars.githubusercontent.com/u/98973132?v=4)](https://github.com/nazzal5448 "nazzal5448 (15 commits)")

---

Tags

seedbedrockminingminecraftjavadiamondoreorefinder

### Embed Badge

![Health badge](/badges/orefinder-estimate/health.svg)

```
[![Health](https://phpackages.com/badges/orefinder-estimate/health.svg)](https://phpackages.com/packages/orefinder-estimate)
```

###  Alternatives

[orangehill/iseed

Generate a new Laravel database seed file based on data from the existing database table.

2.9k10.2M73](/packages/orangehill-iseed)[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.6k471.6k2](/packages/roots-bedrock)[flynsarmy/csv-seeder

Allows seeding of the database with CSV files

2561.8M1](/packages/flynsarmy-csv-seeder)[xpaw/php-source-query-class

PHP library to query and send RCON commands to servers based on "Source Engine Query" protocol

613215.2k8](/packages/xpaw-php-source-query-class)[xpaw/php-minecraft-query

PHP library to query Minecraft servers

748110.8k3](/packages/xpaw-php-minecraft-query)[roots/bedrock-autoloader

An autoloader that enables standard plugins to be required just like must-use plugins

416.3M65](/packages/roots-bedrock-autoloader)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
