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 beta 1.16.200.52: 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 29: Line 29:
=== General ===
=== General ===
'''Scripting, Add-Ons, and Technical'''
'''Scripting, Add-Ons, and Technical'''
* Changed {{cd|set_block}} and {{cd|set_block_at_pos}} to use {{cd|BlockDescriptor }} when specifying {{cd|block_type}}
* Changed {{MC/Cd|set_block}} and {{MC/Cd|set_block_at_pos}} to use {{MC/Cd|BlockDescriptor }} when specifying {{MC/Cd|block_type}}
* Items with the item lock component no longer cause the recipe book to show invalid recipe results
* Items with the item lock component no longer cause the recipe book to show invalid recipe results


'''Blocks '''
'''Blocks '''
* Added {{cd|query.cardinal_facing_2d}} to get a ground plane direction that doesn't return up or down
* Added {{MC/Cd|query.cardinal_facing_2d}} to get a ground plane direction that doesn't return up or down
* Added the ability to put block models into the models/blocks folder
* Added the ability to put block models into the models/blocks folder
* Added the ability for item triggers to send events to the block they are interacting with (when there is one such as {{cd|on_use_on}})
* Added the ability for item triggers to send events to the block they are interacting with (when there is one such as {{MC/Cd|on_use_on}})
* Added the ability to query the interacted face for both interactions with blocks and using {{cd|minecraft:on_use_on}} in an item. Face can be queried with {{cd|query.block_face}}
* Added the ability to query the interacted face for both interactions with blocks and using {{MC/Cd|minecraft:on_use_on}} in an item. Face can be queried with {{MC/Cd|query.block_face}}


'''Event Responses'''
'''Event Responses'''
* {{cd|add_mob_effect}} and {{cd|remove_mob_effect}} no longer throw content errors when valid effect names are passed in
* {{MC/Cd|add_mob_effect}} and {{MC/Cd|remove_mob_effect}} no longer throw content errors when valid effect names are passed in
* Added documentation for {{cd|remove_mob_effect}} to make creators aware they can use the value "all" in effect to remove all mob effects from a target
* Added documentation for {{MC/Cd|remove_mob_effect}} to make creators aware they can use the value "all" in effect to remove all mob effects from a target


== Experimental ==
== Experimental ==
Line 120: Line 120:


'''Commands'''
'''Commands'''
* {{cmd|playsound}} commands now play the sound correctly for all players in range
* {{MC/Cmd|playsound}} commands now play the sound correctly for all players in range
* {{cmd|effect}} command duration is now capped at 1,000,000 seconds ({{bug|MCPE-92916}})
* {{MC/Cmd|effect}} command duration is now capped at 1,000,000 seconds ({{bug|MCPE-92916}})
* Add ticking area commands performed in the same tick now disallow adding areas with the same name twice
* Add ticking area commands performed in the same tick now disallow adding areas with the same name twice
* Placeholder text message for the {{cmd|titleraw}} command success no longer returns to player ({{bug|MCPE-63618}})
* Placeholder text message for the {{MC/Cmd|titleraw}} command success no longer returns to player ({{bug|MCPE-63618}})
* {{cd|FadeOut}} argument is no longer ignored in {{cmd|title}}'s times command
* {{MC/Cd|FadeOut}} argument is no longer ignored in {{MC/Cmd|title}}'s times command


'''Graphics, Textures, and User Interface'''
'''Graphics, Textures, and User Interface'''
Line 133: Line 133:
* Fixed a bug where the visual focus indicator was lost when hovering on tabs
* Fixed a bug where the visual focus indicator was lost when hovering on tabs
* Glowsticks no longer use placeholder textures (Education Feature) ({{bug|MCPE-45686}}, {{bug|MCPE-68417}})
* Glowsticks no longer use placeholder textures (Education Feature) ({{bug|MCPE-45686}}, {{bug|MCPE-68417}})
* Loading screen tips won't display the key {{cd|tips.game.62}}
* Loading screen tips won't display the key {{MC/Cd|tips.game.62}}
* Avoid purchasing Realm if player cancels out of "Purchase History Needed" dialog
* Avoid purchasing Realm if player cancels out of "Purchase History Needed" dialog


