Deduplicate mods, resourcepacks and shaderpacks to save space by hardlinking the files. If a file has already been downloaded this makes adding it extremely fast
- Install pnpm
pnpm i
pnpm dev to start
There is a dev shell available in the flake. Requires
programs.nix-ld.enable = true;Code is split up over multiple packages / repos
- Launcher Core handles launching the game
- Tomate Mods for interactions with curseforge and modrinth api
- Find Java for finding java installations
- Tomate Loaders handles fetching mod loader metadata


