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

40 lines
736 B
JSON
Raw Normal View History

{
"id": "lumi",
2021-08-26 20:03:54 +02:00
"version": 5,
2021-09-15 16:45:54 +02:00
"capabilities": ["FileFilter", "DirFilter", "DirFilterAdditive"],
"conf": {
"tonemap": [
"default",
"vibrant",
"film"
],
"pbr": true,
"debugMode": [
"none",
"normal",
"viewDir"
],
2020-12-20 22:28:25 +01:00
"waterVertexWavy": false,
"numTest": 15.4,
"subcategoryTest": {
"thisIsCool": true,
"numberInSub": 15,
"enumInSub": [
"zthis is default",
"yay1",
"yay2",
"yay3",
"athis is last"
],
"sliderTest": {
"min": 15,
"default": 16,
"max": 20
},
2021-01-04 16:26:13 +01:00
"enableLang": true,
2021-02-15 11:44:59 +01:00
"enableLangForceDisable": false,
"enableLangJokeFallback": true
}
}
}