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
When you create a mixin class on Fabric targetting a class marked with @net.fabricmc.api.Environment(net.fabricmc.api.EnvType.CLIENT), the quick fix suggests putting it on the common side. In Forge environments it suggests putting it on the client side.
From a cursory glance, it seems like the mixin inspection uses SideAnnotation.kt, which is only aware of Forge's annotations.
Plugin version: 2021.2-1.5.15
Target platform: Fabric
IntelliJ IDEA 2021.2.3 (Community Edition)
Build #IC-212.5457.46, built on October 12, 2021
Runtime version: 11.0.12+7-b1504.40 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2042M
Cores: 8
Non-Bundled Plugins: org.toml.lang (0.2.155.4114-212), PMD-IDEA (1.7.0), com.github.b3er.idea.plugins.arc.browser (0.23), com.demonwav.minecraft-dev (2021.2-1.5.15), org.jetbrains.kotlin (212-1.5.31-release-546-IJ4638.7), izhangzhihao.rainbow.brackets (6.21)
Kotlin: 212-1.5.31-release-546-IJ4638.7
The text was updated successfully, but these errors were encountered:
When you create a mixin class on Fabric targetting a class marked with
@net.fabricmc.api.Environment(net.fabricmc.api.EnvType.CLIENT), the quick fix suggests putting it on the common side. In Forge environments it suggests putting it on the client side.From a cursory glance, it seems like the mixin inspection uses SideAnnotation.kt, which is only aware of Forge's annotations.
The text was updated successfully, but these errors were encountered: