Cheos137 / ArmorpointsPlusplus

A light-weight mod overhauling vanilla ui components
https://modrinth.com/mod/armorpoints
MIT License
2 stars 2 forks source link

[Feature Request]: hijack mixins into net/minecraft/client/gui/Gui.class to add compatibility with virtually every fabric mod #50

Open Cheos137 opened 1 year ago

Cheos137 commented 1 year ago

Is there an existing issue for this?

Description

Try to hijack mixins targeting net/minecraft/client/gui/Gui.class to add compatibility with virtually every fabric mod.

Solution

Some weird asm magic with mixin plugins involved. Maybe put this stuff into an individual library mod?

Alternatives

No response

Additional Context

No response