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.21: Difference between revisions

From SAS Gaming Wiki
imported>Iactuallycantdothat
No edit summary
 
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 21: Line 21:
}}<onlyinclude>
}}<onlyinclude>


'''Beta 1.20.10.21''' (Android) or '''Preview 1.20.10.21''' (Windows, iOS, iPadOS, Xbox) is the second beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.20.10]], released on June 1, 2023<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/16314419988493|title=Minecraft Beta & Preview - 1.20.10.21|website=Minecraft Feedback|date=June 1, 2023}}</ref>, which adds a new [[Minecraft:recipe]] unlocking system, brings more parity from {{JE}}, and fixes bugs.
'''Beta 1.20.10.21''' (Android) or '''Preview 1.20.10.21''' (Windows, iOS, iPadOS, Xbox) is the second beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.20.10]], released on June 1, 2023<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/16314419988493|title=Minecraft Beta & Preview - 1.20.10.21|website=Minecraft Feedback|date=June 1, 2023}}</ref>, which adds a new recipe unlocking system, brings more parity from {{JE}}, and fixes bugs.


== Additions ==
== Additions ==
=== General ===
=== General ===
'''[[Minecraft:Experimental Gameplay|Experiments]]'''
'''Experiments'''
* Added "Recipe Unlocking" experimental toggle.
* Added "Recipe Unlocking" experimental toggle.
** Enable the new recipe unlocking system and the {{cmd|recipe}} [[Minecraft:command]].
** Enable the new recipe unlocking system and the {{cmd|recipe}} command.


'''[[Minecraft:Splash]]es'''
'''Splashes'''
* Added a new splash text:
* Added a new splash text:
** Joule is neat too!
** Joule is neat too!
Line 41: Line 41:
== Changes ==
== Changes ==
=== General ===
=== General ===
'''[[Minecraft:Fog]]'''
'''Fog'''
* Underwater and fog effects are now based on camera position rather than player position.
* Underwater and fog effects are now based on camera position rather than player position.


Line 59: Line 59:
==== Command format ====
==== Command format ====
'''{{cmd|recipe}}'''
'''{{cmd|recipe}}'''
* A new [[Minecraft:command]] that gives or takes (unlocks or locks) [[Minecraft:recipe]]s for a player.
* A new command that gives or takes (unlocks or locks) recipes for a player.
* Syntax:  
* Syntax:  
** <code>/recipe <victim: target> give <recipe: string></code>
** <code>/recipe <victim: target> give <recipe: string></code>
Line 69: Line 69:
=== Changes ===
=== Changes ===
==== Gameplay ====
==== Gameplay ====
'''[[Minecraft:Recipe book]]'''
'''Recipe book'''
* Recipes are now unlocked when the player collect materials for it.
* Recipes are now unlocked when the player collect materials for it.
** Picking up an item teaches the player how to craft that item.
** Picking up an item teaches the player how to craft that item.
Line 125: Line 125:


[[Category:Bedrock Edition 1.20.10 betas]]
[[Category:Bedrock Edition 1.20.10 betas]]
[[Minecraft:de:Bedrock Edition beta 1.20.10.21]]
de:Bedrock Edition beta 1.20.10.21
[[Minecraft:es:Bedrock Edition beta 1.20.10.21]]
es:Bedrock Edition beta 1.20.10.21
[[Minecraft:ko:Bedrock Edition 프리뷰 1.20.10.21]]
ko:Bedrock Edition 프리뷰 1.20.10.21
[[Minecraft:pt:Edição Bedrock Preview 1.20.10.21]]
pt:Edição Bedrock Preview 1.20.10.21
[[Minecraft:uk:Preview 1.20.10.21 (Bedrock Edition)]]
uk:Preview 1.20.10.21 (Bedrock Edition)
[[Minecraft:zh:基岩版1.20.10.21]]
zh:基岩版1.20.10.21

Revision as of 15:25, 9 April 2026

Template:Infobox version

Beta 1.20.10.21 (Android) or Preview 1.20.10.21 (Windows, iOS, iPadOS, Xbox) is the second beta/Preview version for Minecraft:Bedrock Edition 1.20.10, released on June 1, 2023<ref>Template:Cite</ref>, which adds a new recipe unlocking system, brings more parity from Template:JE, and fixes bugs.

Additions

General

Experiments

  • Added "Recipe Unlocking" experimental toggle.
    • Enable the new recipe unlocking system and the Template:Cmd command.

Splashes

  • Added a new splash text:
    • Joule is neat too!

Technical

Minecraft:JSON

  • Released the minecraft:max_stack_size item component out of experimental in JSON formats 1.20.10 and higher.
  • 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.

Changes

General

Fog

  • Underwater and fog effects are now based on camera position rather than player position.

Items

Bamboo Raft

Technical

Minecraft:JSON

  • Converted "properties" to "states" for custom blocks.
  • Items with the minecraft:block_placer component will now place blocks with correct orientation.
  • Custom items with minecraft:block_placer will no longer place certain blocks in the wrong location.

Experimental

These additions and changes are accessible by enabling the "Experimental Cameras", "Recipe Unlocking", and "Beta APIs" experimental toggles.

Additions

Command format

Template:Cmd

  • A new command that gives or takes (unlocks or locks) recipes for a player.
  • Syntax:
    • /recipe <victim: target> give <recipe: string>
      • Gives (unlocks) a specified recipe to a player.
    • /recipe <victim: target> take <recipe: string>
      • Takes (locks) a specified recipe from a player.
    • If * is specified in recipe: string, it will unlock or lock all recipes for the player.

Changes

Gameplay

Recipe book

  • Recipes are now unlocked when the player collect materials for it.
    • Picking up an item teaches the player how to craft that item.
  • A new notification appears when the player find a new crafting material.

Command format

Template:Cmd

  • Limit free cam JSON to not pitch camera beyond plus or minus 90 degrees.
  • Rendering of experimental minecraft:free camera no longer affected by player state like night vision.

Technical

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 MessageSourceTypewith a new enum ScriptEventSource.
  • ScriptEventCommandMessageAfterEvent
    • Changed property sourceType from MessageSourceType to ScriptEventSource.
    • Increased maximum message length from 256 to 2048 characters.

Fixes

Template:Fixes Others

  • The paper doll will now show up properly when crawling.
  • Suspicious blocks now display correctly on maps.
  • Shield no longer clips inside the armor stand model while in the riposte pose.
  • Sniffer can no longer dig up seeds in the air.
  • Fixed a crash that could happen when running the go_and_give_items_to_noteblock goal.
  • Custom items with minecraft:block_placer will no longer place certain blocks in the wrong location.
  • Fixed Template:Cmd command to shake camera without also shaking player.
  • Reordered the gamepad tooltips for UI screens so that the buttons align with the same side as a controller.

References

Template:Reflist

Navigation

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