HomeJavaModsFaelib APIs
ModsJava

Faelib APIs

by Feintha · on Modrinth

Compilation of common code shared between my mods. Free Minecraft Java mod for 1.20.1.

⬇ Download on Modrinth

A compilation of commonly used code in all of my mods.

Includes:

How to include:

// gradle.properties
...
imgui_version=(see version on left tab)
...

// build.gradle
dependencies {
  modImplementation [faelib api maven]
  
// The following is only required if you need to use the ImGui API.

// The libraries themselves are included in Faelib
  compileOnly("io.github.spair:imgui-java-binding:${project.imgui_version}")
  compileOnly("io.github.spair:imgui-java-lwjgl3:${project.imgui_version}")

  compileOnly("io.github.spair:imgui-java-natives-windows:${project.imgui_version}")
  compileOnly("io.github.spair:imgui-java-natives-linux:${project.imgui_version}")
  compileOnly("io.github.spair:imgui-java-natives-macos:${project.imgui_version}")
}
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more