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

From SAS Gaming Wiki
SyncBot (talk | contribs)
Remove broken links to missing pages
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
Line 22: Line 22:
}}<onlyinclude>
}}<onlyinclude>


'''Beta 1.20.70.24''' (Android) or '''Preview 1.20.70.24''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the fourth beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.20.70]], released on February 15, 2024,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/24139781551117-Minecraft-Beta-Preview-1-20-70-24|title=Minecraft Beta & Preview - 1.20.70.24|website=Minecraft Feedback|date=February 15, 2024}}</ref><ref>{{mcnet|minecraft-preview-1-20-70-24|Minecraft Preview 1.20.70.24|February 15, 2024|Jay Wells}}</ref> which adds the bogged and the wind charge item behind an experimental toggle, brings more parity from {{JE}}, and fixes bugs. It is the first Preview version available on PlayStation, with it being open to a limited selection of players.<ref>{{cite|url=https://www.youtube.com/watch?v=5EQY7PaV6ME|title=Minecraft Playstation Preview RELEASED + Minecraft Bedrock 1.20.62 Hotfix Update!|website=ECKOSOLDIER|date=February 16, 2024}}</ref> {{info needed}}
'''Beta 1.20.70.24''' (Android) or '''Preview 1.20.70.24''' (Windows, iOS, iPadOS, Xbox, PlayStation) is the fourth beta/''Preview'' version for [[Minecraft:Bedrock Edition 1.20.70]], released on February 15, 2024,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/24139781551117-Minecraft-Beta-Preview-1-20-70-24|title=Minecraft Beta & Preview - 1.20.70.24|website=Minecraft Feedback|date=February 15, 2024}}</ref><ref>{{mcnet|minecraft-preview-1-20-70-24|Minecraft Preview 1.20.70.24|February 15, 2024|Jay Wells}}</ref> which adds the bogged and the wind charge item behind an experimental toggle, brings more parity from {{MC/JE}}, and fixes bugs. It is the first Preview version available on PlayStation, with it being open to a limited selection of players.<ref>{{cite|url=https://www.youtube.com/watch?v=5EQY7PaV6ME|title=Minecraft Playstation Preview RELEASED + Minecraft Bedrock 1.20.62 Hotfix Update!|website=ECKOSOLDIER|date=February 16, 2024}}</ref> {{MC/Info needed}}


== Additions ==
== Additions ==
Line 32: Line 32:
=== Blocks ===
=== Blocks ===
'''[[Minecraft:Melon]], [[Minecraft:Redstone Ore]], [[Minecraft:Glowstone]], and [[Minecraft:Nether Wart]]'''
'''[[Minecraft:Melon]], [[Minecraft:Redstone Ore]], [[Minecraft:Glowstone]], and [[Minecraft:Nether Wart]]'''
* Tweaked the loot drop distributions for Fortune enchantment to better match {{JE}}.
* Tweaked the loot drop distributions for Fortune enchantment to better match {{MC/JE}}.


=== General ===
=== General ===
Line 43: Line 43:
=== Technical ===
=== Technical ===
'''API'''
'''API'''
*Blocks using the {{cd|minecraft:material_instances}} component with {{cd|render_method}} = {{cd|alpha_test_single_sided}} display properly when in the player's hand.
*Blocks using the {{MC/Cd|minecraft:material_instances}} component with {{MC/Cd|render_method}} = {{MC/Cd|alpha_test_single_sided}} display properly when in the player's hand.
'''[[Minecraft:Marketplace]] Server Driven Layouts'''
'''[[Minecraft:Marketplace]] Server Driven Layouts'''
*Added the ability for SDL screens to have non scrollable layouts.
*Added the ability for SDL screens to have non scrollable layouts.
Line 78: Line 78:
==== World generation ====
==== World generation ====
'''Trial Chambers'''
'''Trial Chambers'''
*Trial Chambers now generate at the same world locations as {{JE}}.
*Trial Chambers now generate at the same world locations as {{MC/JE}}.


==== Technical ====
==== Technical ====
'''API'''
'''API'''
*Moved {{cd|setDynamicProperty}} from {{cd|beta}} to 1.9.0
*Moved {{MC/Cd|setDynamicProperty}} from {{MC/Cd|beta}} to 1.9.0
*Moved {{cd|getDynamicProperty}} from {{cd|beta}} to 1.9.0
*Moved {{MC/Cd|getDynamicProperty}} from {{MC/Cd|beta}} to 1.9.0
*Moved {{cd|getDynamicPropertyIds}} from {{cd|beta}} to 1.9.0
*Moved {{MC/Cd|getDynamicPropertyIds}} from {{MC/Cd|beta}} to 1.9.0
*Moved {{cd|getDynamicPropertyTotalByteCount}} from {{cd|beta}} to 1.9.0
*Moved {{MC/Cd|getDynamicPropertyTotalByteCount}} from {{MC/Cd|beta}} to 1.9.0
*Moved {{cd|clearDynamicProperties}} from {{cd|beta}} to 1.9.0
*Moved {{MC/Cd|clearDynamicProperties}} from {{MC/Cd|beta}} to 1.9.0
*Added {{cd|structureManager}} - A {{cd|StructureManager}} instance that allows you to create, load and place structures in the world
*Added {{MC/Cd|structureManager}} - A {{MC/Cd|StructureManager}} instance that allows you to create, load and place structures in the world
*{{cd|StructureManager}}
*{{MC/Cd|StructureManager}}
**Added function {{cd|createEmpty(identifier: string, size: Vector3, saveMode?: StructureSaveMode): StructureTemplate}} - Creates a new empty structure
**Added function {{MC/Cd|createEmpty(identifier: string, size: Vector3, saveMode?: StructureSaveMode): StructureTemplate}} - Creates a new empty structure
**Added function {{cd|createFromWorld(identifier: string, dimension: Dimension, blockVolume: BlockVolume, options?: StructureCreateOptions): StructureTemplate}} - Creates a new structure from blocks in the world
**Added function {{MC/Cd|createFromWorld(identifier: string, dimension: Dimension, blockVolume: BlockVolume, options?: StructureCreateOptions): StructureTemplate}} - Creates a new structure from blocks in the world
**Added function {{cd|delete(structure: string | StructureTemplate): boolean}} - Deletes the structure
**Added function {{MC/Cd|delete(structure: string | StructureTemplate): boolean}} - Deletes the structure
**Added function {{cd|get(identifier: string): StructureTemplate | undefined}} - Gets the structure with the specified identifier
**Added function {{MC/Cd|get(identifier: string): StructureTemplate | undefined}} - Gets the structure with the specified identifier
**Added function {{cd|place(structure: string | StructureTemplate, dimension: Dimension, location: Vector3, options?: StructurePlaceOptions)}} - Places a structure in the world
**Added function {{MC/Cd|place(structure: string | StructureTemplate, dimension: Dimension, location: Vector3, options?: StructurePlaceOptions)}} - Places a structure in the world
*{{cd|StructureTemplate}}
*{{MC/Cd|StructureTemplate}}
**Added {{cd|read-only}} property {{cd|id: string}} - Returns the name of the structure
**Added {{MC/Cd|read-only}} property {{MC/Cd|id: string}} - Returns the name of the structure
**Moved {{cd|effectAdd}} from {{cd|beta}} to 1.9.0
**Moved {{MC/Cd|effectAdd}} from {{MC/Cd|beta}} to 1.9.0
**Moved {{cd|effectAdd}} from {{cd|beta}} to 1.9.0
**Moved {{MC/Cd|effectAdd}} from {{MC/Cd|beta}} to 1.9.0


== Fixes ==
== Fixes ==
{{fixes|project=MCPE|fixedin=1.20.70.24 Preview
{{MC/Fixes|project=MCPE|fixedin=1.20.70.24 Preview
|;old
|;old
|18880|Fortune works on tall flowers when aiming at the bottom half of the tall flower
|18880|Fortune works on tall flowers when aiming at the bottom half of the tall flower
Line 119: Line 119:


== References ==
== References ==
{{reflist}}
{{MC/Reflist}}


== Navigation ==
== Navigation ==
{{Navbox Bedrock Edition versions|1.2x}}
{{MC/Navbox Bedrock Edition versions|1.2x}}


[[Category:Bedrock Edition 1.20.70 betas]]
[[Category:Bedrock Edition 1.20.70 betas]]

Latest revision as of 19:20, 9 April 2026

Template:Infobox version

Beta 1.20.70.24 (Android) or Preview 1.20.70.24 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fourth beta/Preview version for Minecraft:Bedrock Edition 1.20.70, released on February 15, 2024,<ref>Template:Cite</ref><ref>Template:Mcnet</ref> which adds the bogged and the wind charge item behind an experimental toggle, brings more parity from Java Edition, and fixes bugs. It is the first Preview version available on PlayStation, with it being open to a limited selection of players.<ref>Template:Cite</ref> ​<more information needed></more information needed>

Additions

General

Minecraft:Realms Stories

  • Added new loading screen tips for Realms Stories.<ref>In this beta new tips do not work on Android</ref>

Changes

Blocks

Minecraft:Melon, Minecraft:Redstone Ore, Minecraft:Glowstone, and Minecraft:Nether Wart

  • Tweaked the loot drop distributions for Fortune enchantment to better match Java Edition.

General

Minecraft:Realms Stories

  • Changed the Realms Stories Privacy and Online Safety modal on Xbox platforms to display a QR code instead of a link.

Death screen

  • The new death screen is now enabled when resource packs are applied to a world.

Technical

API

  • Blocks using the
  1. REDIRECT Template:Code

Template:Redr component with

  1. REDIRECT Template:Code

Template:Redr =

  1. REDIRECT Template:Code

Template:Redr display properly when in the player's hand. Minecraft:Marketplace Server Driven Layouts

  • Added the ability for SDL screens to have non scrollable layouts.
  • Added the ability for layouts to contain vertical fill padding.

Minecraft:Character Creator

  • Added a new model to contain the character creator animation logic.
  • Updated the logic that was done to trigger updating the binds when the animation states have been updated, so we do not run into issues with the binds updating every frame causing a major framerate hit.

Experimental

These additions and changes are accessible by enabling the "Update 1.21" and "Beta APIs" experimental toggles.

Additions

Items

File:Wind Charge (item).png Minecraft:Wind Charge

  • Using a Wind Charge will fire off a Wind Charge projectile similar to the Breeze's.
  • A Wind Charge fired by a player will grant 10% more knockback than a Breeze's.
  • Just like the projectile fired by the Breeze, Wind Charges fired by the player also deal damage if they hit an entity directly.
  • The Breeze drops between 4-6 Wind Charges when killed.
  • Wind Charges have a max stack size of 64.
  • There is half a second cooldown after each use.
  • Wind Charges can be fired from a Minecraft:dispenser.
  • Players that launch themselves with a Wind Charge only accumulate fall damage below the y-level of where they collided with the wind burst.

Minecraft:Spawn Egg

  • Added bogged spawn egg.

Mobs

File:Bogged.png Bogged

  • A new variant of skeletons that shoot poisonous arrows.
    • They're faster to take down with 16 health instead of 20 health.
    • They attack at a slower interval of 3.5 seconds instead of 2 seconds.
  • Has a chance to drop arrows of poison when killed by players.
  • These mossy and mushroom covered Skeletons spawn naturally in swamps and mangrove swamps.
    • Can also be found spawning from trial spawners in some trial chambers.

World generation

Trial Chambers

  • Trial Chambers now generate at the same world locations as Java Edition.

Technical

API

  • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to 1.9.0

  • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to 1.9.0

  • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to 1.9.0

  • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to 1.9.0

  • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to 1.9.0

  • Added
  1. REDIRECT Template:Code

Template:Redr - A

  1. REDIRECT Template:Code

Template:Redr instance that allows you to create, load and place structures in the world

  1. REDIRECT Template:Code

Template:Redr

    • Added function
  1. REDIRECT Template:Code

Template:Redr - Creates a new empty structure

    • Added function
  1. REDIRECT Template:Code

Template:Redr - Creates a new structure from blocks in the world

    • Added function
  1. REDIRECT Template:Code

Template:Redr - Deletes the structure

    • Added function
  1. REDIRECT Template:Code

Template:Redr - Gets the structure with the specified identifier

    • Added function
  1. REDIRECT Template:Code

Template:Redr - Places a structure in the world

  1. REDIRECT Template:Code

Template:Redr

    • Added
  1. REDIRECT Template:Code

Template:Redr property

  1. REDIRECT Template:Code

Template:Redr - Returns the name of the structure

    • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to 1.9.0

    • Moved
  1. REDIRECT Template:Code

Template:Redr from

  1. REDIRECT Template:Code

Template:Redr to 1.9.0

Fixes

Script error: No such module "fixes". Others

  • The Breeze now takes damage when being hit by Wind Charge projectiles.
  • Fixed random crashes when accessing Realms stories after triggering Realms events due to a race condition between adding new story status entries and Clubs feed sorting.
  • Fixed an issue that could cause the game to freeze when changing languages on some platforms.
  • Fixed an issue where the game could softlock while displaying the "Loading resource packs" modal.
  • Fixed vertical fill objects not working in vertical factories within the user interface
  • Implemented a fix for the “One Block Skyblock” Marketplace map generating flat world in the distance on the client if the map was uploaded on Realms

References

<references group="">

 </references>

Navigation

Template:BlockSprite Demo
(Guide)
Template:BlockSprite 0.1
(Guide)
Template:FileLink 0.2
(Guide)
Template:BlockSprite 0.3
(Guide)
Template:BlockSprite 0.4
(Guide)
Template:BlockSprite 0.5
(Guide)
Template:ItemSprite 0.6
(Guide)
Template:ItemSprite 0.7
(Guide)
v0.7.0
Template:LegacyItemSprite 0.8
(Guide)
v0.8.0
Template:LegacyBlockSprite 0.9
(Guide)
v0.9.0
Template:EnvSprite 0.10
(Guide)
v0.10.0
Template:ItemSprite 0.11
(Guide)
v0.11.0
Template:EnvSprite 0.12
(Guide)
v0.12.1
Template:ItemSprite 0.13
(Guide)
v0.13.0
Template:ItemSprite Overworld Update
(Guide)
v0.14.0
Template:EntitySprite Friendly Update
(Guide)
v0.15.0
Realms
v0.15.1
Template:ItemSprite Boss Update
(Guide)
v0.16.0
Template:EntitySprite Ender Update
(Guide)
1.0.0
1.0.3
1.0.4
1.0.5
1.0.6
Template:ItemSprite Discovery Update
(Guide)
1.1.0
1.1.1
1.1.3
Template:FileLink Better Together Update
(Guide)
1.2.0
1.2.3
1.2.5
1.2.6
1.2.10
1.2.13
Template:ItemSprite Update Aquatic (Phase One)
(Guide)
1.4.0
Template:BlockSprite Update Aquatic (Phase Two)
(Guide)
1.5.0
Template:EntitySprite 1.6
(Guide)
1.6.0
Template:BlockSprite 1.7
(Guide)
1.7.0
Template:EntitySprite 1.8
(Guide)
1.8.0
Template:EntitySprite 1.9
(Guide)
1.9.0
Template:BlockSprite Texture Update
(Guide)
1.10.0
Template:EffectSprite Village & Pillage
(Guide)
1.11.0
Template:BlockSprite 1.12
(Guide)
1.12.0
Template:EntitySprite 1.13
(Guide)
1.13.0
Template:EntitySprite Buzzy Bees
(Guide)
1.14.0
1.14.1
1.14.20
1.14.30
Template:ItemSprite Nether Update
(Guide)
1.16.0
1.16.20
1.16.100
1.16.200
RTX Beta
1.16.210
1.16.220
Template:BlockSprite Caves & Cliffs: Part I
(Guide)
1.17.0
1.17.10
1.17.30
1.17.40
Template:BlockSprite Caves & Cliffs: Part II
(Guide)
1.18.0
1.18.10
1.18.30
Template:BlockSprite The Wild Update
(Guide)
1.19.0
1.19.10
1.19.20
1.19.30
1.19.40
1.19.50
1.19.60
1.19.70
1.19.80
Template:ItemSprite Trails & Tales
(Guide)
1.20.0
1.20.10
1.20.30
1.20.40
Template:EntitySprite Bats and Pots
(Guide)
1.20.50
1.20.60
1.20.70
Template:EntitySprite Armored Paws
(Guide)
1.20.80
Template:ItemSprite Tricky Trials
(Guide)
1.21.0
1.21.20
1.21.30
Template:ItemSprite Bundles of Bravery
(Guide)
1.21.40
Template:BlockSprite The Garden Awakens
(Guide)
1.21.50
1.21.60
Template:BlockSprite Spring to Life
(Guide)
1.21.70
1.21.80
Template:EntitySprite Chase the Skies
(Guide)
1.21.90
1.21.100
Template:EntitySprite The Copper Age
(Guide)
1.21.111*
1.21.120
Template:ItemSprite Mounts of Mayhem
(Guide)
1.21.130
26.0
Template:Nowrap

Template:Article other

de:Bedrock Edition beta 1.20.70.24 es:Bedrock Edition beta 1.20.70.24 ko:Bedrock Edition 프리뷰 1.20.70.24 pt:Edição Bedrock Preview 1.20.70.24 ru:Preview 1.20.70.24 (Bedrock Edition) uk:Preview 1.20.70.24 (Bedrock Edition) zh:基岩版1.20.70.24