Моды/UniLib
UniLib

UniLib

A common set of Utilities, designed for over 50 versions of Minecraft!

3.4M
108

[Fabric 25w44a] UniLib-Staging v1.2.0

alpha29 октября 2025 г.

UniLib Changes

v1.2.0 (10/24/2025)

A Detailed Changelog from the last release is available here

See the Mod Description or README for more info regarding the mod.

Changes

  • (Backend) Updated Build Dependencies (Please see the appropriate repositories for changes)
    • Fabric Loader (0.16.14 -> 0.17.2)
    • Spotless (7.2.1 -> 8.0.0)
    • Shadow (8.3.8 -> 9.2.2)
    • ModPublisher (2.1.6 -> 2.1.8)
    • SpotBugs Annotations (4.8.6 -> 4.9.6)
  • Backported several API changes from the -Staging builds, for various MC versions:
    • Implemented mouseReleased call in ScrollPane, allowing clickedScrollbar to become false when mouse is released
    • Added new APIs to ScrollPane: setScrolling(bool) and isOverScrollbar(mouseX, mouseY)
    • Added rawCategoryName() to KeyUtils#KeyBindData as an alias to category()
    • (MC 1.13.2 - MC 1.21.8) Added missing SliderControl#dragging variable
    • (MC 1.21.9) Fixed KeyUtils#getKeyMappings using the wrong category reference
    • (MC 1.14.4 - MC 1.21.8) Added missing mouseReleased call to ExtendedScreen
    • (MC 1.13.2+) Add missing mouseReleased call to ScrollPane
  • Added additional API calls for the PREINIT and INIT phases of Screen Initialization
  • Added constructElements() and appendElements() to ExtendedScreen as an alternative to using initializeUi for adding UI elements to the screen
    • These methods, alongside the prior note, allow for initializing controls in the correct phase
    • Previously, double-rendering would occur in the first tick on sub-screens

Fixes

  • Fixed an incorrect initialization call in ExtendedScreen#initializeUi, causing a crash in certain scenarios
  • Fixed UI element flicker and delay in hover tooltips on ExtendedButtonControl and its extensions

More Information

Known Issues

Despite compatibility often being ensured between versions, caution is advised to ensure the best experience, while also baring in mind that features can be adjusted, removed, or added/iterated upon between releases.

Please refer to the Mod Description or README to view more info relating to known issues.

Snapshot Build Info

Some Versions of this Mod are for Minecraft Snapshots or Experimental Versions, and as such, caution should be noted.

Any Snapshot Build released will be marked as ALPHA to match its Snapshot Status depending on tests done before release and issues found.

Snapshot Builds, depending on circumstances, may also contain changes for a future version of the mod, and will be noted as so if this is the case with the -Staging label.

[Rift 1.13.2] UniLib v1.2.0

release24 октября 2025 г.

UniLib Changes

v1.2.0 (10/24/2025)

A Detailed Changelog from the last release is available here

See the Mod Description or README for more info regarding the mod.

Changes

  • (Backend) Updated Build Dependencies (Please see the appropriate repositories for changes)
    • Fabric Loader (0.16.14 -> 0.17.2)
    • Spotless (7.2.1 -> 8.0.0)
    • Shadow (8.3.8 -> 9.2.2)
    • ModPublisher (2.1.6 -> 2.1.8)
    • SpotBugs Annotations (4.8.6 -> 4.9.6)
  • Backported several API changes from the -Staging builds, for various MC versions:
    • Implemented mouseReleased call in ScrollPane, allowing clickedScrollbar to become false when mouse is released
    • Added new APIs to ScrollPane: setScrolling(bool) and isOverScrollbar(mouseX, mouseY)
    • Added rawCategoryName() to KeyUtils#KeyBindData as an alias to category()
    • (MC 1.13.2 - MC 1.21.8) Added missing SliderControl#dragging variable
    • (MC 1.21.9) Fixed KeyUtils#getKeyMappings using the wrong category reference
    • (MC 1.14.4 - MC 1.21.8) Added missing mouseReleased call to ExtendedScreen
    • (MC 1.13.2+) Add missing mouseReleased call to ScrollPane
  • Added additional API calls for the PREINIT and INIT phases of Screen Initialization
  • Added constructElements() and appendElements() to ExtendedScreen as an alternative to using initializeUi for adding UI elements to the screen
    • These methods, alongside the prior note, allow for initializing controls in the correct phase
    • Previously, double-rendering would occur in the first tick on sub-screens

