Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App
Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
ModularUI

ModularUI

The ultimate GUI mod for minecraft

9,339
9
Library
AboutGalleryChangelogVersions

ModularUI − 2.5.0-rc5

by brachy on May 16, 2025
Download

What's Changed

  • Fix incorrect superTransferStackInSlot method call by @miozune in https://github.com/CleanroomMC/ModularUI/pull/117
  • Correct space between tooltip lines by @miozune in https://github.com/CleanroomMC/ModularUI/pull/116
  • Allow setting click sound for ButtonWidget by @miozune in https://github.com/CleanroomMC/ModularUI/pull/115
  • Fix partial rendering position with fluid slot by @miozune in https://github.com/CleanroomMC/ModularUI/pull/127
  • Consider enabled state for Grid layout by @miozune in https://github.com/CleanroomMC/ModularUI/pull/125
  • Refactor Container customiztion and phantom slots & crafting grids by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/118
  • Allow collapsing disabled child widgets + sizing fixes by @miozune in https://github.com/CleanroomMC/ModularUI/pull/130
  • Make IWidget#resizer return nonnull by @miozune in https://github.com/CleanroomMC/ModularUI/pull/134
  • Expose ModularSyncManager#getMainPSM to public by @miozune in https://github.com/CleanroomMC/ModularUI/pull/133
  • Don't try to resize widget tree on server by @miozune in https://github.com/CleanroomMC/ModularUI/pull/132
  • Fix ByteSyncValue not calling source setter by @miozune in https://github.com/CleanroomMC/ModularUI/pull/131
  • Bootstrap FMLCommonHandler for SizerTest by @YannickMG in https://github.com/CleanroomMC/ModularUI/pull/139
  • Fix Widget listener merge by @zyf051520 in https://github.com/CleanroomMC/ModularUI/pull/143
  • Add option to replace vanilla tooltips with RichTooltips by @MCTian-mi in https://github.com/CleanroomMC/ModularUI/pull/140

New Contributors

  • @YannickMG made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/139
  • @zyf051520 made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/143
  • @MCTian-mi made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/140

Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.5.0-rc4...v2.5.0-rc5

ModularUI − 2.5.0-rc4

by brachy on Feb 18, 2025
Download

What's Changed

  • Save text field by numpad enter by @miozune in https://github.com/CleanroomMC/ModularUI/pull/107
  • Fix 1px offset with player inventory by @miozune in https://github.com/CleanroomMC/ModularUI/pull/113
  • Remove equals implementations from IDrawables by @miozune in https://github.com/CleanroomMC/ModularUI/pull/114
  • Fix Phantom Slot JEI highlight when hovering over valid JEI ingredients by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/112

Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.5.0-rc3...v2.5.0-rc4

ModularUI − 2.5.0-rc3

by brachy on Jan 21, 2025
Download

What's Changed

  • Add BinaryEnumSyncValue & BinaryEnumValue by @miozune in https://github.com/CleanroomMC/ModularUI/pull/84
  • Add state overlay methods for ToggleButton by @miozune in https://github.com/CleanroomMC/ModularUI/pull/82
  • Tooltip fixes by @miozune in https://github.com/CleanroomMC/ModularUI/pull/83
  • Disable test overlay by default by @miozune in https://github.com/CleanroomMC/ModularUI/pull/80
  • Fix dedicated server crash on GUI open by @miozune in https://github.com/CleanroomMC/ModularUI/pull/87
  • Fix phantom slot ignoring slot limit by @miozune in https://github.com/CleanroomMC/ModularUI/pull/90
  • Fix fluid SH not setting source on client by @miozune in https://github.com/CleanroomMC/ModularUI/pull/88
  • Russian langluage by @marisathewitch in https://github.com/CleanroomMC/ModularUI/pull/85
  • Various Fixes/Improvements with PanelSyncHandler, Draggables, and Widgets by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/86
  • Improve Grid by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/92
  • Allow Inverting Selected Texture by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/94
  • Improve Sync Values by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/95
  • Acount for Padding for IDrawables by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/97
  • Textfield improvements by @miozune in https://github.com/CleanroomMC/ModularUI/pull/81
  • Prevent JEI "Delete" tooltip when in exclusion area by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/100
  • Fix Popup Panel Interaction over JEI Elements by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/102
  • Fix UITexture not coloring for drawing sub areas by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/105
  • Replace math parser with mXparser by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/98
  • ListWidget rework by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/99

New Contributors

  • @marisathewitch made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/85

Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.5.0-rc2...v2.5.0-rc3

ModularUI − 2.4.3

by brachy on Mar 3, 2024
Download

What's Changed

  • Fix Crash when Clicking on a non-slot with a stack in hand by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/53

Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.4.2...v2.4.3

ModularUI − 2.4.2

by brachy on Dec 31, 2023
Download

What's Changed

  • Override slotClick() to fix issues with ItemStackItemHandler by @ghzdude in https://github.com/CleanroomMC/ModularUI/pull/49
  • Sync fixes by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/50

New Contributors

  • @ghzdude made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/49

Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.4.1...v2.4.2

2.4.1

by brachy on Dec 16, 2023
Download

ModularUI-2.4.0

by brachy on Dec 9, 2023
Download

What's Changed

  • Allow theme to override some configs by @serenibyss in https://github.com/CleanroomMC/ModularUI/pull/41
  • 2.4 by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/40

New Contributors

  • @serenibyss made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/41

Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.3.1...v2.4.0

ModularUI-2.3.1

by brachy on Nov 10, 2023
Download

Click here

ModularUI-2.3.0

by brachy on Nov 6, 2023
Download

Click here

ModularUI-2.2.3

by brachy on Oct 7, 2023
Download

Click here

ModularUI-2.2.2

by brachy on Oct 2, 2023
Download

Click here

ModularUI-2.2.1

by brachy on Oct 2, 2023
Download

Click here

ModularUI-2.2.0

by brachy on Sep 29, 2023
Download

Click here

ModularUI-2.1.0

by brachy on Aug 10, 2023
Download

Click here

ModularUI-2.0.5

by brachy on Jul 10, 2023
Download

Click here

ModularUI-2.0.4

by brachy on May 17, 2023
Download

Click here

ModularUI-2.0.3

by brachy on Apr 5, 2023
Download

Click here

ModularUI-2.0.2

by brachy on Mar 29, 2023
Download

Click here

ModularUI-2.0.0

by brachy on Mar 23, 2023
Download
  • initial rework release

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@9ed1dd7

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.