A fork of conditional-mixin by Fallen-Breath.
A library mod for using annotation to conditionally apply your mixins to your Minecraft mods.
repositories {
maven {
name = "JitPack"
url = uri("https://jitpack.io")
}
}
dependencies {
implementation("com.github.ElytraServers:conditional-mixin-legacy:${TAG_SeeAbove}")
}
There is an example based on ExampleMod template in example, read the README in it first.