#Get list of modids

17 messages · Page 1 of 1 (latest)

austere quiver
#

Platform.mods is a thing too

grave drift
#

you should probably also cache these or something so you dont need to remake the set every time

bleak ember
grave drift
#

eh i guess

austere quiver
#

how is it different from Platform.mods?

grave drift
#

why use a builtin method when you can reflect and loop over a list to add items to a set and also change the access level of a field

austere quiver
#

to not reinvent the same wheel

#

what

grave drift
#

uh /s

austere quiver
#

@w@

grave drift
#

i mean kjs actually does basically the same thing anyways

#

it just also includes mod info and caches it

austere quiver
#

which is why im confused

bleak ember
#

Oh, Yes, it's more optimal solution. Thanks!