cdbbnny
cdbbnny
Update - I have made a fix that works for the Repurposed Structures datapacks and should work for other datapacks as well. The issue was that in vanilla MC, there...
Superseded by 65263b6, 6fe8c76
Shader packs are new in CurseForge, so this script doesn't know what to do with them. I will put together a proper solution, but in the meantime, you can delete...
Forge might have changed something about their installer for newer versions. I will check if this is the case. Also, is the modpack trying to use Forge version `47.1.3` or...
It looks like the Forge version detection regex was a bit too permissive. Should be fixed in f6aa4ea.
Oh... I did add some logic to use `distutils` on Python versions below 3.8, and it turns out I never tested it. Thanks for the report!
Should be fixed in ac47ae2.
If I remember right, the format is not consistent across different versions of Forge. I can check if that's what's happening. In any case, the fallback option should not be...
I have not fully tested it, but this should be resolved in f6aa4ea.
Hi, thanks for the PR! A couple thoughts: * Thanks for the reformat! I usually wouldn't say that, but I did go back to change some logic in the previous...