------------------------------------------------------------------------------------------------------------- Smart Vector Tables [smart_vector_Table] ------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------------- About ------------------------------------------------------------------------------------------------------------- This mod adds an API to create tables that accept 3D Vectors as indices in a relatively efficient manner. They're built to be able to handle a large quantity of indices at a time, with no regards to how close or far apart specific vectors are. See the provided api.txt for details about how you use them. ------------------------------------------------------------------------------------------------------------- Dependencies and Support ------------------------------------------------------------------------------------------------------------- There are no dependencies for this mod, not even on Minetest itself. You can use it in any Lua-based program if you wish. ------------------------------------------------------------------------------------------------------------- License ------------------------------------------------------------------------------------------------------------- The LGPL v2.1 License is used with this mod. See https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html or LICENSE.txt for more details. ------------------------------------------------------------------------------------------------------------- Installation ------------------------------------------------------------------------------------------------------------- Download, unzip, and place within the usual minetest/current/mods folder, and it will behave in relation to the Minetest engine like any other mod.