MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Make the "add to mixin config" intention respect the target class' side/environment

Open Earthcomputer opened this issue 5 years ago • 1 comments

Currently the mixin is always added to the mixins array in mixin configs, however if the target class is client-side-only, it should be easy to infer that it should go in the client array instead.

Earthcomputer avatar Jul 03 '20 10:07 Earthcomputer

I implemented this based on the SideOnly information we have access to (893b815558d3553b79d58a9615ff932b7d2d8caa). Dunno if this is enough to close this issue.

RedNesto avatar Aug 20 '21 23:08 RedNesto