Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 487 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 487 Bytes

LaunchWrapper

Classloader with bytecode transforming functionality,Forked from https://github.com/Mojang/LegacyLauncher

Maven metadata URL

Gradle

repositories {
    maven { url 'https://maven.enaium.cn/' }
}

dependencies {
    implementation("cn.enaium:launchwrapper:<VERSION>")
}