Fix Some VsCode Warnings

master
benrob0329 2019-10-31 20:31:39 -04:00
parent a54753ffb2
commit 24e62f01cb
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,11 @@
{
"Lua.diagnostics.globals": [
"minetest",
"VoxelArea"
"VoxelArea",
"vector",
"Raycast",
"ItemStack",
"PerlinNoise"
],
"Lua.diagnostics.disable": [
"lowercase-global"

View File

@ -30,7 +30,6 @@ minetest.register_node(":warehouse:rack_filler", {
paramtype = "light",
description = "Invisible Node To Keep The Rack Collidable",
drawtype = "airlike",
paramtype = "light",
walkable = true,
pointable = false,
is_ground_content = true,
@ -40,7 +39,6 @@ minetest.register_node(":warehouse:rack_filler", {
minetest.register_node(":warehouse:row_sign", {
paramtype = "light",
description = "Signs To \"Mark\" Each Row",
paramtype = "light",
drawtype = "nodebox",
node_box = {
type = "fixed",