https://github.com/stevertus/objd-blocks
This is an example repo for showing how CustomBlocks are meant to be used in objD
https://github.com/stevertus/objd-blocks
Last synced: over 1 year ago
JSON representation
This is an example repo for showing how CustomBlocks are meant to be used in objD
- Host: GitHub
- URL: https://github.com/stevertus/objd-blocks
- Owner: Stevertus
- Created: 2020-09-23T08:50:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T09:01:39.000Z (almost 6 years ago)
- Last Synced: 2025-01-30T04:17:07.377Z (over 1 year ago)
- Language: Dart
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## objD Blocks
This is an example repo for showing how CustomBlocks are meant to be used in objD.
See the official documentation: https://objd.stevertus.com/modules/#customblock
Watch my Youtube Video about it: https://youtu.be/zOoGfqywiKM?t=1173
Download already compiled outputs here: https://github.com/Stevertus/objd-blocks/releases
### Installation
Clone the repository, open the folder and run
```
pub get
```
Generate the Datapack with
```
dart index.dart
or
objd run index.dart
```