Fixes an API Issue within Charm that causes owo Lib to be Incompatible. This Mod disables PortableCrafting, InventoryTidying, and CoreClient(InventoryButtonManager) modules within the mod Charm.
Full Github Issue:
SetupGuiCallback
should either pass the Screen that invoked the event or change to using Fabric API'S ScreenEvents.AFTER_INIT event and just grab the narratables from the screen. This is currently incompatible with mods that attempt to use a Screen in a Util sense without being pushed as the Primary Screen, such a use case can be found within owo's UI Library.
GitHub Issue Report: Link