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

30 lines
459 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,
"subcategoryTest": {
"thisIsCool": true,
"numberInSub": 15,
"enumInSub": [
"yay1",
"yay2",
"yay3"
]
}
}
}