-
Notifications
You must be signed in to change notification settings - Fork 0
Official sandbox #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Official sandbox #29
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
d7018f0
ugh (#12)
PoseidonsCave 00110a4
testing text parsing for whisper patterns in chat messages
PoseidonsCave a4cb202
Add chat pipeline debugging
PoseidonsCave 845836a
adding debugging
PoseidonsCave 2f257c3
Merge origin/main into official-sandbox
PoseidonsCave 96d10ce
maybe it's the environment variable?? god java is weird
PoseidonsCave ca18950
inconsistency
PoseidonsCave 8ca5616
Merge origin/main into official-sandbox
PoseidonsCave 810cb69
fixing environment variable data leak
PoseidonsCave 1c8450e
whitespace fix
PoseidonsCave 777cfcc
yeah so... i think the environment variable for the plugin is not bei…
PoseidonsCave 27dcb51
Merge origin/main into official-sandbox
PoseidonsCave e7ee0f5
Release 0.2.0
PoseidonsCave e1b5e75
Testing in-game response, got successful connection
PoseidonsCave 6f343ef
Merge origin/main into official-sandbox
PoseidonsCave e3870f9
it's not parsing properly!!!
PoseidonsCave 00ecdb7
Merge origin/main into official-sandbox
PoseidonsCave ea06921
let's try again!
PoseidonsCave e08cde4
let's try this!
PoseidonsCave 96efa92
clumsy me
PoseidonsCave d2d809f
Merge origin/main into official-sandbox
PoseidonsCave 8422502
* Prompt Engineering 101: Crafting Effective Prompts for AI Models
PoseidonsCave 104d15d
* updated semver
PoseidonsCave f29c923
Merge origin/main into official-sandbox
PoseidonsCave c62eb8f
ah.
PoseidonsCave 967ca44
Merge origin/main into official-sandbox
PoseidonsCave 60a7403
v0.2.4:
PoseidonsCave 188a7dd
v0.3.0
PoseidonsCave c6362c1
yoop
PoseidonsCave cbc938e
Updating license to AGPL v3.0
PoseidonsCave c29f9d3
turns out zenith doesn't actually have raw pathfinding, so i've gotta…
PoseidonsCave b276252
Merge main into official-sandbox
PoseidonsCave File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| plugin_version=0.3.0 | ||
| plugin_version=0.3.1 | ||
| plugin_name=OpenCraft | ||
| plugin_id=opencraft | ||
| mc=1.21.4 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For
pathfinder.goto.xz, targets can be arbitrarily far away, but routing throughpathToalways arms the fixedMOVE_TIMEOUTwatcher that was originally sized for capped 512-block cardinal moves. Any legitimate long-distance goto that takes more than five minutes will send a misleading “navigation timed out” notification even though Baritone continues pathing; use a distance-aware/operation timeout or omit this fixed watcher for unbounded coordinate navigation.Useful? React with 👍 / 👎.