Skip to content

MC Tool - Custom block generator with display entities.

License

Notifications You must be signed in to change notification settings

lullaby6/mc-block-creator

Repository files navigation

MC Block Creator

Custom Block Generator with Display Entities for Minecraft Java Edition

https://mc-block-creator.vercel.app/

Future features

  • 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

Contributing

This project uses React, Vite and Tailwind.

  1. Make sure you have node, npm, and git installed.
  2. Clone the repository.
git clone https://github.com/lullaby6/mc-block-creator.git
  1. Install the packages.
npm install
  1. Start the dev server.
npm run dev
  1. Open the browser in localhost:3000.

License