90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Changelog
- Replace the wrong
Pair
system with the Apache Commons versions across the Mod Ecosystem. - fix: Missing InventoryPreview tooltips allow you use the
IRender.onRenderTooltip()
system; such as viewing Shulker Boxes while using theshulkerPreview
while inside of theInventoryOverlayScreen
. - feat: Adds three new callbacks to the
IRender
tooltip rendering system for a more seamless way to inject Text into the Vanilla Tooltips for Items. One is for 'Below the Item Name' (First), another for after the 'additional item tooltips' (Middle), and finally the 'after all of the extra lines, but before the item durability / item ID' (Last). The new Bundle Item Count in MiniHUD would be theMiddle
callback position. - New
InventoryOverlayScreen
system partially cloned from MiniHUD into MaLiLib. - New Interface:
IInventoryOverlayHandler
- This acts as theScreen Handler
interface for theInventoryOverlayScreen
; which also adds aRefresher
interface underInventoryOverlay.Refresher
; and the relatedIDataSyncer
interface. These all work in tandem to create a more seamless Inventory Preview experience that can be used by all downstream mods; in theory. TheIDataSyncer
interface has enough default interfaces to be a simple Data Broker for the Single Player's Server World; and can then be added upon; and then simply 'plugged in' to the Screen Handler; basically.
Files
malilib-fabric-1.21-0.21.6.jar(1.03 MiB) Primary Download
Details
Licensed LGPL-3.0-only
Published a year ago
Updated 11 days ago