Custom Block Generator with Display Entities for Minecraft Java Edition
https://mc-block-creator.vercel.app/
- Tools draggable card
- Layers draggable card
- Stretchable pixels
- Layout options for Solid, Tables and Unique blocks
- Pallete block select input
- Base block select input
- Support block_display and text_display
- Darkmode
- PWA
This project uses React, Vite and Tailwind.
git clone https://github.com/lullaby6/mc-block-creator.git- Install the packages.
npm install- Start the dev server.
npm run dev- Open the browser in
localhost:3000.