Fixes

  • Fixed an incorrect initialization call in ExtendedScreen#initializeUi, causing a crash in certain scenarios
  • Fixed UI element flicker and delay in hover tooltips on ExtendedButtonControl and its extensions

More Information

Known Issues

Despite compatibility often being ensured between versions, caution is advised to ensure the best experience, while also baring in mind that features can be adjusted, removed, or added/iterated upon between releases.

Please refer to the Mod Description or README to view more info relating to known issues.

Snapshot Build Info

Some Versions of this Mod are for Minecraft Snapshots or Experimental Versions, and as such, caution should be noted.

Any Snapshot Build released will be marked as ALPHA to match its Snapshot Status depending on tests done before release and issues found.

Snapshot Builds, depending on circumstances, may also contain changes for a future version of the mod, and will be noted as so if this is the case with the -Staging label.

[Modloader 2.9_03] UniLib-ReIndev v1.2.0

alpha24 октября 2025 г.

UniLib Changes

v1.2.0 (10/24/2025)

A Detailed Changelog from the last release is available here

See the Mod Description or README for more info regarding the mod.

Changes

  • (Backend) Updated Build Dependencies (Please see the appropriate repositories for changes)
    • Fabric Loader (0.16.14 -> 0.17.2)
    • Spotless (7.2.1 -> 8.0.0)
    • Shadow (8.3.8 -> 9.2.2)
    • ModPublisher (2.1.6 -> 2.1.8)
    • SpotBugs Annotations (4.8.6 -> 4.9.6)
  • Backported several API changes from the -Staging builds, for various MC versions:
    • Implemented mouseReleased call in ScrollPane, allowing clickedScrollbar to become false when mouse is released
    • Added new APIs to ScrollPane: setScrolling(bool) and isOverScrollbar(mouseX, mouseY)
    • Added rawCategoryName() to KeyUtils#KeyBindData as an alias to category()
    • (MC 1.13.2 - MC 1.21.8) Added missing SliderControl#dragging variable
    • (MC 1.21.9) Fixed KeyUtils#getKeyMappings using the wrong category reference
    • (MC 1.14.4 - MC 1.21.8) Added missing mouseReleased call to ExtendedScreen
    • (MC 1.13.2+) Add missing mouseReleased call to ScrollPane
  • Added additional API calls for the PREINIT and INIT phases of Screen Initialization
  • Added constructElements() and appendElements() to ExtendedScreen as an alternative to using initializeUi for adding UI elements to the screen
    • These methods, alongside the prior note, allow for initializing controls in the correct phase
    • Previously, double-rendering would occur in the first tick on sub-screens

Fixes

  • Fixed an incorrect initialization call in ExtendedScreen#initializeUi, causing a crash in certain scenarios
  • Fixed UI element flicker and delay in hover tooltips on ExtendedButtonControl and its extensions

More Information

Known Issues

Despite compatibility often being ensured between versions, caution is advised to ensure the best experience, while also baring in mind that features can be adjusted, removed, or added/iterated upon between releases.

Please refer to the Mod Description or README to view more info relating to known issues.

Snapshot Build Info

Some Versions of this Mod are for Minecraft Snapshots or Experimental Versions, and as such, caution should be noted.

Any Snapshot Build released will be marked as ALPHA to match its Snapshot Status depending on tests done before release and issues found.

Snapshot Builds, depending on circumstances, may also contain changes for a future version of the mod, and will be noted as so if this is the case with the -Staging label.

[Fabric 2.9_03] UniLib-ReIndev v1.2.0

alpha24 октября 2025 г.

UniLib Changes

v1.2.0 (10/24/2025)

A Detailed Changelog from the last release is available here

See the Mod Description or README for more info regarding the mod.

Changes

  • (Backend) Updated Build Dependencies (Please see the appropriate repositories for changes)
    • Fabric Loader (0.16.14 -> 0.17.2)
    • Spotless (7.2.1 -> 8.0.0)
    • Shadow (8.3.8 -> 9.2.2)
    • ModPublisher (2.1.6 -> 2.1.8)
    • SpotBugs Annotations (4.8.6 -> 4.9.6)
  • Backported several API changes from the -Staging builds, for various MC versions:
    • Implemented mouseReleased call in ScrollPane, allowing clickedScrollbar to become false when mouse is released
    • Added new APIs to ScrollPane: setScrolling(bool) and isOverScrollbar(mouseX, mouseY)
    • Added rawCategoryName() to KeyUtils#KeyBindData as an alias to category()
    • (MC 1.13.2 - MC 1.21.8) Added missing SliderControl#dragging variable
    • (MC 1.21.9) Fixed KeyUtils#getKeyMappings using the wrong category reference
    • (MC 1.14.4 - MC 1.21.8) Added missing mouseReleased call to ExtendedScreen
    • (MC 1.13.2+) Add missing mouseReleased call to ScrollPane
  • Added additional API calls for the PREINIT and INIT phases of Screen Initialization
  • Added constructElements() and appendElements() to ExtendedScreen as an alternative to using initializeUi for adding UI elements to the screen
    • These methods, alongside the prior note, allow for initializing controls in the correct phase
    • Previously, double-rendering would occur in the first tick on sub-screens

