Fix getAssetsIndex task for ForgeGradle 1.0#1074
Conversation
|
Did some quick tests couple days ago and it didnt work on my end. |
I see, thanks. I am still using the previous fixed version. However, I recently encountered an issue; since I am not familiar with FG, I haven't been able to figure out what caused it. When executing the setup Workspace task, the index json file fails to be retrieved, indicating that the file does not found. However, the build task retrieves the json file successfully, and the former no longer throws errors after execution. |
|
Depends on what you mean by index json, thats the thing, a lot of stuff has changed in the last 15 years. So you'd need to be more descriptive. |
This has now been fixed. When backporting the changes based on the reference patch, I hadn't fully grasped the specific implications of the modifications. I now understand them clearly, so I have revised the patch accordingly. I did not correctly understand the logic flow of the new Assets Download feature. I mistakenly modified the newly added constants, which resulted in conflicts across several JSON files. The revised patch has been force-pushed to my FG1.0-fix branch. It's a good thing you didn't merge that previous PR. |
|
Ah, well glad you got something working for your side. |
Changes
Testing Performed