https://github.com/stevertus/objd-starter
A Quickstart Project using the most simplest structure of objD.
https://github.com/stevertus/objd-starter
dart datapack generator minecraft objd quickstart
Last synced: 27 days ago
JSON representation
A Quickstart Project using the most simplest structure of objD.
- Host: GitHub
- URL: https://github.com/stevertus/objd-starter
- Owner: Stevertus
- Created: 2019-08-16T19:28:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-16T19:29:19.000Z (almost 7 years ago)
- Last Synced: 2025-03-25T03:28:21.701Z (about 1 year ago)
- Topics: dart, datapack, generator, minecraft, objd, quickstart
- Language: Dart
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# objD Quickstart
This is a quick start Project using the most simplest structure of objD.
Clone it with
```git
git clone https://github.com/Stevertus/objd-starter
```
And initialize the dependencies with
```
pub get
```