Fixes

  • Fixed an incorrect initialization call in ExtendedScreen#initializeUi, causing a crash in certain scenarios
  • Fixed UI element flicker and delay in hover tooltips on ExtendedButtonControl and its extensions

More Information

Known Issues

Despite compatibility often being ensured between versions, caution is advised to ensure the best experience, while also baring in mind that features can be adjusted, removed, or added/iterated upon between releases.

Please refer to the Mod Description or README to view more info relating to known issues.

Snapshot Build Info

Some Versions of this Mod are for Minecraft Snapshots or Experimental Versions, and as such, caution should be noted.

Any Snapshot Build released will be marked as ALPHA to match its Snapshot Status depending on tests done before release and issues found.

Snapshot Builds, depending on circumstances, may also contain changes for a future version of the mod, and will be noted as so if this is the case with the -Staging label.

[Modloader 2.8.1_06] UniLib-ReIndev v1.2.0

alpha24 октября 2025 г.

UniLib Changes

v1.2.0 (10/24/2025)

A Detailed Changelog from the last release is available here

See the Mod Description or README for more info regarding the mod.

Changes

  • (Backend) Updated Build Dependencies (Please see the appropriate repositories for changes)
    • Fabric Loader (0.16.14 -> 0.17.2)
    • Spotless (7.2.1 -> 8.0.0)
    • Shadow (8.3.8 -> 9.2.2)
    • ModPublisher (2.1.6 -> 2.1.8)
    • SpotBugs Annotations (4.8.6 -> 4.9.6)
  • Backported several API changes from the -Staging builds, for various MC versions:
    • Implemented mouseReleased call in ScrollPane, allowing clickedScrollbar to become false when mouse is released
    • Added new APIs to ScrollPane: setScrolling(bool) and isOverScrollbar(mouseX, mouseY)
    • Added rawCategoryName() to KeyUtils#KeyBindData as an alias to category()
    • (MC 1.13.2 - MC 1.21.8) Added missing SliderControl#dragging variable
    • (MC 1.21.9) Fixed KeyUtils#getKeyMappings using the wrong category reference
    • (MC 1.14.4 - MC 1.21.8) Added missing mouseReleased call to ExtendedScreen
    • (MC 1.13.2+) Add missing mouseReleased call to ScrollPane
  • Added additional API calls for the PREINIT and INIT phases of Screen Initialization
  • Added constructElements() and appendElements() to ExtendedScreen as an alternative to using initializeUi for adding UI elements to the screen
    • These methods, alongside the prior note, allow for initializing controls in the correct phase
    • Previously, double-rendering would occur in the first tick on sub-screens

Fixes

  • Fixed an incorrect initialization call in ExtendedScreen#initializeUi, causing a crash in certain scenarios
  • Fixed UI element flicker and delay in hover tooltips on ExtendedButtonControl and its extensions

More Information

Known Issues

Despite compatibility often being ensured between versions, caution is advised to ensure the best experience, while also baring in mind that features can be adjusted, removed, or added/iterated upon between releases.

Please refer to the Mod Description or README to view more info relating to known issues.

Snapshot Build Info

Some Versions of this Mod are for Minecraft Snapshots or Experimental Versions, and as such, caution should be noted.

Any Snapshot Build released will be marked as ALPHA to match its Snapshot Status depending on tests done before release and issues found.

Snapshot Builds, depending on circumstances, may also contain changes for a future version of the mod, and will be noted as so if this is the case with the -Staging label.

Совместимость

Minecraft: Java Edition

1.20–1.21.101.18–1.19.41.16–1.17.11.14–1.15.21.12.2–1.13.21.10.2–1.11.21.8.9–1.9.41.6.4–1.7.101.4.7–1.5.21.2.5–1.3.21.0–1.1

Поддерживаемые окружения

Клиент

Создатели

Детали

Лицензия:MIT
Опубликован:1 год назад
Обновлён:1 день назад
Главная