MoreMesecons/moremesecons_utils
HybridDog 9aa0e6ab3d Add MapDataStorage code as replacement for get_data_from_pos etc.
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.
2020-04-14 08:49:21 +02:00
..
depends.txt Define vector_extras functions in moremesecons_utils 2017-04-19 21:41:10 +02:00
init.lua Add MapDataStorage code as replacement for get_data_from_pos etc. 2020-04-14 08:49:21 +02:00