-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Qianshanyao
committed
May 2, 2024
1 parent
a14233c
commit 65c22d7
Showing
5 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
7 changes: 0 additions & 7 deletions
7
...plugin-content-docs/current/changelog_source/preview/1.21/0/24/tech_sapi_exp.md
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
...lugin-content-docs/current/changelog_source/preview/1.21/0/24/tech_sapi_exp.mdx
This file contains 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
|
||
- Fixed issue where block with custom components could not have a block placed onto them without crouching | ||
- Added new interface `VectorXZ` | ||
- Added method `getTopmostBlock` which will perform a raycast from the top of the world downwards, trying to find the first solid block | ||
- Added method `getBlockAbove` which will perform a raycast from a given position, trying to find the first solid block above | ||
- Added method `getBlockBelow` which will perform a raycast from a given position, trying to find the first solid block below |
8 changes: 0 additions & 8 deletions
8
...gin-content-docs/current/changelog_source/preview/1.21/0/24/tech_sapi_stable.md
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...in-content-docs/current/changelog_source/preview/1.21/0/24/tech_sapi_stable.mdx
This file contains 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
|
||
- Moved `entity` from `beta` to `1.11.0` | ||
- Moved `EntityTameMountComponent` and method `tame` from `beta` to `1.11.0` | ||
- Moved `EntityAddRiderComponent` from `beta` to `1.11.0` | ||
- Moved `Seat` from `beta` to `1.11.0` | ||
- Moved `EntityRidingComponent` from `beta` to `1.11.0` | ||
|