Commit Graph

44 Commits

Author SHA1 Message Date
af1db24cd5 Add a command to drain inv 2021-02-15 08:56:41 +00:00
cdd71d2610 Fix bugs and pause on zzz 2020-12-18 04:15:09 +00:00
6c0688b759 Rename data module to mcdata 2020-12-14 05:40:17 +00:00
af88f68e66 Don't sleep near monsters 2020-12-12 21:11:00 +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
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
90388cf110 Clear leaves when low on saplings 2020-10-17 23:35:43 -06:00
69b0c057d6 Improve inv selections 2020-10-17 12:41:41 -06:00
6c4aaf8d7d Grab fallen saplings, fix bugs 2020-10-15 01:37:47 -06:00
f328f3443a Add job for farming trees and object physics 2020-10-13 20:26:50 -06:00
fa9d597483 Fix gapple bugs and unload far chunks 2020-09-25 15:51:36 -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
b8cbd9a5f0 Upgrade pyCraft 2020-09-17 18:56:52 -06:00
ca45925da1 Add commands for dropping and dumping inventory 2020-09-17 14:54:41 -06:00
58458a561f Fix jobstate bugs 2020-09-16 19:12:01 -06:00
41133ce343 Get rid of local state, move everything to global 2020-09-16 14:16:10 -06:00
43eefcf41a Port over MCWorld class 2020-09-16 14:09:14 -06:00
13770fab24 Calculate the correct block breaking time 2020-09-16 00:49:15 -06:00
179359d0ee Move packet handlers into Game class 2020-09-16 00:02:36 -06:00
e8998a0428 Use built in BlockChangePacket and MultiBlockChangePacket 2020-09-09 15:58:19 -06:00
8fabe5859a Simplify directory structure 2020-09-08 20:13:15 -06:00
e444cf6677 Improve exception handling 2020-09-08 19:52:50 -06:00
a76d02d53c Add support for chat commands 2020-09-08 17:51:27 -06:00
100b4da80d Port over physics and pathfinding 2020-09-08 15:33:42 -06:00
0b59e8c438 Add handlers 2020-09-08 14:07:09 -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
ca40d3eba2 Grab credentials from env vars 2020-09-07 16:32:19 -06:00
514b324156 Move monkey-patching into its own module 2020-09-07 16:08:59 -06:00
f3e39802d2 Monitor files for changes and reload module 2020-09-07 15:48:16 -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
1d4adb796a Wait for chunks to load and tune physics 2020-05-25 15:21:52 -06:00
d37f55a2db Fix lumberjack bugs 2020-05-24 21:55:38 -06:00
4e2efeb604 Add lumberjack state machine that chops down a tree 2020-05-23 01:06:06 -06:00
b0c27a98c1 Locate nearest tree and pathfind to it 2020-05-21 00:27:51 -06:00
e124983414 Fix yaw spinning bug and optimize pathfinding more 2020-05-20 19:42:56 -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