With this utility you can convert Minecraft schematics to gltf files.
- Put your .schematic file in
./schematics - Install dependencies with
npm i - Either run
npm install -g typescriptthentscand thennode index.jsor install ts-node withnpm install -g ts-nodeand run the script withts-node index.ts - The result file will be in
./out/finished
This project uses Schem2Obj by @DavixDevelop - https://github.com/DavixDevelop/schem2obj/