Commit Graph

167 Commits

Author SHA1 Message Date
sose 95e8c23054 configurable python versions, account for virtualenv bug 2021-04-26 20:35:42 -07:00
sose af9cc4b546 allow connection to offline mode servers without a password 2021-04-26 20:31:00 -07:00
sose 666435ddae added requirements, updated install command 2021-04-26 20:29:31 -07:00
Tanner Collin 1c0824a167 Fix README typo 2021-04-26 03:26:07 +00:00
Tanner Collin 47c2fca00a Print web interface port 2021-04-26 03:25:42 +00:00
Tanner Collin 76cdf90b44 Commit web interface build and serve statically 2021-04-26 03:07:06 +00:00
Tanner Collin 33145cb3f2 Display some basic stats on web 2021-04-26 02:37:43 +00:00
Tanner Collin 963b3d9736 Begin web interface hello world 2021-04-25 23:43:55 +00:00
Tanner Collin a49caaedf5 Sleep 0.1 s after failing to pathfind to prevent timeouts 2021-04-25 23:39:57 +00:00
Tanner Collin 7caa51f011 Add function for faking blocks while pathing 2021-04-25 21:25:15 +00:00
Tanner Collin e588c8fa1a Remove script delays 2021-04-25 21:24:58 +00:00
Tanner Collin 650398255b Detect being forced to wake up 2021-04-25 00:59:43 +00:00
Tanner Collin d69f9cf09e Don't sleep in occupied beds 2021-04-25 00:33:55 +00:00
Tanner Collin 8b85de2b2a Limit reply length so bot doesn't get kicked 2021-04-24 23:50:52 +00:00
Tanner Collin ce9613c00c Index blocks on change 2021-04-24 23:37:11 +00:00
Tanner Collin 09b9002c58 Fix bug where needed and wanted items werent updating 2021-04-24 22:59:22 +00:00
Tanner Collin 4026b410f4 Set sand origin when command is given 2021-04-24 22:34:25 +00:00
Tanner Collin a5642409d2 Move command processing to separate file 2021-04-23 07:01:00 +00:00
Tanner Collin ae2b0f4875 Move blocks, items, mcdata, mobs to info/ folder 2021-04-23 01:41:01 +00:00
Tanner Collin 23891066c0 Improve searching for crops 2021-04-23 01:25:44 +00:00
Tanner Collin 9874e23aa6 Move World class into its own file 2021-04-23 00:18:53 +00:00
Tanner Collin 221d497204 Reset the bot on death 2021-04-23 00:05:56 +00:00
Tanner Collin 433e35e79b Add update script 2021-04-22 02:57:00 +00:00
Tanner Collin 3c90a09d82 Simplify README 2021-04-22 01:46:19 +00:00
Tanner Collin 390c3405c3 Add dependency checks 2021-04-22 01:40:01 +00:00
Tanner Collin 1f621333de Add run script 2021-04-22 01:29:52 +00:00
Tanner Collin 38f3b0ed67 Fix imports 2021-04-22 00:46:54 +00:00
Tanner Collin d099ae6965 Improve download_mcdata script 2021-04-21 22:13:20 +00:00
Tanner Collin 3c373ccfe3 Move bot files into mosfet/ 2021-04-21 22:09:28 +00:00
Tanner Collin 4d2b09e578 Improve README 2021-04-21 21:51:26 +00:00
Tanner Collin f88809af64 Remove redundant module reloads 2021-04-19 07:51:48 +00:00
Tanner Collin 87bb638270 Add !help command 2021-04-19 04:18:40 +00:00
Tanner Collin bdfec0f9a4 Format commands in code 2021-04-19 04:02:51 +00:00
Tanner Collin 679030ff9a Document bot commands 2021-04-19 03:59:00 +00:00
Tanner Collin 3aa766926b Update requirements 2021-04-19 01:51:20 +00:00
Tanner Collin 8c9a28beac Split jobs.py into files 2021-04-19 01:34:54 +00:00
Tanner Collin 5ff0394dc3 Simplify handling block and item ids 2021-04-18 23:02:16 +00:00
Tanner Collin fac4309e43 Adjust item counts 2021-04-18 22:41:03 +00:00
Tanner Collin fc929db658 Manage needed items and item counts better 2021-04-17 23:48:38 +00:00
Tanner Collin 7d0cef0e2e Fix order of grabbing supplies and checking barrels 2021-04-17 22:04:41 +00:00
Tanner Collin daf152389a Only try to sleep in one existing bed 2021-04-17 20:59:06 +00:00
Tanner Collin ef68956e63 Try using already placed beds first 2021-03-26 22:25:55 +00:00
Tanner Collin 0bdae1f775 Move to our own vector module instead of Panda3D 2021-03-26 22:25:55 +00:00
Tanner Collin 2fa3044acb Program the bot to crawl, fix wood farming bugs 2021-03-26 22:25:55 +00:00
Tanner Collin e642e426b9 Add exit function 2021-03-26 22:25:55 +00:00
Tanner Collin f35c7a4e51 Detect disconnection and exit the script 2021-03-26 22:25:55 +00:00
Isaia e4b51aa2d6 Add goto command 2021-03-26 16:22:04 -06:00
Isaia afa588d843 Add list of commands to readme 2021-03-26 16:22:04 -06:00
Tanner Collin 1466f448ee Pause for 0.5 s when finding a bad crop 2021-03-04 21:17:35 +00:00
Tanner Collin 2a3db71a7b Fix trading bugs 2021-02-28 23:33:31 +00:00