'''Technical '''
'''Technical '''
* Fixed face occlusion with data driven blocks to properly account for unit cube transparent vs unit cube opaque
* Fixed face occlusion with data driven blocks to properly account for unit cube transparent vs unit cube opaque
* Fixed a crash caused by heap corruption with {{cd|entity_collision}} and {{cd|pick_collision}} components
* Fixed a crash caused by heap corruption with {{MC/Cd|entity_collision}} and {{MC/Cd|pick_collision}} components
* Data-driven blocks no longer have their top faces rotated 180 degrees when carried or in inventory ({{bug|MCPE-63134}})
* Data-driven blocks no longer have their top faces rotated 180 degrees when carried or in inventory ({{bug|MCPE-63134}})
* Mobs are no longer teleported back and forth outside solid objects if there is not enough space for multiple entities ({{bug|MCPE-101202}})
* Mobs are no longer teleported back and forth outside solid objects if there is not enough space for multiple entities ({{bug|MCPE-101202}})
* Fixed items not being placeable in additional horse equipment slots. Does not fix all equippable behaviors
* Fixed items not being placeable in additional horse equipment slots. Does not fix all equippable behaviors
* Inventory size on the {{cd|minecraft:inventory}} component has to be increased to match the equippable slots in order for the server to accept the item placement
* Inventory size on the {{MC/Cd|minecraft:inventory}} component has to be increased to match the equippable slots in order for the server to accept the item placement
* The tooltip for item with item lock component will no longer show when game rule showtags is disabled</onlyinclude>
* The tooltip for item with item lock component will no longer show when game rule showtags is disabled</onlyinclude>


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


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


de:Bedrock Edition beta 1.16.200.52
de:Bedrock Edition beta 1.16.200.52

Latest revision as of 19:29, 9 April 2026

Template:Infobox version

Beta 1.16.200.52 is the second beta version for Minecraft:Bedrock Edition 1.16.200, released on October 28, 2020,<ref>Template:Cite</ref> which added some of the first Caves & Cliffs features behind experimental gameplay toggle, and fixes bugs.

Changes

Blocks

Grass Path

Items

Netherite leggings

  • Changed the texture of the worn netherite leggings model.

General

Scripting, Add-Ons, and Technical

  • Changed
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr to use

  1. REDIRECT Template:Code

Template:Redr when specifying

  1. REDIRECT Template:Code

Template:Redr

  • Items with the item lock component no longer cause the recipe book to show invalid recipe results

Blocks

  • Added
  1. REDIRECT Template:Code

Template:Redr to get a ground plane direction that doesn't return up or down

  • Added the ability to put block models into the models/blocks folder
  • Added the ability for item triggers to send events to the block they are interacting with (when there is one such as
  1. REDIRECT Template:Code

Template:Redr)

  • Added the ability to query the interacted face for both interactions with blocks and using
  1. REDIRECT Template:Code

Template:Redr in an item. Face can be queried with

  1. REDIRECT Template:Code

Template:Redr

Event Responses

  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr no longer throw content errors when valid effect names are passed in

  • Added documentation for
  1. REDIRECT Template:Code

Template:Redr to make creators aware they can use the value "all" in effect to remove all mob effects from a target

Experimental

These additions and changes are accessible by enabling the "Caves & Cliffs" experimental toggles.

Blocks

Minecraft:Powder Snow

  • Currently only available through the creative inventory.
  • Entities, including mobs and players, can enter powder snow blocks.
    • Their movement is slowed down while inside, and fall damage is ignored.
    • Powder snow can be climbed similar to ladders or scaffolding. Downward movement cannot be accelerated.
  • Have a slightly different texture than regular snow blocks.
  • When the player is inside the block, a powder snow block fog is rendered around them and an overlay texture is rendered on the HUD.
  • Currently behind Experimental Gameplay toggle (Caves and Cliffs sub-toggle)

Items

Minecraft:Goat Horns

  • Dropped by a goat if it rams into a block.
  • When Template:Ctrl for a short period of time, it makes a sound identical to the horn heard during raids.
  • Currently behind Experimental Gameplay toggle (Caves and Cliffs sub-toggle)

Minecraft:Spawn Eggs

  • Added goat spawn Minecraft:eggs.
    • Currently behind Experimental Gameplay toggle (Caves and Cliffs sub-toggle)

Mobs

Goats

  • Spawn in the Extreme Hills biome.
  • Take reduced fall damage.
  • Will sometimes attempt to ram other mobs, including players.
    • The ram target can be up to 16 blocks away, but the ram itself only goes 9 blocks. Goats will attempt to get closer to targets that are too far to be reached.
    • Have a cooldown of 10 to 15 seconds between attacks.
    • Will not attack goats and shulkers.
    • Ram will be canceled if attacked.
  • Drops a horn when they ram into a tree.
  • Can be bred with wheat.
    • Breeding results in 3 to 8 baby goats.
  • Have Template:Hp health.
  • On death, they do not drop items, but adults will drop experience.
  • Can be milked with a bucket, similar to cows.
  • Can be attached to a Minecraft:lead.
  • Currently behind Experimental Gameplay toggle (Caves and Cliffs sub-toggle).

