2022-09-18 16:59:57 +00:00
|
|
|
{
|
|
|
|
"Lua.diagnostics.disable": [
|
|
|
|
"trailing-space",
|
|
|
|
"undefined-global",
|
|
|
|
"lowercase-global",
|
|
|
|
"cast-local-type"
|
2023-07-11 18:15:14 +00:00
|
|
|
],
|
|
|
|
"cSpell.words": [
|
2023-11-28 22:38:05 +00:00
|
|
|
"airlike",
|
|
|
|
"bakedclay",
|
|
|
|
"bonemealed",
|
|
|
|
"clearcut",
|
|
|
|
"cloudwand",
|
|
|
|
"conv",
|
|
|
|
"cubeapply",
|
|
|
|
"dolower",
|
|
|
|
"doraise",
|
|
|
|
"ellipsoidapply",
|
|
|
|
"erbose",
|
|
|
|
"farwand",
|
|
|
|
"fixlight",
|
|
|
|
"goldblock",
|
|
|
|
"hollowcylinder",
|
|
|
|
"hollowellipsoid",
|
|
|
|
"hollowtorus",
|
|
|
|
"liquidlike",
|
|
|
|
"maxdiff",
|
|
|
|
"maxdist",
|
|
|
|
"mcount",
|
|
|
|
"meselamp",
|
|
|
|
"mfacing",
|
|
|
|
"minetestiscool",
|
|
|
|
"moretrees",
|
|
|
|
"ngroups",
|
|
|
|
"noconv",
|
|
|
|
"nodeapply",
|
|
|
|
"nodename",
|
|
|
|
"noiseapply",
|
|
|
|
"offsetx",
|
|
|
|
"offsety",
|
|
|
|
"offsetz",
|
2023-07-11 18:15:14 +00:00
|
|
|
"ollow",
|
2023-11-28 22:38:05 +00:00
|
|
|
"perlinmt",
|
|
|
|
"replacemix",
|
|
|
|
"saplingaliases",
|
|
|
|
"scalex",
|
|
|
|
"scaley",
|
|
|
|
"scalez",
|
|
|
|
"scentre",
|
|
|
|
"scloud",
|
|
|
|
"scol",
|
|
|
|
"scube",
|
|
|
|
"sculptlist",
|
|
|
|
"sfac",
|
|
|
|
"smake",
|
|
|
|
"smoothadv",
|
|
|
|
"snowblock",
|
|
|
|
"spop",
|
|
|
|
"spush",
|
|
|
|
"srect",
|
|
|
|
"srel",
|
|
|
|
"sshift",
|
|
|
|
"sstack",
|
|
|
|
"steelblock",
|
|
|
|
"stonebrick",
|
2023-08-09 14:46:12 +00:00
|
|
|
"weacmd",
|
|
|
|
"WEASCHEM"
|
2023-07-12 23:08:49 +00:00
|
|
|
],
|
|
|
|
"editor.detectIndentation": false,
|
|
|
|
"editor.insertSpaces": false,
|
|
|
|
"editor.trimAutoWhitespace": false,
|
|
|
|
"files.eol": "\n"
|
2022-09-18 16:59:57 +00:00
|
|
|
}
|