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.0.55: 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 32: Line 32:
* Lighting now propagates correctly through chunk/subchunk borders ({{bug|MCPE-58182}}).  
* Lighting now propagates correctly through chunk/subchunk borders ({{bug|MCPE-58182}}).  
* Fixed an issue that could cause areas to show lighting errors on servers.  
* Fixed an issue that could cause areas to show lighting errors on servers.  
* Added new overload for {{cmd|replaceitem}} with an option for destroy (the old behavior) or keep (the command will return an error if an item occupies that slot).
* Added new overload for {{MC/Cmd|replaceitem}} with an option for destroy (the old behavior) or keep (the command will return an error if an item occupies that slot).
* The smooth camera option (from full keyboard gameplay) is no longer jittery and is smooth again ({{bug|MCPE-54969}}).
* The smooth camera option (from full keyboard gameplay) is no longer jittery and is smooth again ({{bug|MCPE-54969}}).
* The screen no longer twitches when the player dies in the Nether or End.
* The screen no longer twitches when the player dies in the Nether or End.
Line 62: Line 62:


'''Scripting and components'''
'''Scripting and components'''
* Removed type property from {{cd|minecraft:shooter}} as it was never used.
* Removed type property from {{MC/Cd|minecraft:shooter}} as it was never used.
* Updated {{cd|minecraft:spawn_entity}} to have an internal entities object or array.
* Updated {{MC/Cd|minecraft:spawn_entity}} to have an internal entities object or array.
* Updated the {{cd|minecraft:behavior.circle_around_anchor}} behavior.
* Updated the {{MC/Cd|minecraft:behavior.circle_around_anchor}} behavior.
* Added {{cd|attack_chance}} to the {{cd|minecraft:behavior.defend_village_target}} goal.
* Added {{MC/Cd|attack_chance}} to the {{MC/Cd|minecraft:behavior.defend_village_target}} goal.
* Fixed removed or destroyed entities querying as valid in script.  
* Fixed removed or destroyed entities querying as valid in script.  
* Invalid items in the {{cd|spawn_item}} field of a {{cd|minecraft:spawn_entity}} now display an error.  
* Invalid items in the {{MC/Cd|spawn_item}} field of a {{MC/Cd|minecraft:spawn_entity}} now display an error.  
* {{cd|StompEggGoal}} no longer uses {{cd|search_count}} as it now searches all blocks in the specified area.  
* {{MC/Cd|StompEggGoal}} no longer uses {{MC/Cd|search_count}} as it now searches all blocks in the specified area.  
* Fixed {{cd|navigation.walk}} to handle the case where it is used on a flying entity, so that the flying entity will not cause lag while it is touching the ground.  
* Fixed {{MC/Cd|navigation.walk}} to handle the case where it is used on a flying entity, so that the flying entity will not cause lag while it is touching the ground.  
* The {{cd|minecraft:density_limit}} component is now documented in the Spawn Rules documentation section ({{bug|MCPE-61126}}).
* The {{MC/Cd|minecraft:density_limit}} component is now documented in the Spawn Rules documentation section ({{bug|MCPE-61126}}).
* A content error will now show up if you provide an invalid item name to {{cd|minecraft:interact}} in the {{cd|transform_to_item}} field.</onlyinclude>
* A content error will now show up if you provide an invalid item name to {{MC/Cd|minecraft:interact}} in the {{MC/Cd|transform_to_item}} field.</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.0.55
de:Bedrock Edition beta 1.16.0.55

Latest revision as of 19:28, 9 April 2026

Template:Infobox version

Beta 1.16.0.55 is the eighth beta version for Minecraft:Bedrock Edition 1.16.0, released on April 2, 2020,<ref>Template:Cite</ref> which fixes bugs.

Fixes

Crashes

  • Fixed several crashes that could occur during gameplay.
  • Fixed a crash that could occur when creating a new world on iOS.
  • Fixed a crash that could occur when exiting a world with particles present.
  • Fixed several crash issues related to the player entering water.
  • Fixed a crash that could happen when a mob's state changed.

General

  • Light propagation now works correctly, fixing hostile mob spawning. (Template:Bug)
  • Chunks should no longer fail to load properly in +250MB worlds. (Template:Bug)
  • Fixed a bug with light persisting after a block change.
  • Ticking areas can no longer be removed on the same tick they are created (Template:Bug).
  • Lighting now propagates correctly through chunk/subchunk borders (Template:Bug).
  • Fixed an issue that could cause areas to show lighting errors on servers.
  • Added new overload for
  1. REDIRECT Template:Command

Template:Redr with an option for destroy (the old behavior) or keep (the command will return an error if an item occupies that slot).

  • The smooth camera option (from full keyboard gameplay) is no longer jittery and is smooth again (Template:Bug).
  • The screen no longer twitches when the player dies in the Nether or End.

Gameplay

  • Water can now be collected from bubble columns (Template:Bug)
  • Casting a fishing rod will no longer attach itself to a parrot mounted on the player’s shoulder (Template:Bug).
  • Fully grown sweet berry bushes can now be harvested when holding bone meal (Template:Bug).
  • Parity: Carrot on a stick, shield, and shovel now lose durability consistently in Bedrock.
  • Fire charges are now consumed after lighting a tnt block (Template:Bug).
  • Player icons no longer appear as a white square on locator maps.

Blocks

  • Wall signs attached to doors are no longer left floating after the bottom half of the door is broken (Template:Bug).

Mobs

  • Creepers no longer lose aggro immediately after losing sight of its target (Template:Bug).
  • Ghast hitbox now matches its rendering (Template:Bug).
  • Fixed the "MeleeAttackGoal" to allow entities to hit target entities beneath them.
  • The iron golem's legs don't swing as far anymore.

Graphics and rendering

  • Experience orbs have been data-driven.
  • Fireballs have been data-driven.
  • NPC geometry and animations have been data-driven.
  • Items no longer flash green when being removed from a furnace.
  • Fixed a bug where glass and water could be drawn incorrectly when close to each other.
  • Fixed the custom glint texture issue when added to compasses.

Scripting and components

  • Removed type property from
  1. REDIRECT Template:Code

Template:Redr as it was never used.

  • Updated
  1. REDIRECT Template:Code

Template:Redr to have an internal entities object or array.

  • Updated the
  1. REDIRECT Template:Code

Template:Redr behavior.

  • Added
  1. REDIRECT Template:Code

Template:Redr to the

  1. REDIRECT Template:Code

Template:Redr goal.

  • Fixed removed or destroyed entities querying as valid in script.
  • Invalid items in the
  1. REDIRECT Template:Code

Template:Redr field of a

  1. REDIRECT Template:Code

Template:Redr now display an error.

  1. REDIRECT Template:Code

Template:Redr no longer uses

  1. REDIRECT Template:Code

Template:Redr as it now searches all blocks in the specified area.

  • Fixed
  1. REDIRECT Template:Code

Template:Redr to handle the case where it is used on a flying entity, so that the flying entity will not cause lag while it is touching the ground.

  • The
  1. REDIRECT Template:Code

Template:Redr component is now documented in the Spawn Rules documentation section (Template:Bug).

  • A content error will now show up if you provide an invalid item name to
  1. REDIRECT Template:Code

Template:Redr in the

  1. REDIRECT Template:Code

Template:Redr field.

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