File Format - nimadez/voxel-builder GitHub Wiki

JSON

Version >= 4.0.3

{
    "version": "Voxel Builder 1.0.0",
    "project": {
        "name": "untitled",
        "voxels": 1000,
        ...
        ..
        .
    },
    "data": {
        "voxels": "X,Y,Z,COLOR,VISIBLE;X,Y,Z,COLOR,VISIBLE;..."
    }
}

Deprecated INI

Version <= 4.0.2

Removed from version 4.3.1 onwards.

Deprecated TXT

Version <= 3.8.9

Removed from version 4.1.9 onwards.

⚠️ **GitHub.com Fallback** ⚠️