https://github.com/modrinth/daedalus
https://github.com/modrinth/daedalus
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/modrinth/daedalus
- Owner: modrinth
- License: mit
- Created: 2021-10-06T05:51:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T21:41:13.000Z (over 1 year ago)
- Last Synced: 2025-04-09T16:05:24.699Z (about 1 year ago)
- Language: Rust
- Size: 151 KB
- Stars: 20
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Daedalus
Daedalus is a powerful tool which queries and generates metadata for the Minecraft (and other games in the future!) game
and mod loaders for:
- Performance (Serving static files can be easily cached and is extremely quick)
- Ease for Launcher Devs (Metadata is served in an easy to query and use format)
- Reliability (Provides a versioning system which ensures no breakage with updates)
Daedalus is currently a work in progress, but will support the original Minecraft data and reposting for all Forge and
Fabric artifacts.
Once Daedalus is done, Modrinth will provide full documentation for how to query from it and use it for your own launcher!