mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-02-18 19:30:19 +01:00
In comparison to using Minetest's hash_node_position, this saves additional information about the z-only and zy-only components, which is what the vector_extras code did. In comparison to the old vector_extras code, this does not create lots of lua tables, which is slow, but instead uses one table as hashmap.