
imgui-quilt
Quilted ImGui, ImGui for Minecraft Quilt based on imgui-java
Screenshots

About this Mod
imgui-quilt
Quilt interface for imgui-java, an updated version of imgui-mc.

Quick Usage
Add the Maven repository and the modImplementation to your build.gradle
maven {
url "https://git.gaycatgirl.sex/api/v4/projects/21/packages/maven"
}
implementation "gay.eviee:imgui-quilt:<VERSION>"
You can then add Renderables to ImGuiQuilt.renderstack for them to be rendered.
Use ImGui methods in render() of the Renderables interface.
Example:
ImGuiQuilt.renderstack.add(new Renderable() {
@Override
public String getName() {
return "Profiling Name";
}
@Override
public Theme getTheme() {
return null;
}
@Override
public void render() {
ImGui.text("Example Text Element");
}
});
Available Versions
How to Install imgui-quilt on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set quilt Loader
In the panel under "Egg", select the quilt loader and matching Minecraft version (1.20.1).
Install Mod
Open the mod browser in the dashboard and search for "imgui-quilt". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.20.1, 1.20, 1.19.4 (+4 more)
Server-side
✗ UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
imgui-quilt server crashes on startup – what to do?
Most common cause: wrong quilt version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.20.1). You can switch loaders with one click in the panel.
Is imgui-quilt compatible with quilt?
imgui-quilt officially supports quilt for Minecraft 1.20.1, 1.20, 1.19.4. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with imgui-quilt – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if imgui-quilt consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install imgui-quilt with just one click on your server.