Modscraper Modscraper Minecraft
MCEF Modern logo

MCEF Modern

Mod

Minecraft Chromium Embedded Framework — mod and library for adding Chromium web browser into Minecraft

Type

Mod

Modrinth Downloads

7,819

Modrinth ID

YJFfu5pH

Last Updated

Aug 29, 2026

Description

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

Compatibility

Mod Loaders

Fabric

Game Versions

1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2

Recommended Gear

Affiliate

Hardware and extras that pair well with this mod.

As an Amazon Associate I earn from qualifying purchases.

Screenshots

Similar Mods

Included in Modpacks (1)

External Resources