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 typescript
thentsc
and thennode index.js
or install ts-node withnpm install -g ts-node
and 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/