Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] A Minecraft Mod Loader using Remote Class Loading System #917

Open
0x15d3 opened this issue Apr 6, 2024 · 2 comments
Open

[Question] A Minecraft Mod Loader using Remote Class Loading System #917

0x15d3 opened this issue Apr 6, 2024 · 2 comments

Comments

@0x15d3
Copy link

0x15d3 commented Apr 6, 2024

I came across a GitHub repository that loads mod with Remote ClassLoader using Forge: https://github.com/ThnksCJ/Oneratus. Is it possible to make one using Fabric? If so, how can I do this?"

@ballincat45
Copy link

I need to know this too. +1

@sfPlayer1
Copy link
Contributor

Our class loader only supports local jars, you'd have to download them first. This sounds like a rather bad idea in general, including malware risk, the linked implementation is rather obviously insecure..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants