Rename mobs mod to mcl_mobs
[MineClone/MineClone2.git] / mods / PLAYER / mcl_playerinfo / README.md
blobfe5ac0a42d3e485351e5a5c5c0db57bf92d81c1b
1 # PlayerInfo mod for MineClone 2
3 This is a helper mod for other mod to query the nodes around the player.
5 Every half second the mod checks which node the player is standing on, which
6 node is at foot and head level and stores inside a global table to be used by mods:
8 - `mcl_playerinfo[name].node_stand`
9 - `mcl_playerinfo[name].node_stand_below`
10 - `mcl_playerinfo[name].node_foot`
11 - `mcl_playerinfo[name].node_head`
13 ## License
14 MIT License