fabric-loader icon indicating copy to clipboard operation
fabric-loader copied to clipboard

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

Open 0x15d3 opened this issue 1 year ago • 2 comments
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?"

0x15d3 avatar Apr 06 '24 21:04 0x15d3

I need to know this too. +1

ghost avatar Jul 09 '24 22:07 ghost

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..

Player3324 avatar Jul 09 '24 23:07 Player3324