Begin villager trading job
This commit is contained in:
9
bot.py
9
bot.py
@@ -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'])
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user