Back to mods
ApricityUI project artwork

CurseForge · Minecraft mod

ApricityUI

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

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which ApricityUI release should I use?

Updated today
Latest stable file apricityui-neoforge-26.1 1.2.2
Game version 26.1
Loader NeoForge

apricityui-neoforge-26.1 1.2.2 targets 26.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is ApricityUI required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does apricityui-neoforge-26.1 1.2.2 need?

apricityui-neoforge-26.1 1.2.2. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add ApricityUI without breaking your instance.

Built for apricityui-neoforge-26.1 1.2.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use apricityui-neoforge-26.1 1.2.2. It targets 26.1 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside apricityui-neoforge-26.1 1.2.2. It opens that exact file at the source.

About this project

What does ApricityUI add?

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?

Project description from CurseForge.

Pick your setup

ApricityUI by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

17 available setups

Showing the newest 12 of 15 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

ApricityUI versions and loaders

51 of 51 releases match

Looking for an older file? The official CurseForge project page is in Resources.