Skip to content

Commit

Permalink
Add fix for prismarine-viewer auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkePilon committed Dec 19, 2023
1 parent ea6aaee commit 94062ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lodestone/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" },
Expand Down

0 comments on commit 94062ec

Please sign in to comment.