objd 0.3.2-beta.2 copy "objd: ^0.3.2-beta.2" to clipboard
objd: ^0.3.2-beta.2 copied to clipboard

outdated

objd is an Object Oriented framework for Building Minecraft Datapacks with ease

example/example.dart

// import the core of the framework:
import 'package:objd/core.dart';
// import the custom pack:
import './packs/examplePack.dart';

void main(List<String> args) {

  createProject(
    Project(
      name: "folder name",
      target: "./",             // path for where to generate the project
      generate: ExamplePack(),  // The starting point of generation
    ),
    args
  );
}
3
likes
0
pub points
44%
popularity

Publisher

verified publisherstevertus.com

objd is an Object Oriented framework for Building Minecraft Datapacks with ease

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

colorize, gson, meta

More

Packages that depend on objd