Charm Fixer

Quick rating

Community listing page, reviews here may not be monitored by the author.

Charm Fixer

By BlodhgarmOwner

No reviews yet

Disables some modules on charm to fix incompatbility issues with owo

Mod Loaders
Minecraft

About

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

Fixes an issue with Charm and owo Lib by disabling PortableCrafting, InventoryTidying, and CoreClient(InventoryButtonManager) modules within Charm the mod

GitHub Issue Report: Link