18143913b8
Merge pull request 'Fix HTTP hanging and redirects' (#5) from TheKodeToad/http-fix into mistress
022d170c0a
Fix HTTP hanging and redirects
Fix HTTP hanging and redirects
Fix HTTP hanging and redirects
7a7d454a16
Merge branch 'main' into TheKodeToad/mod-dependencies-iface
bc520da577
Merge pull request 'Require extensions to be namespaced' (#14) from TheKodeToad/extension-namespace into main
c84e2c0a9e
Merge branch 'main' into TheKodeToad/extension-namespace
aeb621d704
fix not adding game to classpath after remapping
136cda8eb4
use MappingData.reverse() instead of MappingBundle.reverse()
c84e2c0a9e
Merge branch 'main' into TheKodeToad/extension-namespace
aeb621d704
fix not adding game to classpath after remapping
136cda8eb4
use MappingData.reverse() instead of MappingBundle.reverse()
Convert ModDependencies to an interface
Added them, also hopefully added @Nullable on everything which can be null LMK if it's correct
Require extensions to be namespaced
If a mod wants to handle an error without crashing, should it have a try catch block in its prelaunch handler?