orefinder_estimate 1.0.0
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_estimateUse 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_estimateWith Flutter:
$ flutter pub add orefinder_estimateThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
orefinder_estimate: ^1.0.0Alternatively, 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';