Origins (Forge)

Origins (Forge)

7M Downloads

[1.19.2] Obscuria API v9 Mixin Clash with Origins Apoli library

Runburner opened this issue ยท 1 comments

commented

Minecraft Version 1.19.2
Forge Version: 43.4.0
Origins Forge Version: 1.7.1.7

Description of Issue: Minecraft will not launch due to a Mixin clash with Obscuria API v9. Reported on their Discord issue tracker and they confirmed.

Pastebin of game logs: https://pastebin.com/mZg4Abqu

The Obscuria team said that it would be a fix required on either side. Wanted to report it here to see if this is an easy fix over on this side. Please advise.

commented

To add more context

Obscure API 9 (the only one which works for Obscure Tooltips on 1.19.2) uses an @Overwrite for getDamageAfterArmorAbsorb

Apoli Mixin:

https://github.com/EdwinMindcraft/apoli/blob/b9918437464041986f8ba3cbe21c1b05daf5433f/src/main/java/io/github/apace100/apoli/mixin/LivingEntityMixin.java#L180-L186