ApricityUI

⭐ — (14 endorsements) 📥 40,951 downloads 📌 v1.2.3 📅 2/27/2026
🟡 Updated this year

By MerrySnow · decoration

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 8/19/2026 📅 Created: 2/27/2026
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.0% endorsement rate
  • 🏆 #300 of 354 decoration mods in this game by downloads

📋 About This Mod

## ApricityUI Build Minecraft UIs using **HTML + CSS + JS**. Our syntax follows Web standards as closely as possible. Document: (https://doc.sighs.cc/en/ApricityUI/intro/) We are trying to port to other version, 1.21 will be supported first. !(https://cdn.modrinth.com/data/cached_images/9513051c399c427a47a6a4fd3600f0e157ba8a42.png) ### Core Concept The vision behind **ApricityUI** is to provide a low-barrier, convenient, and versatile UI framework. To achieve this, we chose the classic "Web Trio"—HTML, CSS, and JS—as the core engine. * **JS Integration:** Currently, the JavaScript layer relies on **KubeJS** (optional). This means modpack creators can paint UIs to their heart's content with an incredibly low learning curve. * **How easy is it?** You can practically let an AI generate all your ApricityUI content. Since Web frameworks are universal, AI is intimately familiar with them—often designing UIs that look better than manual ones, and you’ll still be able to understand the code! * **For Mod Developers:** If your mod needs custom UIs, you can use ApricityUI as a dependency to create highly extensible interfaces. The JS and Java implementations are largely equivalent. * **Extensibility:** Features like nested masks, smooth scrolling, rounded corners, frosted glass backgrounds, custom animations, custom fonts, and GIFs—which usually take hundreds of lines of code—can be done in just a few lines with ApricityUI. * **Future-Proof:** Because we follow fixed Web standards, you can update across game versions with peace of mind, without worrying about major compatibility breaks. **If you aren't familiar with Web frameworks, here are their three biggest advantages:** 1. **Rich Functionality:** From simple shapes to complex rendering effects. ApricityUI can even render UIs onto specific blocks within the world! 2. **Simple Usage:** Most "crash courses" online are under 3 hours (some as short as 10 minutes). Plus, AI knows this stuff inside out. 3. **Easy Debugging:** Almost everything supports **instant hot-reloading**. We even include Developer Tools for visual debugging. > **Note:** ApricityUI does *not* bundle a Chrome/CEF kernel. It is built entirely from scratch in Java, keeping the file size **under 1MB**. Use it without bloat-related worries! --- ### Showcase & Examples * **Box Model:** Support for box-shadow, adjustable borders, and rounded corners with custom angles. * **Flexbox:** Standard Flex layout support. * **Custom Fonts:** Support for up to four different custom fonts (including the vanilla font) simultaneously. * **Containers:** Built-in overflow masking. !(https://cdn.modrinth.com/data/cached_images/71a7486be3dd95ef7d05f4a4c62f8d74b3ed9114.png) * **In-World Rendering:** Render UIs at specific coordinates and angles with occlusion support. * **9-Slice Scaling:** Use the `border-image` property for highly flexible UI textures. * **Nested Clipping:** Support for complex masks (e.g., clipping a container into a triangle). !(https://resource-api.xyeidc.com//client/members/pics/35cb1bb9) * **GIF Support:** Full support for animated images. * **Animations:** Custom CSS animations and transitions. * **Input Fields:** Built-in customizable text input components. *(GIF Placeholder - Refresh if not animating)* !(https://media.forgecdn.net/attachments/description/1470115/description_9ab43bec-3044-4c7a-bf7d-b2a66b7fe00a.gif) * **Vanilla Integration:** Support for native Minecraft elements (e.g., custom containers/inventories). !(https://resource-api.xyeidc.com//client/members/pics/3e2c842f) * **Custom Themes:** Includes pre-built themes like the "AE2 (Applied Energistics)" style. !(https://cdn.modrinth.com/data/cached_images/3f9cfbdaf386ea7db5bcd0ea77ed0357203c1a26.png) For more details, check out the (https://doc.sighs.cc/en/ApricityUI/guide/example) in our official documentation. *Feeling lazy?* Let an AI write the styles for you or "borrow" some code from (https://codepen.io/). If you encounter a CSS property you need that isn't supported yet, feel free to open an issue on GitHub. --- ### Resource Distribution * **Supported Assets:** HTML, CSS, JavaScript, TTF/OTF fonts, and most image formats (including GIF). Audio and Video support is planned for the future. * **Storage Paths:** Assets are stored in the `/apricity` folder within your instance directory or via Resource Packs. * **Hot Reload:** For modpack devs, we recommend using the `/apricity` folder. Press the **END** key to hot-reload; changes usually take effect in under a second. * **Sharing:** You can distribute your UI via Resource Packs or a simple ZIP. Since Resource Packs require a game reload, simple ZIPs are often faster for testing. * **Remote Assets:** ApricityUI supports asynchronous loading of web resources (e.g., image hosting or GitHub). *Please use this responsibly!* We are als

