作者:rebot | 分类:模组
Minecraft 版本: 26.2
平台: fabric
标签: library technology utility
Minecraft Chromium Embedded Framework — mod and library for adding Chromium web browser into Minecraft
MCEF is based on java-cef (Java Chromium Embedded Framework),
which is based on CEF (Chromium Embedded Framework),
which is based on Chromium.
It was originally created by montoyo.
Then, it was rewritten by the CinemaMod Group.
Then, it was rewritten again and named "MCEF Modern" by DimasKama.
Install this mod like a regular fabric mod
build.gradle setup:
repositories {
// Other repositories
maven {
url = uri('https://maven.dimaskama.net/releases')
}
}
dependencies {
// Other dependencies
modImplementation "net.dimaskama:mcef-modern:${mcef_modern_version}"
}
repositories {
// Other repositories
exclusiveContent {
forRepository {
maven {
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
dependencies {
// Other dependencies
modImplementation "maven.modrinth:mcef-modern:${mcef_modern_version}"
}
Simple usage example can be found in Test Mod
请登录后举报
暂无评论,抢个沙发吧~