Skip to content

Web app for converting Minecraft Java texture packs to Bedrock texture packs

Notifications You must be signed in to change notification settings

rtm516/ConvertJavaTextureToBedrock

 
 

Repository files navigation

NOT OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG


Web app for converting Minecraft Java texture packs to Bedrock texture packs

Description

It supports the follow Minecraft versions:

Minecraft Version
Java v1.13.x, v1.14.x, v1.15.x or v1.16.x
Bedrock >= v1.16.20

This project is inspired by the no longer continued PCTexture2PE

It supports to convert blocks, items, entities, paintings, particles, map icons, mob effects and hotbar

Please note:

  • No guarantee it will work
  • Each texture pack could be different and may not work or only partially
  • Please notice your browser is be supported
  • Works directly in your browser - no upload required and offline usage
  • Some conversions of HD texture packs may takes a while
  • You need a device with corresponding enough RAM (like the file size and content of the texture pack), because the convert it is not stored in a temporary storage, but in the RAM memory
  • Shaders or OptiFine or 3d textures or mods or datapacks or custom models or fonts are not supported, only classic Vanilla textures
  • Snapshots or never versions may are also not supported
  • If textures of sprites (For instance banner pattern, painting and particle) are only partially available, the missing will be transparent
  • Please reopen Minecraft after selecting the converted texture pack, because in the current version it seems to be a bug to reload the texture cache (Otherwise it's possible that you will have a mix between your previous and new texture pack, which can lead to appearance bugs that would not occur)
  • If it crashed, it doesn't necessarily have to do with the texture pack and this converter can't do much if it should be a bug in Minecraft
  • Please don't report Java or Bedrock version changes

Some experimental conversions are disabled by default, but can be enabled if you want to try, but please be warned, it contains many bugs and may are not beautiful and may not usable:

  • Horses
  • UI
    • Buttons
    • Tabs
    • Dialogs
    • Inventory / Recipe book
    • Crafting tables
  • Weather (Rain/Snow)

Requirements

Works in a current browser

Tested browsers:

  • Desktop:
    • Chrome (General Chromium based browsers should work, like Opera, new Edge, ...)
    • Firefox
    • Safari
  • Mobile:
    • iOS (Safari)
    • Android (Chrome)

Internet Explorer or old Edge are not supported!

Web app

The latest version is available through Github page

Look at https://ozelot379.github.io/ConvertJavaTextureToBedrock

Docker

You can also use the web app with Docker like

docker pull ozelot379/convert-minecraft-java-texture-to-bedrock-webapp
docker run --rm -p 127.0.0.1:8080:80 ozelot379/convert-minecraft-java-texture-to-bedrock-webapp

Look at https://hub.docker.com/r/ozelot379/convert-minecraft-java-texture-to-bedrock-webapp

CLI

Look at https://github.com/ozelot379/ConvertJavaTextureToBedrockCli

API

Look at https://github.com/ozelot379/ConvertJavaTextureToBedrockApi

About

Web app for converting Minecraft Java texture packs to Bedrock texture packs

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Languages

  • JavaScript 71.0%
  • HTML 14.2%
  • Less 10.5%
  • Shell 2.8%
  • Dockerfile 1.5%