ThinkingStudios / MiniHUD-Forge

MiniHUD unofficial (Neo)Forge port. A tiny client-side mod for Minecraft. that adds the coordinates, looking angle and current speed to the screen.
GNU Lesser General Public License v3.0
10 stars 2 forks source link

Crash when install EMI #12

Closed PeakXing closed 4 months ago

PeakXing commented 5 months ago

latest.log When I install EMI at the same time, it crashes when starting the client.

TexBlock commented 5 months ago

BoccHUD mixin the ItemStack[this], but EMI also mixin the ItemStack [this] (they both mixin the same method), resulting in a mixin conflict between the two mods

TexBlock commented 4 months ago

non-replicable