Skip to content

freehij/javaagent-modloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java agent mod loader

latest issues
A simple minimal dependency java-agent based mod loader for java programs (mainly for minecraft).

How to use

Download the loader and add this to your java arguments for the game instance you want to use the loader with:
-javaagent:<path to loader jar>

Alternatively if you use prism launcher you can go to Edit instance -> Version -> Add agents and select the downloaded jar.

Version range (Minecraft: JE)

Supports all unobfuscated versions of the game (25w45a_unobfuscated-1.21.11_unobfuscated and all later releases)
Full list of supported versions with download links can be found here.

Development

An example mod is avaliable here.

The mod development process is pretty similar to fabric so it should be pretty straight forward.
However this loader is much more simplier than fabric so it may lack many crucial features, feel free to add them yourself!

About

Mainly designed for minecraft. Stripped down version of loader from https://github.com/freehij/kareliq that is compatible with java 21 and fabric.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages