owlsys · they/she
  • Joined on 2024-05-11
owlsys commented on pull request frogmc/FrogLoader#14 2024-09-02 11:44:55 -04:00
Require extensions to be namespaced

I tried to look for other usages already but it's fairly possible I missed something in the diff view.

owlsys commented on pull request frogmc/FrogLoader#14 2024-09-02 11:41:25 -04:00
Require extensions to be namespaced

it may still be okay like this considering mod devs should definitely know when their stuff is malformed or throwing errors

owlsys commented on pull request frogmc/FrogLoader#15 2024-09-02 10:35:16 -04:00
Convert ModDependencies to an interface

the @ApiStatus.Internal annotation can be removed

owlsys commented on pull request frogmc/FrogLoader#15 2024-09-02 10:35:16 -04:00
Convert ModDependencies to an interface

This class is missing javadocs

owlsys commented on pull request frogmc/FrogLoader#14 2024-09-02 10:30:26 -04:00
Require extensions to be namespaced

this single-element array could be replaced with a normal int since it doesn't need to be used anymore (since the lambda was replaced with a loop)

owlsys commented on pull request frogmc/FrogLoader#14 2024-09-02 10:30:26 -04:00
Require extensions to be namespaced

the exception should probably be handled inside the loop to just skip the faulty mod instead of breaking and propagating the error upwards

owlsys pushed to main at frogmc/FrogLoader 2024-08-28 16:37:45 -04:00
aeb621d704 fix not adding game to classpath after remapping
owlsys pushed to main at frogmc/FrogLoader 2024-08-28 16:13:42 -04:00
136cda8eb4 use MappingData.reverse() instead of MappingBundle.reverse()
owlsys pushed to mistress at frogmc/phytotelma 2024-08-28 11:36:11 -04:00
005dc3f185 remove helper method for calamus/feather gen1 since loader falls back on gen2 without support for gen1
owlsys pushed to mistress at frogmc/phytotelma 2024-08-28 09:32:59 -04:00
d72218f62e add manifest property for calamus gen2
owlsys pushed to main at frogmc/FrogLoader 2024-08-28 07:58:36 -04:00
ac3e0d86df default to calamus(gen2) when mojmap isn't available
owlsys pushed to main at frogmc/FrogLoader 2024-08-28 07:12:12 -04:00
f7c90d15e6 fix remapping, add a bit of logging
owlsys pushed to mistress at frogmc/phytotelma 2024-08-28 06:55:19 -04:00
ca8d3c9d6a bump version
owlsys pushed to mistress at frogmc/phytotelma 2024-08-28 06:53:46 -04:00
8e93c7ec92 update thyroxine, add user agent
owlsys pushed to main at frogmc/thyroxine 2024-08-28 06:51:46 -04:00
bc47d9cc1a correct accept header
owlsys pushed to main at frogmc/thyroxine 2024-08-28 06:40:47 -04:00
f74fbc5248 refactor providers to not use optionals
owlsys pushed to main at frogmc/FrogLoader 2024-08-28 05:24:34 -04:00
be4e6530f4 update deps
owlsys pushed to mistress at frogmc/phytotelma 2024-08-28 05:09:33 -04:00
91e3bf2195 update deps, add VF to runtime classpath
owlsys pushed to main at frogmc/thyroxine 2024-08-28 04:41:29 -04:00
d68f4abea0 refactor parameter remappers to be subclasses of *Visitor instead of *Remapper
owlsys pushed to main at frogmc/FrogLoader 2024-08-27 14:29:17 -04:00
f32d237a2d fix jij loading