Skip to content

colorblockifier/colorblockifier.github.io

Repository files navigation

colorblockifier

Sort Minecraft blocks by color

colorblockifier.github.io

All processing is done locally in your browser without uploading to a server, and no programs need to be installed on your computer!

This web app extracts the textures from a Minecraft version JAR you choose from your computer, to stay compliant with Minecraft's TOS by not redistributing the textures.

Credits:

Made by: comfysquirrel

Third party libraries:

This project is not affiliated with Minecraft or Mojang.

Developing

  • Open the project in vscode
  • Install the recommended extensions in vscode
  • Install npm
  • Install dependencies with npm install (or pnpm install or yarn)
  • Start a development server:
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

About

Sort Minecraft blocks by color

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published