From 94062ece0ff9a666debf2296f25e2273e85852f0 Mon Sep 17 00:00:00 2001 From: Silke pilon Date: Tue, 19 Dec 2023 19:44:27 +0100 Subject: [PATCH] Add fix for prismarine-viewer auto update --- lodestone/bot.py | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lodestone/bot.py b/lodestone/bot.py index 177fad4..f9c1059 100644 --- a/lodestone/bot.py +++ b/lodestone/bot.py @@ -385,6 +385,11 @@ def __init__( if not self.disable_viewer: self.mineflayer_viewer = require('prismarine-viewer', '1.25.0') self.python_command = self.__check_python_command() + + + # TODO: Add fix prismarine-viewer to reanable auto update + ls_skip_checks = True + if not ls_skip_checks: with self.console.status("[bold]Checking for updates...\n") as status: status.update("[bold]Checking if backend is up-to-date...\n") diff --git a/pyproject.toml b/pyproject.toml index bf2a498..ca5bc1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lodestone" -version = "0.1.8" +version = "0.1.9" description = "🤖 Create Minecraft bots with a powerful, stable, and high level Python API." authors = [ { name = "Silke Pilon", email = "silkepilon2009@gmail.com" },