Time Nick Message 20:42 _petrusd987 Hey guys, does anyone know if there's a way for me to get the texture of a block in a lua variable so i can overlay it on the HUD? 20:43 jin_xi there is a table of all registered nodes 20:44 jin_xi a mc block is a node in mt just to be clear 20:44 _petrusd987 I know 20:44 _petrusd987 I've been looking on the wiki but I haven't seen anything about the table 20:45 jin_xi https://raw.githubusercontent.com/minetest/minetest/master/doc/lua_api.txt 20:46 jin_xi Ctrl-F Registered definitions of stuff 20:49 _petrusd987 oh 20:49 _petrusd987 Thanks! 20:49 jin_xi no problem :) 21:05 _petrusd987 I hate to bug you again but is there a way that I can get the type of node at a certain position in the world? 21:31 jin_xi sorry was afk, yes there is indeed 21:32 jin_xi minetest.get_node(pos)