Skip to content

Allows any mixins that work on mods to work effortlessly. Unofficial port of MixinBooter for Minecraft 1.7.10.

License

Notifications You must be signed in to change notification settings

tox1cozZ/mixin-booter-legacy

Repository files navigation

mixin-booter-legacy

Allows any mixins that work on mods to work effortlessly.
Unofficial port of MixinBooter for Minecraft 1.7.10.
MixinBooter 1.12.2 - https://github.com/LoliKingdom/MixinBooter

For Users:

Download mod from CurseForge and put jar to your mods directory.

For Developers:

apply from: 'https://raw.githubusercontent.com/tox1cozZ/mixin-booter-legacy/master/gradle/configurations/v1.gradle'

mixin {
    // Set custom refmap name. By default using project name
    // mixinRefMapName = 'mixin.custom.refmap.json'
}