Skip to content
nimadez edited this page Jul 22, 2025 · 1 revision

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.

Clone this wiki locally