A design tool, similar to Figma or Sketch, made purely for building Minecraft layouts. Exporting & saving is currently WIP, but the editor & tool framework is done.
Planned exporting includes MCP 1.8/1.12, Forge, Fabric, and HTML (via mc.css).
Simply run the next.js project:
npm run devRun the next.js project in production mode, or deploy to Vercel.
npm run build
npm start