Skip to content
forked from montoyo/mcef

Minecraft ChromiumEF (based on JCEF)

License

Notifications You must be signed in to change notification settings

xueyeshengdan/mcef

 
 

Repository files navigation

What did I do?

Update MCEF binding to JCEF 78.3.9

H.264 support? Play Bilibili Video?

Because of issues of license, Chromium project does not provide official *.dlls which support h264.

  1. Build JCEF

   https://bitbucket.org/chromiumembedded/java-cef/wiki/BranchesAndBuilding

  1. Replace the (J)CEF DLLs.

   copy files in jcef_build\native\Release to your MC folder.

  1. Build CEF (you can enable ffmpeg to support h264)

   https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding

   or download compiled h264 CEF here

   https://blog.csdn.net/epubcn/article/details/82689929 (The uploader is not me, I just google and find it)

  1. Replace the (J)CEF DLLs.

   copy CEF DLLs to your MC folder and replace existing files

  1. Enjoy the amazing mod

image

About

Minecraft ChromiumEF (based on JCEF)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Other 0.3%