kajava (kajava)
this mod allows loading custom java class files into Minecraft
known bugs:
when running, it logs a few warnings.
when running, there may be a few extra compilations.
Features:
NO REMAPPING: currently does not support remapping, may be added later.
CLASS RUNNING: To use, create a java class file and make it implement KajavaPlugin (located in the io.github.kadir1243.kajava.api package), then add it to the runnableClasses.
Groovy: Version 0.0.5 adds support for Groovy.
Java: All versions support Java.
When you run Minecraft, this mod automatically compiles custom class files and loads them into Minecraft. Note that the loaded files do not automatically run (see classrunning for more details).
TODO LIST:
Remapping
Other programming languages
0.0.7
0.0.6
0.0.5
收录