Sort Minecraft blocks by color
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.
Made by: comfysquirrel
Third party libraries:
- Framework: Svelte + SvelteKit
- UI components: Flowbyte Svelte
- Library for handling ZIP files: zip.js
This project is not affiliated with Minecraft or Mojang.
- Open the project in vscode
- Install the recommended extensions in vscode
- Install npm
- Install dependencies with
npm install(orpnpm installoryarn) - Start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.