Fix incorrect behavior in 1.19+. Improve feature list version condition. #110
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.
The problem: I have noticed the bot cannot climb trapdoors that is directly above ladders (#109). I have also noticed that in 1.20.1 the bot cannot jump to climb ladders (#108).
In this pull request:
climableTrapdoor
to indicate whether the trapdoors is climbable. Reference: Trapdoor History - Minecraft WikiisOnLadder
to handdle trapdoors.versions
field infeatires.json
(the new format is fully compatible with the old format).FeatureList
that can parse the new format.FeatureList
is working.The new version format is described in the comments beside
FeatureList
source:https://github.com/szdytom/prismarine-physics/blob/c524a9b0e655c472e1ecbb4f2193cb26360e8313/index.js#L7-L21
Fixes #108
Fixes #109