orefinder_estimate 1.0.0 copy "orefinder_estimate: ^1.0.0" to clipboard
orefinder_estimate: ^1.0.0 copied to clipboard

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.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate orefinder_estimate

Use it

The package has the following executables:

$ orefinder-estimate

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add orefinder_estimate

With Flutter:

 $ flutter pub add orefinder_estimate

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  orefinder_estimate: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:orefinder_estimate/orefinder_estimate.dart';
0
likes
140
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Topics

#minecraft #ore #mining #gamedev

License

MIT (license)

More

Packages that depend on orefinder_estimate