Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tivins/mc-irl-time
Display IRL time in chat every 5 minutes.
https://github.com/tivins/mc-irl-time
fabric-mod minecraft minecraft-mod
Last synced: 17 days ago
JSON representation
Display IRL time in chat every 5 minutes.
- Host: GitHub
- URL: https://github.com/tivins/mc-irl-time
- Owner: tivins
- License: cc0-1.0
- Created: 2024-07-25T17:26:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T20:50:21.000Z (4 months ago)
- Last Synced: 2024-10-16T12:18:29.240Z (about 1 month ago)
- Topics: fabric-mod, minecraft, minecraft-mod
- Language: Java
- Homepage:
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IRL Time Minecraft Mod
## Description
This Minecraft mod displays the IRL time every 5 minutes.
## Configuration
Open `./config/irl-time-mod.json` and edit properties :
* `format` Defines how the time is formatted. Default is `hh:mm a` (eg: 11:49 PM).
* `prefix` String displayed before the time. Default: `"It's "`
* `overlay` (boolean) Indicates whether the message is displayed as an overlay or not.## Screenshots
* Overlay:
![irl-time-1.jpg](docs/irl-time-1.jpg)
* In chat:
![irl-time-1.jpg](docs/irl-time-2.png)
## Contributing
We welcome contributions to this project! If you have an idea for improvement or have found a bug, please feel free to open an issue. Pull requests are also greatly appreciated.