https://github.com/brecert/displayday-datapack
https://github.com/brecert/displayday-datapack
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brecert/displayday-datapack
- Owner: brecert
- Created: 2018-09-02T12:53:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T13:15:07.000Z (almost 8 years ago)
- Last Synced: 2025-02-23T07:33:04.870Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Days of the Week Datapack
> A small datapack which displays the day of the week when the sun rises.

## Notes
You will need the [TimeTools datapack](https://github.com/Brecert/TimeTools-Datapack) installed to use this datapack
Everything in this small pack assumes that your `tt.WEEK` is 7 days.
Since this is a gameplay mechanic it's not really meant to be used like an api, but for documentation purposes they are listed here anyways.
## Functions
`dspd:display_date`
```
displays the day of the week to everyone.
```
`dspd:clock : minecraft:tick`
```
executes dspd:display_date if it's the begining of the day
```