From 05dafc576ed68b5e29636f2b2df1ef3c1f51915a Mon Sep 17 00:00:00 2001 From: Qianshanyao Date: Sun, 5 May 2024 18:29:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8Den=E8=AF=AD=E8=A8=80=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E8=87=B3v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../changelog_source/preview/1.19.80.20/gameplay.mdx | 8 ++++---- .../current/changelog_source/preview/1.19.80.20/tech.mdx | 3 ++- .../current/changelog_source/preview/1.19.80.21/tech.mdx | 9 ++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/changelog_source/preview/1.19.80.20/gameplay.mdx b/i18n/en/docusaurus-plugin-content-docs/current/changelog_source/preview/1.19.80.20/gameplay.mdx index baea5b9d8f..69112d07d8 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/changelog_source/preview/1.19.80.20/gameplay.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/changelog_source/preview/1.19.80.20/gameplay.mdx @@ -10,7 +10,7 @@ ### **Decorated Pot** - Tweaked the Decorated Pot neck based on feedback ([MCPE-167168](https://bugs.mojang.com/browse/MCPE-167168)) - - With the former pot, we decided that the pot's neck would clip with blocks so it would be extra flexible to build with. However, we've had some Z-fighting issues which means that 2 objects are in the same exact position and this causes flickering. With this new block model we prevent that and the pot looks a little bit more complex! +- With the former pot, we decided that the pot's neck would clip with blocks so it would be extra flexible to build with. However, we've had some Z-fighting issues which means that 2 objects are in the same exact position and this causes flickering. With this new block model we prevent that and the pot looks a little bit more complex! - Decorated Pot no longer provides support for blocks wanting to attach to its side faces ([MCPE-167165](https://bugs.mojang.com/browse/MCPE-167165)) - Decorated Pot is not stackable in Inventory ([MCPE-167223](https://bugs.mojang.com/browse/MCPE-167223)) - Base recipe for the Decorated Pot now shows up in the Survival recipe book @@ -49,7 +49,7 @@ Starting today, we’re rolling out some changes to the screen you see when you *Image: Mobile version of the “You died” screen.* -To use the old screen instead, go to Settings -> Video, and turn off ‘New “You Died” Screen (Experimental)’. +To use the old screen instead, go to Settings -\> Video, and turn off ‘New “You Died” Screen (Experimental)’. ### **Accessibility** @@ -129,6 +129,6 @@ To use the old screen instead, go to Settings -> Video, and turn off ‘New “Y - The /execute command will now display an appropriate error message when there is an error in the second or subsequent subcommand target selector ([MCPE-164304](https://bugs.mojang.com/browse/MCPE-164304)) - Provide auto-complete support for block states - Added two new overloads to the summon command : - - /summon [spawnPos : x y z] facing [spawnEvent: string] [nametag: string] - - /summon [spawnPos : x y z] facing [spawnEvent: string] [nametag: string] +- /summon [spawnPos : x y z] facing \ [spawnEvent: string] [nametag: string] +- /summon [spawnPos : x y z] facing \ [spawnEvent: string] [nametag: string] - Fixed an issue where the paste button in the Command Block UI would remember extra presses from failed pastes ([MCPE-163705](https://bugs.mojang.com/browse/MCPE-163705)) \ No newline at end of file diff --git a/i18n/en/docusaurus-plugin-content-docs/current/changelog_source/preview/1.19.80.20/tech.mdx b/i18n/en/docusaurus-plugin-content-docs/current/changelog_source/preview/1.19.80.20/tech.mdx index 99df7d8c4d..dc943215ff 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/changelog_source/preview/1.19.80.20/tech.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/changelog_source/preview/1.19.80.20/tech.mdx @@ -1,4 +1,5 @@ import TechSapi from './tech_sapi.md'; +import Switcher from '../../../components/TechChangelogSwitcher.mdx'; ## **Bedrock Editor** @@ -58,4 +59,4 @@ The Editor is in early development, and available for keyboard/mouse on Windows ## **Script API** - \ No newline at end of file +} techSapiDiff={undefined}/> \ No newline at end of file diff --git a/i18n/en/docusaurus-plugin-content-docs/current/changelog_source/preview/1.19.80.21/tech.mdx b/i18n/en/docusaurus-plugin-content-docs/current/changelog_source/preview/1.19.80.21/tech.mdx index f6ae8db85c..002a003f57 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/changelog_source/preview/1.19.80.21/tech.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/changelog_source/preview/1.19.80.21/tech.mdx @@ -1,4 +1,5 @@ import TechSapi from './tech_sapi.md'; +import Switcher from '../../../components/TechChangelogSwitcher.mdx'; ## **AI Goals** @@ -13,12 +14,12 @@ import TechSapi from './tech_sapi.md'; - For worlds using game version 1.19.80 and above, acquiring a custom spawn egg through a command can only succeed with their full name rather than with an aux value, eg. "/give @s namespace:actor_spawn_egg" - Removed requirement for blockState argument(s) when using other optional args in /fill /setblock and /clone ([MCPE-167959](https://bugs.mojang.com/browse/MCPE-167959)) - Implemented the "inputpermission" command, which allows for setting the player's camera or movement as enabled or disabled - - Syntax: /inputpermission set +- Syntax: /inputpermission set \ \ \ - Implemented the "haspermission" target selector, which allows for selection based on player permission levels ## **General** -- For behavior packs using version 1.19.80 and above, recipes no longer accept a Molang query for the item's data field, instead use the item's full name, eg. use { "item": "namespace:actor_spawn_egg" } instead of { "item": "spawn_egg", "data": "query.get_actor_info_id('namespace:actor')" } +- For behavior packs using version 1.19.80 and above, recipes no longer accept a Molang query for the item's data field, instead use the item's full name, eg. use \{ "item": "namespace:actor_spawn_egg" \} instead of \{ "item": "spawn_egg", "data": "query.get_actor_info_id('namespace:actor')" \}

Experimental Technical Features

@@ -31,6 +32,4 @@ The Editor is in early development, and available for keyboard/mouse on Windows ## **Script API** - - -[//]: # (} techSapiDiff={}/>) \ No newline at end of file +} techSapiDiff={undefined}/> \ No newline at end of file