diff --git a/.vscode/settings.json b/.vscode/settings.json index 0e44d55..22a13de 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,11 @@ { "Lua.diagnostics.globals": [ "minetest", - "VoxelArea" + "VoxelArea", + "vector", + "Raycast", + "ItemStack", + "PerlinNoise" ], "Lua.diagnostics.disable": [ "lowercase-global" diff --git a/mods/ikea_warehouse/nodes.lua b/mods/ikea_warehouse/nodes.lua index 4255819..f70ac99 100644 --- a/mods/ikea_warehouse/nodes.lua +++ b/mods/ikea_warehouse/nodes.lua @@ -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",