TheKodeToad kode · she/her
  • eats and breathes occasionally

  • Joined on 2024-05-11
kode pushed to mistress at frogmc/phytotelma 2024-09-07 05:58:51 -04:00
18143913b8 Merge pull request 'Fix HTTP hanging and redirects' (#5) from TheKodeToad/http-fix into mistress
022d170c0a Fix HTTP hanging and redirects
Compare 2 commits »
kode merged pull request frogmc/phytotelma#5 2024-09-07 05:58:50 -04:00
Fix HTTP hanging and redirects
kode created pull request frogmc/phytotelma#5 2024-09-04 15:45:34 -04:00
Fix HTTP hanging and redirects
kode pushed to TheKodeToad/http-fix at frogmc/phytotelma 2024-09-04 15:42:35 -04:00
022d170c0a Fix HTTP hanging and redirects
kode created branch TheKodeToad/http-fix in frogmc/phytotelma 2024-09-04 15:41:52 -04:00
kode pushed to TheKodeToad/http-fix at frogmc/phytotelma 2024-09-04 15:41:52 -04:00
a625dc1275 Fix HTTP hanging and redirects
kode pushed to main at frogmc/FrogLoader 2024-09-04 14:26:33 -04:00
1ef8b24764 Cleanup dependency docs
kode pushed to mistress at frogmc/phytotelma 2024-09-04 09:29:28 -04:00
274c59f979 Bump thyroxine
kode pushed to main at frogmc/thyroxine 2024-09-04 09:22:49 -04:00
5ce38092c6 Fix downloading Parchment
kode commented on pull request frogmc/FrogLoader#16 2024-09-02 12:27:05 -04:00
Simplify Env

It launches

kode pushed to TheKodeToad/simplify-env at frogmc/FrogLoader 2024-09-02 12:25:55 -04:00
741c60001b Remove useless imports
kode created pull request frogmc/FrogLoader#16 2024-09-02 12:17:53 -04:00
Simplify Env
kode created branch TheKodeToad/simplify-env in frogmc/FrogLoader 2024-09-02 12:16:54 -04:00
kode pushed to TheKodeToad/simplify-env at frogmc/FrogLoader 2024-09-02 12:16:54 -04:00
c8440cbb53 Simplify Env
kode pushed to TheKodeToad/mod-dependencies-iface at frogmc/FrogLoader 2024-09-02 12:09:15 -04:00
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()
Compare 5 commits »
kode pushed to TheKodeToad/extension-namespace at frogmc/FrogLoader 2024-09-02 12:08:14 -04:00
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()
Compare 3 commits »
kode commented on pull request frogmc/FrogLoader#15 2024-09-02 12:04:13 -04:00
Convert ModDependencies to an interface

Added them, also hopefully added @Nullable on everything which can be null LMK if it's correct

kode pushed to TheKodeToad/mod-dependencies-iface at frogmc/FrogLoader 2024-09-02 12:03:33 -04:00
730d8573a5 Made requested changes
kode commented on pull request frogmc/FrogLoader#14 2024-09-02 11:43:21 -04:00
Require extensions to be namespaced

I think it is still needed as it is a callback to runIfPresent

kode commented on pull request frogmc/FrogLoader#14 2024-09-02 11:37:01 -04:00
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?