Commit Graph

167 Commits

Author SHA1 Message Date
Tanner Collin 69b0c057d6 Improve inv selections 2020-10-17 12:41:41 -06:00
Tanner Collin 0bbe516818 Add 3D BFS iterator 2020-10-16 02:56:11 -06:00
Tanner Collin 6c4aaf8d7d Grab fallen saplings, fix bugs 2020-10-15 01:37:47 -06:00
Tanner Collin f328f3443a Add job for farming trees and object physics 2020-10-13 20:26:50 -06:00
Tanner Collin c6c0def867 Rename lumberjack to gather_wood 2020-10-13 12:54:24 -06:00
Tanner Collin 83132ab2bb Improve pathfinding 2020-10-12 23:25:26 -06:00
Tanner Collin fa9d597483 Fix gapple bugs and unload far chunks 2020-09-25 15:51:36 -06:00
Tanner Collin 25ce916b43 Add a job to find enchanted golden apples 2020-09-25 00:03:22 -06:00
Tanner Collin b723143299 Create an index of interesting blocks 2020-09-24 17:46:00 -06:00
Tanner Collin 6b2df0c27e Fix hidden item metadata bug 2020-09-24 16:02:15 -06:00
Tanner Collin 0e616dc7c1 Add living entity packets 2020-09-23 15:36:18 -06:00
Tanner Collin 43f4eb3517 Handle entity metadata 2020-09-23 00:00:28 -06:00
Tanner Collin 97f248b0c6 Switch back to soul torches 2020-09-22 19:48:00 -06:00
Tanner Collin 320f925fa1 Fix sand gather state machine 2020-09-21 13:40:33 -06:00
Tanner Collin 6489984640 Fix item caching bugs 2020-09-20 23:41:55 -06:00
Tanner Collin f8d44e7e38 Add state machine for caching items into chests 2020-09-20 19:08:32 -06:00
Tanner Collin b8cbd9a5f0 Upgrade pyCraft 2020-09-17 18:56:52 -06:00
Tanner Collin ca45925da1 Add commands for dropping and dumping inventory 2020-09-17 14:54:41 -06:00
Tanner Collin c33e1e04b8 Adjust find sand algo 2020-09-17 03:11:08 -06:00
Tanner Collin ce22946023 Fix more sand bugs 2020-09-17 00:01:10 -06:00
Tanner Collin 5c21634d16 Fix sand gather job bugs 2020-09-16 20:31:46 -06:00
Tanner Collin f2e0b162f9 Port over job sleeping 2020-09-16 20:11:42 -06:00
Tanner Collin 58458a561f Fix jobstate bugs 2020-09-16 19:12:01 -06:00
Tanner Collin c30ac5aefc Port over job states 2020-09-16 17:45:52 -06:00
Tanner Collin 41133ce343 Get rid of local state, move everything to global 2020-09-16 14:16:10 -06:00
Tanner Collin 43eefcf41a Port over MCWorld class 2020-09-16 14:09:14 -06:00
Tanner Collin 13770fab24 Calculate the correct block breaking time 2020-09-16 00:49:15 -06:00
Tanner Collin 179359d0ee Move packet handlers into Game class 2020-09-16 00:02:36 -06:00
Tanner Collin a509f5d1ef Reorder check_descend pathfinding functions 2020-09-15 23:56:47 -06:00
Tanner Collin 2f9a918431 Grab block data from PrismarineJS/minecraft-data 2020-09-15 23:56:47 -06:00
Tanner Collin 27b8f71452 Add readme 2020-09-10 15:33:52 -06:00
Tanner Collin 812afa5808 Freeze requirements 2020-09-10 15:26:35 -06:00
Tanner Collin e8998a0428 Use built in BlockChangePacket and MultiBlockChangePacket 2020-09-09 15:58:19 -06:00
Tanner Collin 34dbe0e99e Port over custom packets and update to 1.16.2 2020-09-09 14:15:37 -06:00
Tanner Collin 8fabe5859a Simplify directory structure 2020-09-08 20:13:15 -06:00
Tanner Collin e444cf6677 Improve exception handling 2020-09-08 19:52:50 -06:00
Tanner Collin a76d02d53c Add support for chat commands 2020-09-08 17:51:27 -06:00
Tanner Collin 100b4da80d Port over physics and pathfinding 2020-09-08 15:33:42 -06:00
Tanner Collin 0b59e8c438 Add handlers 2020-09-08 14:07:09 -06:00
Tanner Collin db8d8d7b85 Add module for packet handlers and reload it 2020-09-07 22:31:55 -06:00
Tanner Collin 76d5609c26 Reregister packet listeners on reload 2020-09-07 19:28:56 -06:00
Tanner Collin ca40d3eba2 Grab credentials from env vars 2020-09-07 16:32:19 -06:00
Tanner Collin 514b324156 Move monkey-patching into its own module 2020-09-07 16:08:59 -06:00
Tanner Collin f3e39802d2 Monitor files for changes and reload module 2020-09-07 15:48:16 -06:00
Tanner Collin 7196c427b7 Freeze requirements 2020-09-06 17:28:14 -06:00
Tanner Collin 04cd44fa72 Pull chat manager file over from Elektordi/pyCraft 2020-09-06 16:43:20 -06:00
Tanner Collin 7d93888798 Integrate pyCraft loggin in with Flask 2020-09-06 16:10:00 -06:00
Tanner Collin fbdf8ba718 Begin bot as basic Flask app 2020-09-06 15:39:21 -06:00
Tanner Collin ff819b46ff Rename test script 2020-09-06 15:37:04 -06:00
Tanner Collin 3647972cb2 Update BlockChange packets to 1.16.2 2020-09-06 15:31:33 -06:00