Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
/ ml4g Public archive

Minecraft Launcher for Gradle, Vanilla inject client gradle plugin

License

Notifications You must be signed in to change notification settings

Enaium/ml4g

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML4G

Waraing: This plugin is under development and there are still many bugs

Install

buildscript {
    repositories {
        mavenCentral()
        maven { url 'https://maven.enaium.cn/' }
    }

    dependencies {
        classpath 'cn.enaium:ml4g:1.0.11'
    }
}

apply plugin: 'ml4g'
gradlew idea

Configuration

Version

minecraft {
    gameVersion = "1.16.5"//Default
}

Use Mixin

minecraft {
    mainClass = "net.minecraft.launchwrapper.Launch"
    tweakClass = "cn.enaium.example.launch.Tweaker"
    mixinRefMap = "mixins.temp.refmap.json"
}

Use Inject

minecraft {
    injectRemapping = "inject.remapping.json"
}

About

Minecraft Launcher for Gradle, Vanilla inject client gradle plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages