Данные могли устареть: источник временно недоступен, показан кэш.

ModularUI
The ultimate GUI mod for minecraft
- Загрузки
- 75K
- Подписчики
- 13
- Обновлён
- 2 августа 2026 г.
- Лицензия
- LGPL-3.0-only
Опубликован 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.85-1.7.10Релиз1.7.10 · 2 августа 2026 г.
What's Changed
- Take the fluid unit from GTNHLib instead of hardcoding L by @Eldrinn-Elantey in https://github.com/GTNewHorizons/ModularUI2/pull/157
Full Changelog: https://github.com/GTNewHorizons/ModularUI2/compare/2.3.84-1.7.10...2.3.85-1.7.10
2.3.84-1.7.10Релиз1.7.10 · 27 июля 2026 г.
What's Changed
- Promote ModularUI1 dep to compileOnlyApi by @SuperSoupr in https://github.com/GTNewHorizons/ModularUI2/pull/154
- Improve error logging for cycle button out of bounds by @FourIsTheNumber in https://github.com/GTNewHorizons/ModularUI2/pull/155
Full Changelog: https://github.com/GTNewHorizons/ModularUI2/compare/2.3.83-1.7.10...2.3.84-1.7.10
2.3.83-1.7.10Релиз1.7.10 · 26 июля 2026 г.
What's Changed
- Fix explicit percentages in bounded number fields by @Worive in https://github.com/GTNewHorizons/ModularUI2/pull/153
New Contributors
- @Worive made their first contribution in https://github.com/GTNewHorizons/ModularUI2/pull/153
Full Changelog: https://github.com/GTNewHorizons/ModularUI2/compare/2.3.82-1.7.10...2.3.83-1.7.10
2.3.82-1.7.10Релиз1.7.10 · 24 июля 2026 г.
What's Changed
- Fix fluid display widget rendering empty FluidStacks as full by @tiffit in https://github.com/GTNewHorizons/ModularUI2/pull/152
New Contributors
- @tiffit made their first contribution in https://github.com/GTNewHorizons/ModularUI2/pull/152
Full Changelog: https://github.com/GTNewHorizons/ModularUI2/compare/2.3.81-1.7.10...2.3.82-1.7.10
2.3.81-1.7.10Релиз1.7.10 · 19 июля 2026 г.
What's Changed
- Fix BigDecimal parsing failures leaking through expression evaluation by @vnesterovskyi in https://github.com/GTNewHorizons/ModularUI2/pull/151
New Contributors
- @vnesterovskyi made their first contribution in https://github.com/GTNewHorizons/ModularUI2/pull/151
Full Changelog: https://github.com/GTNewHorizons/ModularUI2/compare/2.3.80-1.7.10...2.3.81-1.7.10
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
Комментарии
Загружаем…