You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This mod's CarmotShieldMixin class has the @Debug mixin annotation applied, meaning the mixin processor is set to export its target class every time the game starts. This is not necessary in a production environment. Ideally the annotation can simply be removed.
Describe the bug
This mod's CarmotShieldMixin class has the
@Debug
mixin annotation applied, meaning the mixin processor is set to export its target class every time the game starts. This is not necessary in a production environment. Ideally the annotation can simply be removed.HephaestusPlus/src/main/java/konsola5/hephaestusplus/mixin/CarmotShieldMixin.java
Lines 20 to 22 in b7d10ce
To Reproduce
CarmotShield
class is exported by the mixin processor to.minecraft/.mixin.out
.Expected behavior
That doesn't happen.
Screenshots
N/A
Crash log or game log (if applicable)
N/A
Mod List
Mod List: click to show
Versions
Additional context
N/A
The text was updated successfully, but these errors were encountered: