Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from CinemaMod/mcef

A Minecraft mod and library for adding the Chromium web browser into the game (Minecraft Chromium Embedded Framework)

License

playgamesgo/mcef

 
 

Repository files navigation

MCEF Logo

MCEF (Minecraft Chromium Embedded Framework)

MCEF is a mod and library for adding the 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. It was rewritten and currently maintained by the CinemaMod Group.

MCEF contains a downloader system for downloading the java-cef & CEF binaries required by the Chromium browser. This requires a connection to https://mcef-download.cinemamod.com.

Current Chromium version: 116.0.5845.190

Supported Platforms

  • Windows 10/11 (x86_64, arm64)*
  • macOS 11 or greater (Intel, Apple Silicon)
  • GNU Linux glibc 2.31 or greater (x86_64, arm64)**

*Some antivirus software may prevent MCEF from initializing. You may have to disable your antivirus or whitelist the mod files for MCEF to work properly.

**This mod will not work on Android.

For Players

This is the source code for MCEF.

Download the mod for Fabric on:

For Modders

MCEF is LGPL, as long as your project doesn't modify or include MCEF source code, you can choose a different license. Read the full license in the LICENSE file in this directory.

Using MCEF in Your Project

repositories {
    maven {
        name "mirageRepositoryReleases"
        url "https://repo.mirage-play.com/releases"
    }
}

Fabric

dependencies {
    modCompileOnly 'com.cinemamod:mcef:2.1.7-1.21.4'
    modRuntimeOnly 'com.cinemamod:mcef-fabric:2.1.7-1.21.4'
}

See the mcef-fabric-example-mod for a complete example Fabric project.

Building & Modifying MCEF

After cloning this repo, you will need to clone the java-cef git submodule. There is a gradle task for this: ./gradlew cloneJcef.

About

A Minecraft mod and library for adding the Chromium web browser into the game (Minecraft Chromium Embedded Framework)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%