Port over MCWorld class

This commit is contained in:
2020-09-16 14:09:14 -06:00
parent 13770fab24
commit 43eefcf41a
3 changed files with 170 additions and 0 deletions

1
bot.py
View File

@@ -181,6 +181,7 @@ def bot(global_state):
g.chat = ChatManager(g)
g.game = game.Game(g)
g.world = game.MCWorld(g)
try:
while not g.pos: