Add a job to find enchanted golden apples

This commit is contained in:
2020-09-25 00:03:22 -06:00
parent b723143299
commit 25ce916b43
10 changed files with 163 additions and 11 deletions
+2
View File
@@ -19,6 +19,8 @@ g.connection = False
g.mcdata = False
g.pos = False
g.inv = {}
g.window = None
g.job = None
@app.route('/')
def hello_world():