diff --git a/minecraft/networking/types/utility.py b/minecraft/networking/types/utility.py index 9c4114f..891e0e8 100644 --- a/minecraft/networking/types/utility.py +++ b/minecraft/networking/types/utility.py @@ -6,7 +6,7 @@ from collections import namedtuple __all__ = ( - 'Vector', 'MutableRecord', 'PositionAndLook', + 'Vector', 'MutableRecord', 'descriptor', )