AOF7-Vocality/config/worldstripper.json

14 lines
292 B
JSON
Raw Normal View History

2024-02-20 16:35:48 -08:00
{
"stripRadiusX": 48,
"stripRadiusZ": 48,
"stripStartY": 256,
"stripStopY": -64,
"replacementBlock": "minecraft:air",
"updateSettings": {
"notifyNeighbors": false,
"blockUpdate": true,
"noRender": false,
"renderMainThread": false,
"updateNeighbors": true
}
}