
MCEF Modern
Minecraft Chromium Embedded Framework β mod and library for adding Chromium web browser into Minecraft
Screenshots

About this Mod
MCEF Modern
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.
Features
- Modern Minecraft and Chromium versions support
- Documented API
- Asynchronous initialization
For Players
Install this mod like a regular fabric mod
For Modders
build.gradle setup:
- With DimasKama's maven:
repositories {
// Other repositories
maven {
url = uri('https://maven.dimaskama.net/releases')
}
}
dependencies {
// Other dependencies
modImplementation "net.dimaskama:mcef-modern:${mcef_modern_version}"
}
- Or with the Modrinth maven:
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}"
}
Example
Simple usage example can be found in Test Mod
Available Versions
How to Install MCEF Modern on Your Client
Install the Mod Loader Locally
Install fabric for your local Minecraft version.
Download the Matching File
Choose the MCEF Modern file for fabric and Minecraft 26.2.
Install Mod
Place the .jar file in your local .minecraft/mods folder and restart Minecraft. No server-side installation is required.
Compatibility
Mod Loaders
Minecraft Versions
26.2, 26.1.2, 26.1.1 (+3 more)
Server-side
β UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Does MCEF Modern need to be installed on the Minecraft server?
No. Modrinth marks MCEF Modern as unsupported on the server side. Install it only in your local Minecraft mods folder. Your server can remain unchanged unless the mod page lists an additional dependency.
Which version and loader does MCEF Modern require?
Use a file for fabric and your exact Minecraft version. Supported versions include 26.2, 26.1.2, 26.1.1. Files for different loaders are not interchangeable.
MCEF Modern is not working β what should I check?
First check the Minecraft version, loader version and required dependencies. Put the .jar file in your local .minecraft/mods folder and remove older duplicates. Because this mod is client-side, adding server RAM will not fix it.
Similar Mods
Minecraft Server for Your Group
MCEF Modern stays on your client. Host a compatible world for your group.