76daadaebe
move to correct package
3b8c103ec1
add logging for failed authentication
06b28c6e16
Merge pull request 'Separate plugin types' (#10) from ecorous/plugin-types into main
39ba054fcb
replace AtomicInteger usage with single-element array
b6d904595a
add icon, fix icon positioning
a3960b933f
update dependencies
565e4df74e
add ability for mods to provide further mod providers
Separate plugin types
I don't think so, it doesn't really matter. The only important thing is that the content is unique among all mod providers due to the constraints of java's HashMap. And as we aren't really doing…
Separate plugin types
No, thought about it but ResourceLocation is a Minecraft class and therefore may not be available.