Commit Graph

28 Commits

Author SHA1 Message Date
d108d7c817 Add a job for grabbing supplies from barrels 2020-12-17 00:02:56 +00:00
2b21b60247 Add a job for farming crops 2020-12-16 06:21:57 +00:00
6c9f228862 Add a job for farming nether wart 2020-12-14 06:21:50 +00:00
6c0688b759 Rename data module to mcdata 2020-12-14 05:40:17 +00:00
e0c5c3a6b9 Add job for filling in a volume of blocks 2020-12-05 10:56:56 +00:00
b8952db742 Detect monsters and flee to safety 2020-12-04 02:49:22 +00:00
5a7a2f0113 Simplify state machines 2020-12-03 03:30:54 +00:00
6ba9288fd7 Use shovels, land in water 2020-12-02 11:12:51 +00:00
eabb0a04d1 Cache items into trapped chests 2020-12-01 00:48:02 +00:00
0bbe516818 Add 3D BFS iterator 2020-10-16 02:56:11 -06:00
f328f3443a Add job for farming trees and object physics 2020-10-13 20:26:50 -06:00
25ce916b43 Add a job to find enchanted golden apples 2020-09-25 00:03:22 -06:00
b723143299 Create an index of interesting blocks 2020-09-24 17:46:00 -06:00
97f248b0c6 Switch back to soul torches 2020-09-22 19:48:00 -06:00
6489984640 Fix item caching bugs 2020-09-20 23:41:55 -06:00
f8d44e7e38 Add state machine for caching items into chests 2020-09-20 19:08:32 -06:00
b8cbd9a5f0 Upgrade pyCraft 2020-09-17 18:56:52 -06:00
5c21634d16 Fix sand gather job bugs 2020-09-16 20:31:46 -06:00
a509f5d1ef Reorder check_descend pathfinding functions 2020-09-15 23:56:47 -06:00
2f9a918431 Grab block data from PrismarineJS/minecraft-data 2020-09-15 23:56:47 -06:00
100b4da80d Port over physics and pathfinding 2020-09-08 15:33:42 -06:00
a2aa0eb2f2 Move 1.15.2 code into old/ 2020-09-05 20:16:33 -06:00
49412e0253 Gather sand and sleep at night 2020-08-19 14:00:57 -06:00
ebc9c5ef1a Add window slot packet and item info 2020-05-27 17:47:36 -06:00
9ce9a47493 Move custom packets to own file and monkey-patch them in 2020-05-26 23:48:59 -06:00
b0c27a98c1 Locate nearest tree and pathfind to it 2020-05-21 00:27:51 -06:00
ccdd51aad3 Add timeout to pathfinding, optimize 2020-05-20 17:57:22 -06:00
948dd64221 Start basic minecraft bot
It's able to pathfind to a placed redstone torch using A*
2020-05-20 15:42:07 -06:00