
ModularUI
The ultimate GUI mod for minecraft
Обновлён 6 июля 2026 г. · опубликован 23 марта 2023 г.
ModularUI
This is the ultimate GUI mod for minecraft.
History
The first time I encountered a form of a ModularUI was in GTCE in version 1.12.2. The concept was great. Much less boiler plate code. No GUI texture sheets. And more. However there were a lot of problems. There were lots of bugs. The code was a mess and compat with other mods such as Inventorytweaks was very difficult. Then GTCEu was made as a fork of GTCE. The UI code received some improvements, but somehow it got even messier. At that point CleanroomMC already decided to make a reworked, standalone version of ModularUI. So I volunteered to do the job. And I did. On May 22nd 2022 the first version was released on CF. It was a huge improvement compared to GTCE/GTCEu, but I still was not happy enough. So a few updates and month later i started to rewrite some portions of the mod. However the rewrite became so large that it was almost a full rewrite. Was it worth it? I don't know, but now I'm happy with the result.
Features
- Panel system similar to windows
- Widgets like buttons, text fields (custom, not mc garbage) or slider
- layout widgets like rows, columns, grids and lists
- custom implementation of scrolling with smooth animations
- math expression parser for number text fields
- viewport implementation for transformation of certain parts (like a scrollable list)
- easy syncing of any value making the mod usable for things like TileEntities/BlockEntities
- open and close animations of panels
- compat with InventoryBogoSorter
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.3.80-1.7.10 | Релиз | 1.7.10 | forge | 6 июля 2026 г. | .jar (1.5 МБ) |
| 3.3.1-mc1.20.1 | Релиз | 1.20.1 | forge | 29 июня 2026 г. | .jar (2.3 МБ) |
| 2.3.79-1.7.10 | Релиз | 1.7.10 | forge | 25 июня 2026 г. | .jar (1.5 МБ) |
| 2.3.78-1.7.10 | Релиз | 1.7.10 | forge | 23 июня 2026 г. | .jar (1.5 МБ) |
| 2.3.77-1.7.10 | Релиз | 1.7.10 | forge | 22 июня 2026 г. | .jar (1.5 МБ) |
| 2.3.76-1.7.10 | Релиз | 1.7.10 | forge | 21 июня 2026 г. | .jar (1.5 МБ) |
| 2.3.75-1.7.10 | Релиз | 1.7.10 | forge | 19 июня 2026 г. | .jar (1.5 МБ) |
| 2.3.74-1.7.10 | Релиз | 1.7.10 | forge | 10 июня 2026 г. | .jar (1.5 МБ) |
| 2.3.73-1.7.10 | Релиз | 1.7.10 | forge | 7 июня 2026 г. | .jar (1.5 МБ) |
| 2.3.72-1.7.10 | Релиз | 1.7.10 | forge | 2 июня 2026 г. | .jar (1.5 МБ) |
| 2.3.71-1.7.10 | Релиз | 1.7.10 | forge | 31 мая 2026 г. | .jar (1.5 МБ) |
| 2.3.70-1.7.10 | Релиз | 1.7.10 | forge | 31 мая 2026 г. | .jar (1.5 МБ) |
| 2.3.69-1.7.10 | Релиз | 1.7.10 | forge | 30 мая 2026 г. | .jar (1.5 МБ) |
| 2.3.68-1.7.10 | Релиз | 1.7.10 | forge | 27 мая 2026 г. | .jar (1.5 МБ) |
| 2.3.67-1.7.10 | Релиз | 1.7.10 | forge | 25 мая 2026 г. | .jar (1.5 МБ) |
Показаны последние 15 из 63 версий. Все версии — на Modrinth.
Ченджлог
2.3.80-1.7.10Релиз1.7.10 · 6 июля 2026 г.
What's Changed
- Restore GL state after untextured draws (fixes white NEI items) by @Algent in https://github.com/GTNewHorizons/ModularUI2/pull/147
New Contributors
- @Algent made their first contribution in https://github.com/GTNewHorizons/ModularUI2/pull/147
Full Changelog: https://github.com/GTNewHorizons/ModularUI2/compare/2.3.79-1.7.10...2.3.80-1.7.10
3.3.1-mc1.20.1Релиз1.20.1 · 29 июня 2026 г.
What's Changed
- Add more IByteBufAdapters by @jurrejelle in https://github.com/brachy84/ModularUI-Modern/pull/14
- Implement
equalsfor ModularComponent and all drawables by @screret in https://github.com/brachy84/ModularUI-Modern/pull/15 - Implement codecs for drawables & widget themes by @brachy84 in https://github.com/brachy84/ModularUI-Modern/pull/13
- Fix crash when X scroll is active and cursor is moved to non-first line of text field by @TarLaboratories in https://github.com/brachy84/ModularUI-Modern/pull/18
- Fix schema raytracing and add some debug options by @brachy84 in https://github.com/brachy84/ModularUI-Modern/pull/20
- Fix DynamicWidget Initialization by @ghzdude in https://github.com/brachy84/ModularUI-Modern/pull/23
- Fix BufferBuilder exception in Schema Renderer by @ghzdude in https://github.com/brachy84/ModularUI-Modern/pull/22
- Fix client classes loading on server by @ghzdude in https://github.com/brachy84/ModularUI-Modern/pull/26
- fix npe on sided check and check client side via thread group by @ghzdude in https://github.com/brachy84/ModularUI-Modern/pull/27
- Fixed pressing inventory key closing inventory when search bar is focused by @Trinsdar in https://github.com/brachy84/ModularUI-Modern/pull/24
- make
IntValue.DynamicimplementIDoubleValueby @screret in https://github.com/brachy84/ModularUI-Modern/pull/28 - Reset light direction after drawing schema contents by @screret in https://github.com/brachy84/ModularUI-Modern/pull/29
- Fix NaN throw in SIPrefix by @YoungOnionMC in https://github.com/brachy84/ModularUI-Modern/pull/31
- Port 1.21.1-only fixes into 1.20.1 by @jurrejelle in https://github.com/brachy84/ModularUI-Modern/pull/38
- Add scroll and drag capturing in EMI by @YoungOnionMC in https://github.com/brachy84/ModularUI-Modern/pull/39
- Fix Schema renderers offset in EMI by @YoungOnionMC in https://github.com/brachy84/ModularUI-Modern/pull/40
New Contributors
- @TarLaboratories made their first contribution in https://github.com/brachy84/ModularUI-Modern/pull/18
- @ghzdude made their first contribution in https://github.com/brachy84/ModularUI-Modern/pull/23
- @Trinsdar made their first contribution in https://github.com/brachy84/ModularUI-Modern/pull/24
- @YoungOnionMC made their first contribution in https://github.com/brachy84/ModularUI-Modern/pull/31
Full Changelog: https://github.com/brachy84/ModularUI-Modern/compare/v3.3.0...v3.3.1
2.3.79-1.7.10Релиз1.7.10 · 25 июня 2026 г.
What's Changed
- Fix shift-drop stack by @AnsonYeung in https://github.com/GTNewHorizons/ModularUI2/pull/138
- Text field fixes by @TheYoingLad in https://github.com/GTNewHorizons/ModularUI2/pull/145
Full Changelog: https://github.com/GTNewHorizons/ModularUI2/compare/2.3.78-1.7.10...2.3.79-1.7.10
2.3.78-1.7.10Релиз1.7.10 · 23 июня 2026 г.
What's Changed
- Add option to disable default dark background overlay on ModularScreen by @RealSilverMoon in https://github.com/GTNewHorizons/ModularUI2/pull/139
Full Changelog: https://github.com/GTNewHorizons/ModularUI2/compare/2.3.77-1.7.10...2.3.78-1.7.10
2.3.77-1.7.10Релиз1.7.10 · 22 июня 2026 г.
What's Changed
- Restore MUI1 fluid interaction by @AnsonYeung in https://github.com/GTNewHorizons/ModularUI2/pull/142
Full Changelog: https://github.com/GTNewHorizons/ModularUI2/compare/2.3.76-1.7.10...2.3.77-1.7.10
2.3.76-1.7.10Релиз1.7.10 · 21 июня 2026 г.
What's Changed
- Add SUN and MOON icons by @Eldrinn-Elantey in https://github.com/GTNewHorizons/ModularUI2/pull/143
Full Changelog: https://github.com/GTNewHorizons/ModularUI2/compare/2.3.75-1.7.10...2.3.76-1.7.10
2.3.75-1.7.10Релиз1.7.10 · 19 июня 2026 г.
What's Changed
- Add COLOR_WHEEL icon by @Eldrinn-Elantey in https://github.com/GTNewHorizons/ModularUI2/pull/140
Full Changelog: https://github.com/GTNewHorizons/ModularUI2/compare/2.3.74-1.7.10...2.3.75-1.7.10
2.3.74-1.7.10Релиз1.7.10 · 10 июня 2026 г.
What's Changed
- Add check for "." being parsed with exponent E by @Miklebe in https://github.com/GTNewHorizons/ModularUI2/pull/136
- Fixed toggle button bgOverlay overriding theme bg by @TheYoingLad in https://github.com/GTNewHorizons/ModularUI2/pull/137
New Contributors
- @Miklebe made their first contribution in https://github.com/GTNewHorizons/ModularUI2/pull/136
Full Changelog: https://github.com/GTNewHorizons/ModularUI2/compare/2.3.73-1.7.10...2.3.74-1.7.10
Полная история изменений — на Modrinth.
Комментарии
Загружаем…


