- Convert Blocks
- Convert BlockEntities
- Convert Entities
- Convert Block "palettes"
- Web Interface
- CLI Interface
- API
The tool is still able to convert most structures. However, there are still some issues with the conversion of certain blocks and block entities. If you encounter any issues, please report them in the issues tab.
- Head over to the web interface
- Upload your structure file
- Done!
The Minecraft Java space is dominated by Schematics, while the Bedrock space is dominated by Structures. This project aims to bridge the gap between the two formats, allowing for easier sharing of builds between the two versions.
- Node.js
- pnpm
- Rust/Cargo
- wasm-pack
- Clone the repository
- Run
wasm-pack build
in the s2s_web directory - Run
pnpm install
- Run
pnpm build
- Run
pnpm dev
to start the development server