
Catppuccin for Meteor Client
Harder, Better, Faster, Stronger
Font used in previews: Lexend Deca
Requires Meteor Client (duh).
- 🡒 Go to the Releases tab and download the latest
.jarfile. - 🡒 Move the file into your
.minecraft/modsfolder. - 🡒 Launch Minecraft.
- 🡒 Open ClickGUI (
Right Shift), go to the "GUI" tab. - 🡒 Select "Catppuccin" from the "Theme" dropdown.
- 🡒 Recommended: In the "Config" tab, set your custom font to Arial (or any font that supports bold/italic styles) for the full experience.
-
🟣 Epic Rounded Corners™
(Powered by custom shaders and meshes. Perfectly smooth rounded corners with configurable radius) -
🌈 Epic Flavors and Colors from the Catppuccin Palette
(Latte, Frappé, Macchiato, Mocha and all the colors) -
🌀 Epic Smooth Animations™
(Configurable duration and easing, now even better and smoother after v2 update) -
🔤 Epic Font Rendering™
(Supports bold, italic, and dynamic font style switching) -
🧲 Epic Snap-to-Grid for Modules Screen™
(Keeps your GUI very epic looking and organized) -
🔎 Epic Search™
(Leveraging advanced query-parsing technology to help you find 'AutoCrystal' 0.4ms faster)
Want to add support for the Catppuccin Theme in your addon?
Add the JitPack repository and the API dependency to your build.gradle.kts.
repositories {
maven {
name = "jitpack"
url = uri("https://jitpack.io")
}
}dependencies {
// Use the ':api' classifier to not include the whole theme in your addon
// Note: Make sure '${mc_version}' matches your target Minecraft version (e.g. "1.21.1"),
// also replace '${catppuccin_version}' with the latest Catppuccin version (e.g. "2.0.0")
include(modImplementation("com.github.X-C-0.catppuccin-addon:${mc_version}:${catppuccin_version}:api"))
// Optional: Add the full theme to your runtime environment
modLocalRuntime("com.github.X-C-0.catppuccin-addon:${mc_version}:${catppuccin_version}")
}If your addon adds new categories, you can register custom icons for them to match the theme style.
// Check the javadocs for usage
CatppuccinIcons.registerCategoryIcon(categoryName, texture);- Find me on Meteor's discord (
@Pindour) or join my silly Discord Server if you want to hang out. - Found a bug? Open an Issue (please include logs/screenshots).




