1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

update wrong entity metadata

This commit is contained in:
mat 2025-01-11 04:09:39 +00:00
parent 55d1ae2014
commit 31d0ac7568
2 changed files with 867 additions and 676 deletions

File diff suppressed because it is too large Load diff

View file

@ -19,7 +19,7 @@ def get_burger():
f'cd {get_dir_location("__cache__")} && git clone https://github.com/mat-1/Burger && cd Burger && git pull')
print('\033[92mInstalling dependencies...\033[m')
os.system(f'cd {get_dir_location("__cache__")}/Burger && pip install six jawa')
os.system(f'cd {get_dir_location("__cache__")}/Burger && python -m venv venv && venv/bin/pip install six jawa')
def get_pixlyzer():