Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local x1b = minetest.get_node({x = pos.x + 1, y = pos.y - 1, z = pos.z})
- local node_definition = minetest.registered_nodes[x1b.name]
- node_definition.drawtype == normal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement