Skip to content

Commit

Permalink
Update dependencies and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkePilon committed Nov 26, 2023
1 parent 13e5d63 commit f9cb8b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions lodestone/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,14 @@ def __init__(
self.extra_data = {}
self.loaded_plugins = {}
self.loaded_events = {}



_ = require("mineflayer")
_ = require("prismarine-viewer")
_ = require("mineflayer-collectblock")
_ = require("minecraft-data")
_ = require("mineflayer-pathfinder")

if not self.skip_checks:
self.node_version, self.pip_version, self.python_version = self.__versions_check()
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.0.46"
version = "0.0.47"
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 f9cb8b5

Please sign in to comment.