{ "name": "OpenVoxelProject", "description": "OpenVoxelProject's base resources", "textures": { "block-atlas": { "path": "textures/block-atlas.png", "size": [64, 64], "totalSize": [512, 512] }, "grass": { "texture": "block-atlas", "sided": true, "sideMaps": [ [3], [0, 1, 4, 5], [2] ], "positions": [ [0, 0], [64, 0], [128, 0] ], "sizes": [ [64, 64], [64, 64], [64, 64] ] }, "dirt": { "texture": "block-atlas", "position": [128, 0], "size": [64, 64] }, "stone": { "texture": "block-atlas", "position": [192, 0], "size": [64, 64] }, "glitch": { "texture": "block-atlas", "position": [256, 0], "size": [64, 64] }, "character": { "path": "textures/character.png", "totalSize": [256, 256] } }, "models": { "character": { "path": "models/character.json" } } }