fabric-loader
fabric-loader copied to clipboard
[Question] A Minecraft Mod Loader using Remote Class Loading System
trafficstars
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?"
I need to know this too. +1
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..