objd 0.2.2 copy "objd: ^0.2.2" to clipboard
objd: ^0.2.2 copied to clipboard

outdated

objd is a 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
  );
}
5
likes
0
points
24
downloads

Publisher

verified publisherstevertus.com

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

colorize, meta, path, watcher

More

Packages that depend on objd