Open UltraBlackLinux opened 3 years ago
Tweakeroo does not remove anything, AFAIK that is not even possible with Mixins.
I believe the corresponding Mixin in the 1.16 version is this: https://github.com/maruohon/tweakeroo/blob/fabric_1.16_temp_features/src/main/java/fi/dy/masa/tweakeroo/mixin/MixinChatHud.java
So I assume it's a conflict in the @ModifyVariable
for a similar feature/change made by both mods?
Hey, there, I was just wondering, what this here was:
Your mod seems to remove this for some reason, why? oop 5zig seems to remove it :smort: oop²: it must be your mod
@Redirect(method = "drawChat", at = @At(value = "INVOKE", target = "Lnet/minecraft/client/gui/GuiNewChat;drawRect(IIIII)V", ordinal = 0))
Facepalm: I was looking into the liteloader branch lol - still wondering, because the Fabriv 1.16.4 doesn't seem to have the GuiNewChat mixin.... Thanks!