Commit Graph

39 Commits

Author SHA1 Message Date
tanner a509f5d1ef Reorder check_descend pathfinding functions 2020-09-15 23:56:47 -06:00
tanner 2f9a918431 Grab block data from PrismarineJS/minecraft-data 2020-09-15 23:56:47 -06:00
tanner 27b8f71452 Add readme 2020-09-10 15:33:52 -06:00
tanner 812afa5808 Freeze requirements 2020-09-10 15:26:35 -06:00
tanner e8998a0428 Use built in BlockChangePacket and MultiBlockChangePacket 2020-09-09 15:58:19 -06:00
tanner 34dbe0e99e Port over custom packets and update to 1.16.2 2020-09-09 14:15:37 -06:00
tanner 8fabe5859a Simplify directory structure 2020-09-08 20:13:15 -06:00
tanner e444cf6677 Improve exception handling 2020-09-08 19:52:50 -06:00
tanner a76d02d53c Add support for chat commands 2020-09-08 17:51:27 -06:00
tanner 100b4da80d Port over physics and pathfinding 2020-09-08 15:33:42 -06:00
tanner 0b59e8c438 Add handlers 2020-09-08 14:07:09 -06:00
tanner db8d8d7b85 Add module for packet handlers and reload it 2020-09-07 22:31:55 -06:00
tanner 76d5609c26 Reregister packet listeners on reload 2020-09-07 19:28:56 -06:00
tanner ca40d3eba2 Grab credentials from env vars 2020-09-07 16:32:19 -06:00
tanner 514b324156 Move monkey-patching into its own module 2020-09-07 16:08:59 -06:00
tanner f3e39802d2 Monitor files for changes and reload module 2020-09-07 15:48:16 -06:00
tanner 7196c427b7 Freeze requirements 2020-09-06 17:28:14 -06:00
tanner 04cd44fa72 Pull chat manager file over from Elektordi/pyCraft 2020-09-06 16:43:20 -06:00
tanner 7d93888798 Integrate pyCraft loggin in with Flask 2020-09-06 16:10:00 -06:00
tanner fbdf8ba718 Begin bot as basic Flask app 2020-09-06 15:39:21 -06:00
tanner ff819b46ff Rename test script 2020-09-06 15:37:04 -06:00
tanner 3647972cb2 Update BlockChange packets to 1.16.2 2020-09-06 15:31:33 -06:00
tanner 9966e88e9c Update ChunkDataPacket to 1.16.2 2020-09-06 00:50:47 -06:00
tanner 303612fcf1 Monkey-patch in custom packets 2020-09-05 22:19:48 -06:00
tanner 71918953c2 Begin 1.16.2 chunk conversion 2020-09-05 21:24:57 -06:00
tanner 55ea50a6de Pull chunk data files over from Elektordi/pyCraft
https://github.com/Elektordi/pyCraft
2020-09-05 21:04:35 -06:00
tanner ef1c4498ee Install pyCraft and copy start.py 2020-09-05 20:19:21 -06:00
tanner a2aa0eb2f2 Move 1.15.2 code into old/ 2020-09-05 20:16:33 -06:00
tanner 49412e0253 Gather sand and sleep at night 2020-08-19 14:00:57 -06:00
tanner ebc9c5ef1a Add window slot packet and item info 2020-05-27 17:47:36 -06:00
tanner 9ce9a47493 Move custom packets to own file and monkey-patch them in 2020-05-26 23:48:59 -06:00
tanner 1d4adb796a Wait for chunks to load and tune physics 2020-05-25 15:21:52 -06:00
tanner d37f55a2db Fix lumberjack bugs 2020-05-24 21:55:38 -06:00
tanner 4e2efeb604 Add lumberjack state machine that chops down a tree 2020-05-23 01:06:06 -06:00
tanner b0c27a98c1 Locate nearest tree and pathfind to it 2020-05-21 00:27:51 -06:00
tanner e124983414 Fix yaw spinning bug and optimize pathfinding more 2020-05-20 19:42:56 -06:00
tanner ccdd51aad3 Add timeout to pathfinding, optimize 2020-05-20 17:57:22 -06:00
tanner 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
tanner ebe5934621 Initial commit 2020-05-20 15:41:01 -06:00