diff options
| author | mat <github@matdoes.dev> | 2022-06-17 16:27:58 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-17 16:27:58 -0500 |
| commit | d0fc7d0eff32687d7210b730584db2c3faa055ae (patch) | |
| tree | 8cbc9930a045d12c4eedd2b5af815f7c795f34d2 /codegen/lib/code/version.py | |
| parent | 69e1125ecbb3e695125b8e65deba3e3f7be41b70 (diff) | |
| download | azalea-drasl-d0fc7d0eff32687d7210b730584db2c3faa055ae.tar.xz | |
ClientboundSetEquipmentPacket
Diffstat (limited to 'codegen/lib/code/version.py')
| -rw-r--r-- | codegen/lib/code/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen/lib/code/version.py b/codegen/lib/code/version.py index 4c8500be..511d30d1 100644 --- a/codegen/lib/code/version.py +++ b/codegen/lib/code/version.py @@ -1,6 +1,6 @@ +from lib.utils import get_dir_location import re import os -from lib.utils import get_dir_location README_DIR = get_dir_location('../README.md') VERSION_REGEX = r'\*Currently supported Minecraft version: `(.*)`.\*' |
