This project is unofficial and is not affiliated with, endorsed by, sponsored by, or approved by Mojang or Microsoft.
This project is a third-party visual coding tool for creating add-ons for Minecraft, and all Minecraft-related names, brands, and assets remain the property of their respective owners.
Minecraft アドオンを視覚的に制作するための、Blockly / React / TypeScript ベースのビジュアルエディタです。
- Blockly ベースのビジュアルスクリプト編集
- React + Vite による開発環境
- アドオン生成を前提にしたエクスポートワークフロー
npm install
npm run devVite の開発サーバーは 3000 番ポートで動作します。
npm run build
npm run previewsrc/pages/: ページ単位の画面src/components/: 再利用可能な UI コンポーネントsrc/hooks/: Blockly、ダウンロード、プロジェクト管理向けのカスタムフックsrc/blocks/: Blockly ブロック定義とローカライズsrc/utils/,src/types/,src/constants/: 共通処理、型、定数public/:toolbox.xmlを含む静的アセット
このプロジェクトは自由に利用、改変して構いません。
ただし、再配布は許可していません。配布や公開を伴う利用をしたい場合は、事前に作者へ連絡してください。
また、どのような用途や形で活用されているかを知りたいため、利用時にも作者へ連絡をもらえると助かります。
イベントで使用する場合は、引用元を明記してください。
例:
使用ツール: addon-visual-coder
作者: BakurikuJP
リポジトリ: https://github.com/BakurikuJP/addon-visual-coder
This is a visual editor for building Minecraft add-ons with Blockly, React, and TypeScript.
- Blockly-based visual scripting
- React + Vite development environment
- Export-oriented workflow for add-on generation
npm install
npm run devThe Vite dev server runs on port 3000.
npm run build
npm run previewsrc/pages/: route-level screenssrc/components/: reusable UI componentssrc/hooks/: custom hooks for Blockly, downloads, and project managementsrc/blocks/: Blockly block definitions and localizationsrc/utils/,src/types/,src/constants/: shared utilities, types, and static datapublic/: static assets includingtoolbox.xml
You are free to use and modify this project.
However, redistribution is not permitted. If you want to distribute or publicly republish it, please contact the author in advance.
I would also appreciate it if you contact the author when you use it, because I want to know how and where it is being used.
If you use this project in an event, please clearly provide attribution to the original source.
Example:
Tool used: addon-visual-coder
Author: BakurikuJP
Repository: https://github.com/BakurikuJP/addon-visual-coder
See LICENSE.