Commit Graph

20 Commits

Author SHA1 Message Date
7217686716 Add state machine for eating food 2021-01-05 05:57:06 +00:00
93c1ab7c0a Track player positions and add !here 2020-12-13 11:38:30 +00:00
d86c21fead Track name, dimension, add addressable commands 2020-12-13 05:31:09 +00:00
e0c5c3a6b9 Add job for filling in a volume of blocks 2020-12-05 10:56:56 +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
ee2a1958f9 Find trees using new 3D search 2020-10-19 15:49:14 -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
f8d44e7e38 Add state machine for caching items into chests 2020-09-20 19:08:32 -06:00
41133ce343 Get rid of local state, move everything to global 2020-09-16 14:16:10 -06:00
e8998a0428 Use built in BlockChangePacket and MultiBlockChangePacket 2020-09-09 15:58:19 -06:00
e444cf6677 Improve exception handling 2020-09-08 19:52:50 -06:00
100b4da80d Port over physics and pathfinding 2020-09-08 15:33:42 -06:00
db8d8d7b85 Add module for packet handlers and reload it 2020-09-07 22:31:55 -06:00
76d5609c26 Reregister packet listeners on reload 2020-09-07 19:28:56 -06:00
f3e39802d2 Monitor files for changes and reload module 2020-09-07 15:48:16 -06:00
04cd44fa72 Pull chat manager file over from Elektordi/pyCraft 2020-09-06 16:43:20 -06:00
7d93888798 Integrate pyCraft loggin in with Flask 2020-09-06 16:10:00 -06:00
fbdf8ba718 Begin bot as basic Flask app 2020-09-06 15:39:21 -06:00