Skip to content

ElytraServers/conditional-mixin-legacy

Repository files navigation

Conditional Mixin Legacy

Build and test

A fork of conditional-mixin by Fallen-Breath.

A library mod for using annotation to conditionally apply your mixins to your Minecraft mods.

Import

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.

About

A 1.7.10 port of https://github.com/Fallen-Breath/conditional-mixin

Resources

License

LGPL-3.0, MIT licenses found

Licenses found

LGPL-3.0
LICENSE
MIT
LICENSE-template

Stars

Watchers

Forks

Packages

No packages published

Languages