Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Bedrock Edition Preview 1.20.10.23

From SAS Gaming Wiki
Revision as of 15:25, 9 April 2026 by SyncBot (talk | contribs) (Remove broken links to missing pages)

Template:Infobox version

Beta 1.20.10.23 (Android) or Preview 1.20.10.23 (Windows, iOS, iPadOS, Xbox) is the third beta/Preview version for Minecraft:Bedrock Edition 1.20.10, released on June 14, 2023,<ref>https://feedback.minecraft.net/hc/en-us/articles/16744110942349</ref> which fixes bugs.

Changes

World Generation

Fallen Trees

Experimental

These additions and changes are accessible by enabling the "Beta APIs" "Short Sneaking and Crawling" and "Experimental Cameras" experimental toggles.

Additions

Command format

Template:Cmd

  • Added the "example:example_player_effects" preset to demonstrate this

Changes

Gameplay

Sneaking and Crawling

  • Players can now be forced into sneak/crawl state while flying

Command format

Template:Cmd

  • Camera command can now take a 'facing' option instead of a 'rot' option with a target entity or position specified

Technical

API

  • Dynamic Property identifiers are now limited to 1024 characters.
  • Removed MinecraftEffectTypes defined in @minecraft/server. See @minecraft/vanilla-data NPM package for an equivalent.
  • Moved several APIs to stable 1.30
    • Moving tryTeleport(location: Vector3, duration: number, options: ScriptTeleportOptions) to 3.0
    • Moving teleport(location: Vector3, options: ScriptTeleportOptions) to 3.0
    • Moved function getComponent to 3.0
    • Moved world event PlayerJoinAfterEvent to 3.0
    • Moved world event PlayerLeaveAfterEvent to 3.0
    • Moved world event PlayerSpawnAfterEvent to 3.0
    • Moved EntityComponent EntityHealableComponent to 3.0
    • Moved EntityComponent EntityHealthComponent to 3.0
    • Moved class FeedItem to 3.0
    • Moved class FeedItemEffect to 3.0
    • Moved addEffect(effectType: string | EffectType, duration: number, options: EntityEffectOptions) to 3.0
    • Moved getEffect(effectType: string | EffectType) to 3.0
    • Moved getEffects to 3.0
    • Moved removeEffect(effectType: string | EffectType) to 3.0
    • AfterEvents
      • Moved ButtonPushEvent to 3.0
      • Moved LeverActivateEvent to 3.0
    • Moved function spawnEntity to 3.0
    • Moved function spawnItem to 3.0
  • Spawnpoint updates
    • Removed function clearSpawn
    • Removed property spawnDimension
    • Added function getSpawnPoint: DimensionLocation | undefined- Returns the player's spawn point
    • Added function setSpawnPoint(spawnPoint?: DimensionLocation): void- Sets the player's spawn point, or clears it if spawnPoint is undefined
    • Renamed function getDefaultSpawnPosition to getDefaultSpawnLocation
    • Renamed function setDefaultSpawn to setDefaultSpawnLocation
    • DimensionLocation
      • Added new interface DimensionLocation- Represents a location in a dimension
    • Added hasParticipantfunction to ScoreboardObjective.
    • The following functions in ScoreboardObjective can now accept Entity or string types as participants:
      • getScore
      • setScore
    • removeParticipant
    • Removed getScore, setScore from ScoreboardIdentity and Scoreboard.
  • Removed the removeFromObjective function from ScoreboardIdentity
  • Raycasting
    • Changed function getBlockFromRay
      • Changed return type from Block to BlockRaycastHit | undefined
    • Changed function getEntitiesFromRay
      • Changed return type from Entity[] to EntityRaycastHit[]
    • Changed function getBlockFromViewDirection
      • Changed return type from Block to BlockRaycastHit | undefined
    • Changed function getEntitiesFromViewDirection
      • Changed return type from Entity[] to EntityRaycastHit[]
    • Added interface BlockRaycastHit
    • Added interface EntityRaycastHit
  • Renamed leverActivate after event to leverAction
    • Removed class EntityHitAfterEvent
    • Added class EntityHitBlockAfterEvent
    • Added class EntityHitEntityAfterEvent
    • Class WorldAfterEvents
      • Removed property entityHit
      • Added property entityHitBlock
      • Added property entityHitEntity
    • Added helper function isValidto several classes in order to check if the object is valid. This can safely be used on any handle to a native object before accessing or using the object, to ensure the underlying object still exists and is valid to use.
      • Block (checks the block is a valid position in bounds and the containing chunk is loaded & ticking)
      • Container (checks the relevant container inventory exists and is valid)
      • Effect (checks the owning entity is valid and the effect exists on that entity)
      • ScreenDisplay (checks the owning player is valid)
      • ScoreboardObjective (checks the objective entry exists and is attached to a valid scoreboard)
      • Entity (checks that the entity exists in the world. Will return true if the entity is dead)
        • Player
        • SimulatedPlayer (Note simulated players do not automatically get removed from the world, so isValidwill return true long after they are dead)
      • ContainerSlot (checks the item context is valid: Container exists in the world, such as the owning entity, and the slot is within the container bounds)
        • Already existed as a readonly property, changed to a method for consistency
      • Component
        • EntityAttributeComponent (checks the owning entity is valid and the attribute exists on the entity)
        • BlockLiquidContainerComponent (checks block exists and is a valid cauldron type)
          • Added read only method isValidLiquidwhich checks if the liquid in the cauldron matches the component in question (EG. BlockLavaContainerComponent checks for lava liquid)
        • EntityComponent (checks the owning entity exists)
        • ItemComponent (checks the owning item exists)
  • World
    • Renamed getTime to getTimeOfDay
    • Renamed setTime to setTimeOfDay
    • setTimeOfDay now accepts a TimeOfDay enum as an argument.
    • The timeOfDay argument for setTime must now be within 0-23999 (inclusive).
    • Added getDay
  • Updated the following enums' values to be PascalCase instead of camelCase
    • ClipboardMirrorAxis
    • ClipboardRotation
    • HttpRequestMethod
    • FormCancelationReason
    • Direction
    • DisplaySlotId
    • EntityLifetimeState
    • FluidType
    • ObjectiveSortOrder
    • ScoreboardIdentityType
    • ScriptEventSource
    • SignSide
    • WatchdogTerminateReason
    • WeatherType

Fixes

Template:Fixes Other

  • Fixed an issue where legacy Crawling was not working correctly with the Sneak and Crawl toggle turned off
  • Fixed bug where scoreboard values would not be updated on the client when updated from script
  • Fixed a crash.

References

Template:Reflist

Navigation

Template:Navbox Bedrock Edition versions de:Bedrock Edition beta 1.20.10.23 es:Bedrock Edition beta 1.20.10.23 ko:Bedrock Edition 프리뷰 1.20.10.23 pt:Edição Bedrock Preview 1.20.10.23 uk:Preview 1.20.10.23 (Bedrock Edition) zh:基岩版1.20.10.23