CF4M
Client Framework for Minecraft
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= (opens new window)
# Fabric
dependencies {
modImplementation 'cn.enaium.cf4m:cf4m-fabric:LEAST'
}
Add to fabric.mod.json
"depends": {
"cf4m": ">=LEAST"
}
LEAST= (opens new window)