Begin villager trading job

This commit is contained in:
2021-02-23 07:50:40 +00:00
parent d0bfed75dd
commit cf8677ee65
3 changed files with 172 additions and 13 deletions

9
bot.py
View File

@@ -205,7 +205,6 @@ def init(global_state):
g.item_lock = False
g.command_lock = False
g.window = None
g.trades = []
g.job = jobs.JobStates(g)
@@ -252,6 +251,7 @@ def bot(global_state):
print('Chunks loaded.')
init(g)
g.game.close_window()
print('Initialized.')
while g.running:
@@ -270,10 +270,3 @@ def bot(global_state):
g.connection.early_outgoing_packet_listeners = []
print('Bot module loaded.')
print(mcdata.mcd.blockCollisionShapes['blocks']['brewing_stand'])
print(mcdata.mcd.blockCollisionShapes['shapes']['107'])