跳到主要内容

Minecraft Beta & Preview - 1.20.10.21

General

  • Converted "properties" to "states" for custom blocks
  • Fix a crash that could happen when running the “go_and_give_items_to_noteblock” goal 
  • Fixed a crash that could occur when attempting to change a mob’s scale while it was colliding with blocks (MCPE-170645)

Dedicated Server 

  • Note for Linux users: Ubuntu 18.04 LTS (Bionic Beaver) will reach End of Standard Support in 2023. Accordingly, the Linux Minecraft Dedicated Server will also raise its minimum target Ubuntu version to 20.04 LTS (Focal Fossa) in a later R20 update (exact release to be determined). Minecraft server operators using Ubuntu are encouraged to prepare for this transition by updating their deployments to 20.04 LTS as soon as possible. 

Items

  • Items with the "minecraft:block_placer" component will now place blocks with correct orientation 
  • Released the "minecraft:max_stack_size" item component out of experimental in json formats 1.20.10 and higher
  • Custom items with "minecraft:block_placer" will no longer place certain blocks in the wrong location 
  • Released the "minecraft:block_placer" item component out of experimental in json formats 1.20.10 and higher
  • Released the "minecraft:record" item component out of experimental in json formats 1.20.10 and higher

实验性特性

Script API

  • System
    • Replaced _events_with system.beforeEvents and system.afterEvents.
    • Renamed event _beforeWatchdogTerminate_to watchdogTerminate and moved it to beforeEvents
    • Moved _scriptEventReceive_to afterEvents
  • MessageReceiveAfterEvent
    • Removed property sourceType
  • ScriptEventSource
    • Replaced enum _MessageSourceType_with a new enum ScriptEventSource
  • ScriptEventCommandMessageAfterEvent
    • Changed property _sourceType_from MessageSourceType to ScriptEventSource
    • Increased maximum message length from 256 to 2048 characters

Camera

  • Limit free cam JSON to not pitch camera beyond plus or minus 90 degrees
  • Fixed /camerashake command to shake camera without also shaking player
  • Rendering of experimental minecraft:free camera no longer affected by player state like night vision