diff --git a/README.md b/README.md index a1eb1c9..0a53322 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ A tool to convert .obj files into Minecraft Schematics  + + # Progress 0.1 * ✔️ **.json model loading** @@ -15,15 +17,15 @@ A tool to convert .obj files into Minecraft Schematics * ✔️ **Basic .obj file loader UI** 0.2 -* Greedy voxel meshing +* ✔️ **Greedy voxel meshing** * Export to schematic 0.3 * Building guides * Slice viewer + # Usage -Since no build has been released yet, you'll need to: * Download and install [Node.js](https://nodejs.org/en/). * Execute `git clone https://github.com/LucasDower/ObjToSchematic.git` in your command line. * Navigate to `/ObjToSchematic-main`. diff --git a/index.html b/index.html index 316a936..3b85d1e 100644 --- a/index.html +++ b/index.html @@ -17,12 +17,11 @@