hero

CF4M

Client Framework for Minecraft

Quick Start →

Easy

No need to write Event,Module and Setting etc.

Small

Less than 62KB.

Lightweight

No libraries use.

Add it in your root build.gradle at the end of repositories

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

Add the dependency

dependencies {
	implementation 'cn.enaium.cf4m:cf4m:LATEST'
}

LATEST=Maven URL (opens new window)

# Fabric

dependencies {
	modImplementation 'cn.enaium.cf4m:cf4m-fabric:LEAST'
}

Add to fabric.mod.json

"depends": {
    "cf4m": ">=LEAST"
}

LEAST=Maven URL (opens new window)