Respackopts/run/resourcepacks/lumi/assets/respackopts/conf.json

21 lines
300 B
JSON
Raw Normal View History

{
"id": "lumi",
"version": 1,
"conf": {
"tonemap": [
"default",
"vibrant",
"film"
],
"pbr": true,
"debugMode": [
"none",
"normal",
"viewDir"
],
2020-12-20 22:28:25 +01:00
"waterVertexWavy": false,
"stringTest": "this is a string",
"numTest": 15.4
}
}