1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
lol
This commit is contained in:
mat 2023-12-07 11:34:18 -06:00
parent 98f2c54c26
commit cbbb9b123e
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ A collection of Rust crates for making Minecraft bots, clients, and tools.
<!-- The line below is automatically read and updated by the migrate script, so don't change it manually. -->
_Currently supported Minecraft version: `1.20.3`._
_Currently supported Minecraft version: `1.20.4`._
> [!WARNING]
> Azalea is still very unfinished, though most crates are in a somewhat useable state

View file

@ -3,7 +3,7 @@ import re
import os
README_DIR = get_dir_location('../README.md')
VERSION_REGEX = r'\*Currently supported Minecraft version: `(.*)`.\*'
VERSION_REGEX = r'\_Currently supported Minecraft version: `(.*)`.\_'
def get_version_id() -> str: