OxideWaveLength / Minecraft-Hack-BaseClient

This is a Minecraft Base Client
MIT License
310 stars 47 forks source link

Addons #59

Closed Minecodes closed 3 years ago

Minecodes commented 3 years ago

Can you please add an addon manager? If you have added the addon (class) there, it will be loaded with the functions of MCP.

PS: It's like a own class in the client.

josephworks commented 3 years ago

Yes, https://github.com/josephworks/Matix/blob/mc-1.8/src/minecraft/de/paxii/clarinet/module/external/ExternalModuleLoader.java

https://www.javassist.org/

I am guessing that you are thinking of external modules. If so, hopefully, the resources above help.

OxideWaveLength commented 3 years ago

A feature similar to this is in the planning and should come with the next major update of the client