ApricityUI

ApricityUI

Build Minecraft UI with HTML + CSS + JS, follows Web standards as closely as possible.

by
36.4K Downloads
fabricforgeneoforgedecorationlibraryutility
Rent Server with this Mod

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.

icon

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.

example-1

  • 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).

example-2

  • 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)

example-3

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

example-4

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

example-5

For more details, check out the Simple Examples in our official documentation.
Feeling lazy? Let an AI write the styles for you or "borrow" some code from CodePen. 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 also working on a "Server-to-Client HTML" solution for that vintage "Server-side rendering" feel, coming in a future update.


Want to know more?

  • Actually, we have a DevTools console similar to a browser. Press F12 to see it. It currently supports visual editing of attributes, innerText, and styles, as well as executing JS statements.
  • Actually, KubeJS is optional. Without it, you can't parse JS inside HTML or use the console, but for hardcoded mod UIs, it’s not strictly necessary.
  • Actually, the hot-reload is lightning fast. Reloading a document with 20 different avatars and 3 custom fonts takes about one second. (Note: This reloads the UI document, not the entire Minecraft Resource Pack).
  • Actually, performance is solid. In a stress test with a complex UI, FPS dropped from 400 to 300—but hey, the vanilla Creative inventory menu runs at 240 FPS anyway!
  • Actually, "lite" ports of modern frameworks like Vue and Svelte are in development. Progress is slow, so come join the community if you want to help!
  • Actually, since AI is so good at HTML/CSS, it can easily "code" a mini-game for you. Just remember that ApricityUI doesn't support every browser feature yet, so you'll need to give the AI our compatibility list first.

Ready to try?

Available Versions

apricityui-neoforge-26.1 1.2.3release
MC 26.1neoforge
August 19, 2026
apricityui-neoforge-1.21.1 1.2.3release
MC 1.21.1neoforge
August 19, 2026
apricityui-fabric-1.21.1 1.2.3release
MC 1.21.1fabric
August 19, 2026
apricityui-fabric-1.20.1 1.2.3release
MC 1.20.1fabric
August 19, 2026
apricityui-forge-1.20.1 1.2.3release
MC 1.20.1forge
August 19, 2026

How to Install ApricityUI on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (26.1.2).

3

Install Mod

Open the mod browser in the dashboard and search for "ApricityUI". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabricforgeneoforge

Minecraft Versions

26.1.2, 26.1.1, 26.1 (+11 more)

Server-side

~ Optional

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

ApricityUI server crashes on startup – what to do?

Most common cause: wrong fabric 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 (26.1.2). You can switch loaders with one click in the panel.

Is ApricityUI compatible with fabric and forge and neoforge?

ApricityUI officially supports fabric, forge, neoforge for Minecraft 26.1.2, 26.1.1, 26.1. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with ApricityUI – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if ApricityUI 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.

Rent Modded Server

Install ApricityUI with just one click on your server.

Recommended RAM
4 GBfrom €5.2/mo
Minimum 3 GB | per 8 players
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
GNU Lesser General Public License v2.1 only
Server-side
Optional

Supported Versions

26.1.226.1.126.11.21.11.20.61.20.51.20.41.20.31.20.21.20.1+4 more