| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Squashed from Pyroglyph/GDLauncher/tree/modrinth-support
|
Modrinth said on Twitter that api user should have a User-Agent. |
Sorry, something went wrong.
|
I found some issues with the build #1746 can you tell me if you fixed them or not?
|
Sorry, something went wrong.
|
@AshtakaOOf |
Sorry, something went wrong.
|
I would definetly recommend getting it working as soon as possible as more and more mods are moving to Modrinth |
Sorry, something went wrong.
|
Would recommend just adding a pull request after this to add QuiltMC support to the patch because there's been no activity on that pull request and alot of big mods are moving and it's starting to really get annoying |
Sorry, something went wrong.
Me and Pyro had already talked about this before I started the PR :P |
Sorry, something went wrong.
|
I've come back after a few weeks off this project and suddenly it wasn't working. I did some investigation and found that when I merged this commit caused a total freeze (but not a crash) when opening the Manage window of an instance. It happens on both Windows and Linux on 2 different machines, so it's not isolated. I haven't figured out why yet. I've rewritten the history of my branch to remove the times I merged from the master branch and that has stopped the issue, hence the recent force push. Edit: The commit I mentioned earlier is the problem. Merging the latest master in breaks it, reverting that commit fixes it. |
Sorry, something went wrong.
|
Hello! I was wondering if you had any leads as to what the issue is? I wanted to take a crack at it and I'm curious if there was any work already put into resolving it. |
Sorry, something went wrong.
|
Hi! Any progress on this? |
Sorry, something went wrong.
|
Status...? Iris has just been removed from CurseForge... now would be THE time to get on with this. |
Sorry, something went wrong.
|
Please stop waiting on the Quilt pull. Nothing is happening with it |
Sorry, something went wrong.
|
Are we still waiting for the Qulit support? |
Sorry, something went wrong.
|
Quilt has been added already to the rewrite. We will release it in open beta by end of August. |
Sorry, something went wrong.
|
|
Sorry, something went wrong.
|
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
(This picks up where #1352 left off after the big history clean)
Purpose
Currently, GDLauncher does not support downloading mods/modpacks hosted on the Modrinth platform. This feature has been requested in issue #768.
I'm aware of GDevs' other project ferium which already supports Modrinth, and also the gdlib-refactor branch (which I assume may eventually succeed GDLauncher?), but that branch is far from completion.
Approach
This PR allows users to search for and install mods and modpacks hosted on Modrinth in the same way that they can currently be installed from CurseForge and FTB.
The implementation is highly based on the existing CurseForge/FTB installer code so it adds no new dependencies, which I see as an advantage.
Open Questions and Pre-Merge TODOs
Learning
I have read the Modrinth API docs (linked below).
Resources