ReGlass
No reviews yet
Liquid Glass Implemented On Your Favorite Pixelated And Cubic Game
Provides a framework or library for other mods to use.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
ReGlass By ReStudio
Liquid Glass Implemented On Your Favorite Pixelated And Cubic Game
ReGlass Is Meant To Be An API For Any Minecraft Mod.
Features
- Easy, Customizable, And Fast Glass Rendering API.
- Highly Optimized, Almost Vanilla Performance (For Dedicated GPU PCs).
- Some Minecraft UI Redesigns.
API Example:
// Widget Based Dimensions
int cornerRadiusPx = 0.5f * Math.min(width, height); // Recommended Rounding
ReGlassApi.create(context).fromWidget(someWidget).cornerRadius(cornerRadiusPx).render();
// Custom Style
customStyle = WidgetStyle.create()
.tint(Formatting.GOLD.getColorValue(), 0.4f)
.blurRadius(0).shadow(25f, 0.2f, 0f, 3f)
.smoothing(.05f).shadowColor(0x000000, 1.0f);
// Static Based Rendering E.g. Called From Screen `render()`.
ReGlassApi.create(context).dimensions(10, 10, 100, 100).cornerRadius(cornerRadiusPx).style(customStyle).render();
// You Must Apply Blur
LiquidGlassUniforms.get().tryApplyBlur(context);
// Ready To Use Widget (Screen Usage Example):
boolean moveable = true; // Makes The Widget Draggable
addDrawableChild(new LiquidGlassWidget(width / 2 - 75, height / 2 - 25, 150, 50, null).setMoveable(moveable));
Keybinds:
G: Open The Configuration Screen For ReGlass. (Click In-Game)H: Playground, Shows a Styled ReGlass Widget, And You Can Summon More By Right Clicking. All Widgets Are Draggable. (Click In-Game)
Contributing Is More Than Welcome!
Especially In The Minecraft UI Redesign Part, This Part Is Highly WIP And Needs a Lot of Work.
ReGlass

ReGlass is an overhaul to Minecraft's low resolution and boring UI, with the goal of redesigning all Minecraft's UIs.
Take a look at the gallery to see some of the redesigned UIs.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources