TechnicSolder icon indicating copy to clipboard operation
TechnicSolder copied to clipboard

Add mod importing from Modrinth, Forge and Fabric

Open rtm516 opened this issue 2 years ago • 2 comments

Fixes N/A

  • [x] Tested Changes using phpunit
  • [x] Have read and followed the Contribution Guidelines

Adds mod browsing and importing from Modrinth, along with importing of Forge and Fabric versions.

Known issues:

  • When parsing a mod json (eg fabric.mod.json) that has a newline in the middle of a string it will fail to load and therefor requires manual importing. This is due to the json file not following the official specifications, see https://stackoverflow.com/questions/34486346/new-lines-and-tabs-in-json-decode-php-7 for more info
Screenshots

Main import page 2022-08-06_21-56-31 Fabric import page 2022-08-06_15-25-17 Forge import page 2022-08-06_15-25-52 Imported mod details and version selection 2022-08-06_21-57-04

rtm516 avatar Aug 06 '22 21:08 rtm516

Is this still beeing reviewd looks like a cool feature

Draakoor avatar Oct 20 '23 22:10 Draakoor

Rebased for cleaner merge

rtm516 avatar Oct 27 '23 12:10 rtm516