2024-05-09 01:37:10 -04:00

190 lines
3.3 KiB
JSON

{
"files.exclude": {
"**/**/**.lua": true,
"mods/": true,
"node_modules": true,
"scripts/": true,
"menu/": true,
"package.json": true,
"package-lock.json": true,
"LICENSE": true,
//! Here starts things that probably shouldn't be hidden. :D
"possibly_to_be_used/": true,
// ".gitignore": true,
".gitattributes": true,
"game.conf": true,
"tsconfig.json": true,
//? Don't disable this unless you feel like opening up this file in a text editor.
// ".vscode/": true
},
"typescript.format.semicolons": "insert",
"cSpell.words": [
"absvalue",
"allfaces",
"authplayer",
"basepos",
"bgcolor",
"breathbar",
"buildable",
"burntime",
"chatcommand",
"chatcommands",
"clazz",
"clust",
"collisionbox",
"collisiondetection",
"colordegrotate",
"colorfacedir",
"colorspec",
"colorstring",
"colorwallmounted",
"containsi",
"containsp",
"cooktime",
"cosom",
"cpdir",
"craftitem",
"craftitems",
"craftpreview",
"cycz",
"cysz",
"databit",
"defaul",
"degrotate",
"diamondaxe",
"dieplayer",
"diggable",
"dignode",
"dofile",
"drawtype",
"expirationtime",
"exptime",
"facedir",
"FASTMATH",
"fencelike",
"firelike",
"floodable",
"flowingliquid",
"forceload",
"formspec",
"fourdir",
"gametime",
"getmetatable",
"glasslike",
"glasslikeliquidlevel",
"globalstep",
"goldaxe",
"groupcaps",
"healthbar",
"hotbar",
"hpchange",
"httpfetch",
"indexp",
"inventorycube",
"invsqrt",
"itemcount",
"itemstring",
"iterp",
"joinplayer",
"knockback",
"lacunarity",
"lbms",
"leaveplayer",
"lerp",
"liquidtype",
"listname",
"lowpart",
"luaentities",
"luaentity",
"Manip",
"mapblock",
"mapblocks",
"mapgen",
"maxdrop",
"maxlevel",
"maxp",
"maxpos",
"mese",
"meseaxe",
"meshoptions",
"Metatable",
"mgname",
"minetest",
"minp",
"minpos",
"modchannel",
"modname",
"modnames",
"modpath",
"moveresult",
"mvdir",
"Nametag",
"newindex",
"newnode",
"newplayer",
"nodebox",
"Nodeboxtype",
"nodenames",
"noiseparams",
"noprefetch",
"oldnode",
"paramtype",
"particlespawner",
"pcall",
"perlin",
"placenode",
"playername",
"pointable",
"prejoinplayer",
"privs",
"punchnode",
"punchplayer",
"raillike",
"raycast",
"respawnplayer",
"rightclick",
"rightclickplayer",
"Screenbg",
"selectionbox",
"setmetatable",
"sidelen",
"signlike",
"singleplayer",
"sinom",
"skinsdb",
"skybox",
"slerp",
"spritediv",
"statbar",
"staticdata",
"steelaxe",
"stepheight",
"stoneaxe",
"sycz",
"sysz",
"texpool",
"textlist",
"timeofday",
"tock",
"tonemap",
"toolrepair",
"torchlike",
"Traceback",
"tstl",
"tweenable",
"unban",
"urlencode",
"userdata",
"userlimit",
"vmanip",
"Voxel",
"wallmounted",
"wielditem",
"woodaxe",
"worldpath",
"ypos",
"yslice",
"ystride",
"zstride"
]
}