Lawtro37
ac545acf51
remove unnecessary "goToDeath()" skill
...
this code is unnecessary
the bot can use "!goToPlace('last_death_position')"
2024-11-03 17:38:48 +10:00
Lawtro37
eb0719d4e3
modified message sent to AI
...
modified message sent to AI
fixed miss spelling of "dimension"
removed code to save to memory as this is already done by "handleMessage()"
2024-11-03 12:28:20 +10:00
Lawtro37
015bf686ee
fixed bug were pathfinding wouldn't work
...
fixed race condition with "await"
gets death position before attempting to path find to death position
2024-10-30 23:01:46 +10:00
Lawtro37
f827bb0a20
tell the AI what dimension it died in
...
hopefully this should help it not try to find its stuff in the nether in the otherworld.
2024-10-30 22:18:17 +10:00
Lawtro37
d524999daf
Merge branch 'kolbytn:main' into main
2024-10-30 19:22:59 +10:00
Lawtro37
b8921c3520
cleaned up message sent to AI on death
...
reduced message length by removing confusing and unnecessary info such as what it had in its inventory. Added more direct and less confusable instruction to use the !goToDeath action.
2024-10-29 22:41:43 +10:00
Lawtro37
e83f5051ce
added "goToDeath()" skill and fixed bugs
...
shouldn't fail to path find now and is generally cleaner
2024-10-29 22:38:02 +10:00
Lawtro37
41282daeb2
modified "!goToDeath" to use new "goToDeath()" skill
...
this feels more clean and the new skill fixes some bugs
note: also added "pickupNearbyItems()" so it picks up its items after death.
2024-10-29 22:35:33 +10:00
Max Robinson
f98ae6905f
set default mc version to 1.20.4, 1.21 buggy
2024-10-28 15:55:16 -05:00
Lawtro37
554574a767
Merge pull request #1 from Lawtro37/Lawtro37-patch-1
...
remove "_" from mob names when exclaiming mob name
2024-10-28 22:05:28 +10:00
Lawtro37
e7be0735d2
remove "_" from mob names when exclaiming mob name
...
tiny update but just makes it slightly cleaner
2024-10-28 22:04:40 +10:00
Lawtro37
25fbcecad8
Update modes.js
2024-10-28 22:01:49 +10:00
Max Robinson
8784519a79
Merge pull request #247 from kolbytn/fix-inf-jump
...
Fix Infinite Jumping (mostly)
2024-10-27 15:07:30 -05:00
Max Robinson
67cf8500ad
Merge pull request #255 from kolbytn/1-21-support
...
added 1.21.1 support
2024-10-27 15:07:12 -05:00
MaxRobinsonTheGreat
32d10430da
added 1.21.1 support
2024-10-27 15:06:23 -05:00
Lawtro37
ea793d3cae
remove unessisary code
2024-10-27 20:39:33 +10:00
Lawtro37
648d4f8255
Add files via upload
2024-10-27 20:35:02 +10:00
MaxRobinsonTheGreat
cfd13d4cd1
added unstuck to freeguy
2024-10-27 00:09:46 -05:00
MaxRobinsonTheGreat
583c9f8851
fixed regex catastrophic backtracking for nested parens
2024-10-26 17:14:34 -05:00
MaxRobinsonTheGreat
a598d72986
add unstuck mode to profiles
2024-10-26 17:13:51 -05:00
MaxRobinsonTheGreat
a9b1d13f7f
mostly fixed infinite jump bug
2024-10-26 17:13:08 -05:00
Max Robinson
e8e3cb7116
Merge pull request #242 from kolbytn/profiles-update
...
Profiles update
2024-10-25 23:54:07 -05:00
MaxRobinsonTheGreat
e0a3192b4c
sneaky skill improvements
2024-10-25 23:46:29 -05:00
MaxRobinsonTheGreat
af8dcccceb
make profiles consistent with video, cheat mode off
2024-10-25 23:46:07 -05:00
Max Robinson
d9ca3ec061
Merge pull request #227 from kolbytn/safety
...
Code Safety Check
2024-10-20 13:07:30 -05:00
MaxRobinsonTheGreat
7cafbeb9b7
basic code safety regex check
2024-10-20 13:03:15 -05:00
Max Robinson
da5dcb6e3c
Merge pull request #224 from kolbytn/better-smelting
...
can smelt charcoal, use wood fuel
2024-10-20 12:02:14 -05:00
Max Robinson
5c96e13b81
Merge pull request #225 from kolbytn/hugging-face
...
Hugging face
2024-10-20 11:57:27 -05:00
MaxRobinsonTheGreat
09dcb82e20
cleanup
2024-10-20 11:53:18 -05:00
Max Robinson
9865d2e270
Merge pull request #223 from eltociear/patch-1
...
chore: update skills.js
2024-10-20 11:16:53 -05:00
Ikko Eltociear Ashimine
a9d6adf320
chore: update skills.js
...
recieved -> received
2024-10-20 16:29:56 +09:00
1223nij
f33f950ca0
Merge branch 'kolbytn:main' into hugging-face
2024-10-20 11:21:32 +07:00
MaxRobinsonTheGreat
43bf6c31cf
logs are smeltable, can use log/planks as fuel
2024-10-18 10:46:35 -05:00
Max Robinson
da4987fd52
Merge pull request #220 from BF5258/main
...
Fixed placeHere and attack.
2024-10-16 20:11:51 -05:00
Max Robinson
1d05772c66
Merge pull request #216 from kolbytn/viewport-capture
...
Viewer and Longevity
2024-10-16 19:52:52 -05:00
MaxRobinsonTheGreat
eb2dd28083
..and lil coder unstuck bug
2024-10-16 19:50:50 -05:00
MaxRobinsonTheGreat
547d18f3df
fixed lil smelting bug
2024-10-16 19:42:15 -05:00
MaxRobinsonTheGreat
4d23a0b0a2
snuck in consume command
2024-10-16 18:56:21 -05:00
MaxRobinsonTheGreat
a467bdf357
Merge branch 'main' into viewport-capture
2024-10-16 17:51:34 -05:00
BF5258
93780792e6
Changed 'string' to 'ItemName' and 'BlockName'
2024-10-16 17:38:59 +10:00
BF5258
3c5800f0dc
Fixed placeHere and attack.
2024-10-16 17:32:28 +10:00
Max Robinson
f18f43044d
Merge pull request #219 from kolbytn/fixes
...
Fixes
2024-10-16 00:04:22 -05:00
MaxRobinsonTheGreat
9d09db7b76
corrected newaction param
2024-10-16 00:02:59 -05:00
MaxRobinsonTheGreat
90d72a0069
removed blocks patch
2024-10-15 17:05:30 -05:00
MaxRobinsonTheGreat
ce5faa94aa
handle equipped armor fo inventory
2024-10-15 17:04:19 -05:00
MaxRobinsonTheGreat
cc6fc66be2
fixed a couple bugs
2024-10-15 17:03:51 -05:00
MaxRobinsonTheGreat
c3841b0652
improved prompts
2024-10-15 13:22:44 -05:00
BF5258
0bf2e7da0e
No punching water. It doesn't work.
2024-10-15 11:49:12 +10:00
BF5258
4dfdda0690
Merge branch 'main' of https://github.com/kolbytn/mindcraft
2024-10-14 07:32:39 +10:00
MaxRobinsonTheGreat
2321fd5923
cooldown, agent process counter, fixed skills
2024-10-12 20:40:16 -05:00