Stevertus / objD

objD is a framework for developing Datapacks for Minecraft. It uses the Dart programming language.
https://objd.stevertus.com
BSD 2-Clause "Simplified" License
46 stars 13 forks source link

Commands "objd serve" / "objd run" Do Not Function #9

Closed Brittank88 closed 4 years ago

Brittank88 commented 4 years ago

Here is an example in which the only steps I have taken are to generate a brand new template, and try to run objd serve . index.dart: image

Error: Error when reading '..dart': The system cannot find the file specified.

This is printed every time a change is detected. At no point is the datapack structure / files ever generated.

The same thing happens with objd run ..

I'm at a loss as to what to do - I'm trying to just create the most basic starter pack for learning, and I've spent the last hour trying to figure out how to make even the compiler work.

Brittank88 commented 4 years ago

Nevermind, turns out the documentation is old and the correct command is now objd serve index.dart.

Thanks failall <3