Mod Charm Fixer by Blodhgrm
- 157.40 KB
- 1.19.2
- November 12, 2022
- November 11, 2022
- Miscellaneous
Description
Mod Information
Name | Charm Fixer | Author | Blodhgrm | Description | Disables some modules on charm to fix incompatbility issues with owo |
---|---|---|---|---|---|
Information | Downloads: Version: 1.19.2 Size: 157.40 KB Updated at: November 11, 2022 Created at: November 12, 2022 | Tags | Miscellaneous |
Description
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