Note that core.hash_node_position is not a hash function

This commit is contained in:
Erich Schubert 2025-02-27 12:30:55 +01:00 committed by GitHub
parent 415e96184d
commit 58ad604a4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7456,7 +7456,8 @@ Misc.
* This function can be overridden by mods to change the leave message.
* `core.hash_node_position(pos)`: returns a 48-bit integer
* `pos`: table {x=number, y=number, z=number},
* Gives a unique hash number for a node position (16+16+16=48bit)
* Gives a unique numeric encoding for a node position (16+16+16=48bit)
* Despite the name, this is not a hash function (so it doesn't mix or produce collisions).
* `core.get_position_from_hash(hash)`: returns a position
* Inverse transform of `core.hash_node_position`
* `core.get_item_group(name, group)`: returns a rating