Rolv-Apneseth / lib_game_detector

A Rust library for detecting and parsing data about games currently installed on the system
GNU Affero General Public License v3.0
7 stars 0 forks source link

feat: modded minecraft support #11

Closed Rolv-Apneseth closed 4 months ago

Rolv-Apneseth commented 4 months ago

In relation to #10

Adds support for 2 modded Minecraft launchers:

  1. Prism Launcher
  2. ATLauncher

Note that titles for instances ("games") are prefixed with Minecraft:.

Also includes a refactor of the parsers.rs file (including tests), and some other minor fixes.