Skip to content

Commit

Permalink
优化1.21.0.24技术更新部分英文版本的格式
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianshanyao committed May 2, 2024
1 parent a14233c commit 65c22d7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import TechSapiStable from './tech_sapi_stable.md';
import TechSapiExp from './tech_sapi_exp.md';
import TechSapiStable from './tech_sapi_stable.mdx';
import TechSapiExp from './tech_sapi_exp.mdx';
import TechSapiStableDiff from './tech_sapi_stable_diff.md';
import TechSapiExpDiff from './tech_sapi_exp_diff.md';
import Switcher from '../../../../../components/TechChangelogSwitcher.mdx';
Expand All @@ -18,8 +18,8 @@ import Switcher from '../../../../../components/TechChangelogSwitcher.mdx';

## Editor

- Added _addTable_ API
- Fixed GIF asset support for _addImage_ API
- Added `addTable` API
- Fixed GIF asset support for `addImage` API
- Fixed a bug where the viewport did not scale properly with changes in UI or font scaling
- Resolved tooltip positioning and content size issues

Expand Down

This file was deleted.

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

This file was deleted.

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`

0 comments on commit 65c22d7

Please sign in to comment.