Fixes

Performance and Stability

  • Fixed several crashes that could occur during gameplay
  • Large numbers of scheduled instant updates should no longer crash the game (Template:Bug)
  • Fixed occasional crash when going through a portal or flying around
  • Fixed a crash that would occasionally occur while flying or moving around the game world

General

  • Only preview items will be shown in crafting screen when auto crafting an item on controller. This prevents rapid updates of the recipe book
  • Fixed a bug where End Portal blocks were not removed after an End Portal Frame block is destroyed. Filled blocks other than end portal blocks will remain in place
  • Fixed paperdoll such that it can now always be rotated with the mouse when in the dressing room (Template:Bug)

Accessibility

  • Emote wheel now supports the screen reader
  • Fixed a bug where UI screen reader did not read the screen title and shortcut buttons on the Invite to game Screen
  • Fixed an issue where the screen reader was not reading updates often enough on some devices
  • Fixed the screen reader so messages with controller icons in the Chat Screen are read correctly
  • UI Screen Reader now reads the Open Chat Message while Text To Speech For Chat is turned off

Gameplay

  • Double chests no longer lose contents when reloading the world (Template:Bug)
  • Compass is no longer consumed when used on a Lodestone in creative mode (Template:Bug)
  • Cocoa Pods generated in jungle now generate in the proper direction (Template:Bug)
  • Signs no longer replace decorations when attempting to place in the same space as the decoration
  • Right-clicking a snow block with a shovel no longer breaks the snow block
  • Dirt paths (formerly grass path) can now be made by using a shovel on dirt, podzol, mycelium or course dirt (as well as grass)
  • Updated the Netherite leggings texture (Template:Bug)
  • Twisting Vines can no longer be placed on Composter blocks while sneaking (Template:Bug)

Mobs

  • Villagers will no longer steal workstations from each other (Template:Bug)
  • Mobs no longer randomly stop attacking and following their targets (Template:Bug)
  • Piglins that are close together can no longer pick up the same item if it's dropped between them
  • Mobs no longer spawn in Wither Roses (Template:Bug)
  • Bees now only exit at the front of Bee Hives and Bee Nests

Commands

  1. REDIRECT Template:Command

Template:Redr commands now play the sound correctly for all players in range

  1. REDIRECT Template:Command

Template:Redr command duration is now capped at 1,000,000 seconds (Template:Bug)

  • Add ticking area commands performed in the same tick now disallow adding areas with the same name twice
  • Placeholder text message for the
  1. REDIRECT Template:Command

Template:Redr command success no longer returns to player (Template:Bug)

  1. REDIRECT Template:Code

Template:Redr argument is no longer ignored in

  1. REDIRECT Template:Command

Template:Redr's times command

Graphics, Textures, and User Interface

  • Update Zombified Piglin texture to remove flickering of loincloth (Template:Bug)
  • "Classic Controls - Intense" font color now matches the surrounding text in VR Controls menu
  • [X] button in Chat Settings is no longer present when using a controller
  • Profile screen has been improved, now characters will be visible and can be selected or modified as soon as they load
  • Fixed a bug where the visual focus indicator was lost when hovering on tabs
  • Glowsticks no longer use placeholder textures (Education Feature) (Template:Bug, Template:Bug)
  • Loading screen tips won't display the key
  1. REDIRECT Template:Code

Template:Redr

  • Avoid purchasing Realm if player cancels out of "Purchase History Needed" dialog

Technical

  • Fixed face occlusion with data driven blocks to properly account for unit cube transparent vs unit cube opaque
  • Fixed a crash caused by heap corruption with
  1. REDIRECT Template:Code

Template:Redr and

  1. REDIRECT Template:Code

Template:Redr components

  • Data-driven blocks no longer have their top faces rotated 180 degrees when carried or in inventory (Template:Bug)
  • Mobs are no longer teleported back and forth outside solid objects if there is not enough space for multiple entities (Template:Bug)
  • Fixed items not being placeable in additional horse equipment slots. Does not fix all equippable behaviors
  • Inventory size on the
  1. REDIRECT Template:Code

Template:Redr component has to be increased to match the equippable slots in order for the server to accept the item placement

  • The tooltip for item with item lock component will no longer show when game rule showtags is disabled

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.16.200.52 es:Bedrock Edition beta 1.16.200.52 fr:Édition Bedrock bêta 1.16.200.52 ja:Bedrock Edition beta 1.16.200.52 pt:Edição Bedrock beta 1.16.200.52 ru:Beta 1.16.200.52 (Bedrock Edition) zh:基岩版1.16.200.52