## ApricityUI

Build Minecraft UIs using HTML + CSS + JS. Our syntax follows Web standards as closely as possible.

Document: (https://doc.sighs.cc/en/ApricityUI/intro/)

We are trying to port to other version, 1. 21 will be supported first.

!(https://cdn.modrinth.com/data/cached_images/9513051c399c427a47a6a4fd3600f0e157ba8a42.png)

### Core Concept

The vision behind ApricityUI is to provide a low-barrier, convenient, and versatile UI framework. To achieve this, we chose the classic "Web Trio"—HTML, CSS, and JS—as the core engine.

JS Integration: Currently, the JavaScript layer relies on KubeJS (optional). This means modpack creators can paint UIs to their heart's content with an incredibly low learning curve. How easy is it? You can practically let an AI generate all your ApricityUI content. Since Web frameworks are universal, AI is intimately familiar with them—often designing UIs that look better than manual ones, and you’ll still be able to understand the code! For Mod Developers: If your mod needs custom UIs, you can use ApricityUI as a dependency to create highly extensible interfaces. The JS and Java implementations are largely equivalent. Extensibility: Features like nested masks, smooth scrolling, rounded corners, frosted glass backgrounds, custom animations, custom fonts, and GIFs—which usually take hundreds of lines of code—can be done in just a few lines with ApricityUI. Future-Proof: Because we follow fixed Web standards, you can update across game versions with peace of mind, without worrying about major compatibility breaks.

If you aren't familiar with Web frameworks, here are their three biggest advantages:

1. Rich Functionality: From simple shapes to complex rendering effects. ApricityUI can even render UIs onto specific blocks within the world! 2. Simple Usage: Most "crash courses" online are under 3 hours (some as short as 10 minutes). Plus, AI knows this stuff inside out. 3. Easy Debugging: Almost everything supports instant hot-reloading. We even include Developer Tools for visual debugging.

> Note: ApricityUI does not bundle a Chrome/CEF kernel. It is built entirely from scratch in Java, keeping the file size under 1MB. Use it without bloat-related worries!

### Showcase & Examples

Box Model: Support for box-shadow, adjustable borders, and rounded corners with custom angles. Flexbox: Standard Flex layout support. Custom Fonts: Support for up to four different custom fonts (including the vanilla font) simultaneously. Containers: Built-in overflow masking.

!(https://cdn.modrinth.com/data/cached_images/71a7486be3dd95ef7d05f4a4c62f8d74b3ed9114.png)

In-World Rendering: Render UIs at specific coordinates and angles with occlusion support. 9-Slice Scaling: Use the `border-image` property for highly flexible UI textures. Nested Clipping: Support for complex masks (e.g., clipping a container into a triangle).

!(https://resource-api.xyeidc.com//client/members/pics/35cb1bb9)

GIF Support: Full support for animated images. Animations: Custom CSS animations and transitions. Input Fields: Built-in customizable text input components.

(GIF Placeholder - Refresh if not animating)

!(https://media.forgecdn.net/attachments/description/1470115/description_9ab43bec-3044-4c7a-bf7d-b2a66b7fe00a.gif)

Vanilla Integration: Support for native Minecraft elements (e.g., custom containers/inventories).

!(https://resource-api.xyeidc.com//client/members/pics/3e2c842f)

Custom Themes: Includes pre-built themes like the "AE2 (Applied Energistics)" style.

!(https://cdn.modrinth.com/data/cached_images/3f9cfbdaf386ea7db5bcd0ea77ed0357203c1a26.png)

For more details, check out the (https://doc.sighs.cc/en/ApricityUI/guide/example) in our official documentation. Feeling lazy? Let an AI write the styles for you or "borrow" some code from (https://codepen.io/). If you encounter a CSS property you need that isn't supported yet, feel free to open an issue on GitHub.

### Resource Distribution

Supported Assets: HTML, CSS, JavaScript, TTF/OTF fonts, and most image formats (including GIF). Audio and Video support is planned for the future. Storage Paths: Assets are stored in the `/apricity` folder within your instance directory or via Resource Packs. Hot Reload: For modpack devs, we recommend using the `/apricity` folder. Press the END key to hot-reload; changes usually take effect in under a second. Sharing: You can distribute your UI via Resource Packs or a simple ZIP. Since Resource Packs require a game reload, simple ZIPs are often faster for testing. Remote Assets: ApricityUI supports asynchronous loading of web resources (e.g., image hosting or GitHub). Please use this responsibly!

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
MerrySnow
Version
1.2.3
Downloads
40,951
Endorsements
14
Category
decoration
Created
2/27/2026
Updated
8/19/2026
Game Versions
26.1
Tags
decoration, library, utility

🔗 Required By 1 Mod

These mods list this mod as a dependency.

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does ApricityUI support?

The author lists 26.1. Other versions may work but are untested by the author.

What is the latest version of ApricityUI?

Version 1.2.3, published 2026-08-19 with 40,951 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More decoration 👤 More by MerrySnow 🔎 Similar Mods 🌐 Best decoration (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods