Introducing the enchanting Catppuccin Theme Addon for your Minecraft Pocket Edition (MCPE), crafted to deliver a soothing pastel aesthetic aimed at enhancing your gaming experience.
This appealing theme is specifically designed for the Meteor Client and Asteroid. Users can unlock a vibrant array of visual enhancements by integrating this addon into their gameplay.
Prerequisites: Meteor Client or Asteroid is required.
🌟 Key Features
- 🟣 Stunning Rounded Corners™ (Utilizes custom shaders and meshes for flawlessly smooth rounded corners with adjustable radius)
- 🌈 Vibrant Colors and Flavors inspired by the Catppuccin Palette (Includes options like Latte, Frappé, Macchiato, Mocha and an extensive range of colors)
- 🌀 Smooth and Seamless Animations™ (Now offers configurable duration and easing, achieving unparalleled smoothness post v2 update)
- 🔤 Enhanced Font Rendering™ (Supports bold, italic styles, and dynamic switching of font styles)
- 🧲 Organized Snap-to-Grid for Modules Screen™ (Ensures a visually appealing and organized user interface)
- 🔍 Quick Search Functionality™ (Utilizes advanced query-parsing technology to expedite the discovery of features like ‘AutoCrystal’ by 0.4ms)
🛠️ Developer Information
Do you wish to incorporate the Catppuccin Theme support into your addon?
Gradle Configuration
To get started, you must add the JitPack repository and the necessary API dependency in your
build.gradle.kts.repositories { maven { name = "jitpack" url = uri("https://jitpack.io") } }dependencies { // Use the ':api' classifier to avoid including the entire theme in your addon // Ensure '${mc_version}' corresponds to your target Minecraft version (e.g., "1.21.1"), // and replace '${catppuccin_version}' with the latest version available (e.g., "2.0.0") include(modImplementation("com.github.X-C-0.catppuccin-addon:${mc_version}:${catppuccin_version}:api")) // Optional: Add the full theme for your runtime environment modLocalRuntime("com.github.X-C-0.catppuccin-addon:${mc_version}:${catppuccin_version}") }Custom Icon Registration
If your addon introduces new categories, feel free to register custom icons to align with the theme’s design.
// Refer to the javadocs for guidance CatppuccinIcons.registerCategoryIcon(categoryName, texture);💬 Community Support
If you want to chat, find me on Meteor’s Discord as @Pindouror come join my quirky Discord Server.Encountered a bug? Please file an Issue, and include logs or screenshots for reference.
