Sick Gaming
News - BETA: BEDROCK 1.16.20.54 & 1.16.100.50 - Printable Version

+- Sick Gaming (https://www.sickgaming.net)
+-- Forum: Our Game Servers (https://www.sickgaming.net/forum-58.html)
+--- Forum: Minecraft (https://www.sickgaming.net/forum-103.html)
+--- Thread: News - BETA: BEDROCK 1.16.20.54 & 1.16.100.50 (/thread-97115.html)



News - BETA: BEDROCK 1.16.20.54 & 1.16.100.50 - xSicKxBot - 09-08-2020

BETA: BEDROCK 1.16.20.54 & 1.16.100.50

<div style="margin: 5px 5% 10px 5%;"><img src="https://www.sickgaming.net/blog/wp-content/uploads/2020/08/beta-bedrock-1-16-20-54-1-16-100-50.png" width="459" height="108" title="" alt="" /></div><div><p>Remember that only those on Xbox One / Windows 10 / and Android may participate in the Beta builds.&nbsp; You will not be able to join Realms or non-beta players worlds and you will not be able to open worlds opened in the Beta in earlier/current stable builds of Bedrock.<br /><img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/08/beta-bedrock-1-16-20-54-1-16-100-50.png" alt width="459" height="108"></p>
<p><strong>Performance and Stability</strong>&nbsp;</p>
<ul>
<li>Fixed crash that could occur when playing an emote and suspending the game (<a href="https://bugs.mojang.com/browse/MCPE-73235" target="_self" rel="noopener noreferrer">MCPE-73235</a>)&nbsp;</li>
</ul>
<p><strong>General</strong>&nbsp;</p>
<ul>
<li>Tweaked arm animation for Brutes,&nbsp;Piglins, and Vindicators that have their weapons removed (<a href="https://bugs.mojang.com/browse/MCPE-83581">MCPE-83581</a>)&nbsp;</li>
<li>Emotes can no longer be equipped before unlocking them (<a href="https://bugs.mojang.com/browse/MCPE-84810">MCPE-84810</a>)&nbsp;</li>
<li>Custom skins now work properly on multiplayer (<a href="https://bugs.mojang.com/browse/MCPE-48207">MCPE-48207</a>)&nbsp;</li>
</ul>
<p><img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/08/beta-bedrock-1-16-20-54-1-16-100-50-1.png" alt width="478" height="108"></p>
<p><strong>Achievement Screen</strong></p>
<ul>
<li>New achievements screen design and added a new achievement details screen (available after gradual roll-out). We would love to hear your feedback on it here in&nbsp;<a href="https://aka.ms/mcAchievementBeta">this post</a>!</li>
</ul>
<p><strong>General</strong></p>
<ul>
<li>Custom names now modify boss’s bars (<a href="https://bugs.mojang.com/browse/MCPE-43473">MCPE-43473</a>)</li>
<li>Fixed bug where system language setting for Simplified and Traditional Chinese was not honored by the game</li>
<li>Nintendo Switch can now upload worlds to Realms again (<a href="https://bugs.mojang.com/browse/REALMS-474">REALMS-474</a>)&nbsp;
<ul>
<li>NB – this fix is still in beta so won’t be available for Realms or non-beta platforms yet, but we wanted to give you a heads up this fix is on its way!</li>
</ul>
</li>
<li>Game no longer crashes if a player opens a Shulker Box they’re standing on after rejoining a multiplayer session&nbsp;</li>
<li>Fixed issue where some walls were not correctly connected on world load</li>
<li>Fishing Rod will now correctly cast when close to a Mob (<a href="https://bugs.mojang.com/browse/MCPE-65249">MCPE-65249</a>)</li>
<li>Fixed an issue that meant the block highlight/selection box was extending above blocks&nbsp;</li>
<li>Fixed an issue with missing animation when damaging bamboo</li>
<li>Added Noto Sans font license button and pop-up dialog to Settings screen (in the Profile section)&nbsp;</li>
</ul>
<p><strong>Graphical</strong></p>
<ul>
<li>Fixed a graphical issue with glass blocks in City Living world, that affected some devices on Windows 10&nbsp;</li>
<li>Fixed an issue with the skybox background graphics not rendering correctly on some devices&nbsp;</li>
</ul>
<p><strong><img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/08/beta-bedrock-1-16-20-54-1-16-100-50-2.png" alt width="383" height="41"></strong></p>
<p><strong>Actors</strong></p>
<ul>
<li>The&nbsp;“minecraft:behavior.controlled_by_player”&nbsp;goal is now data-driven</li>
<li>Physics Component’s&nbsp;has_gravity&nbsp;is now used to decide whether a mob should apply water gravity, if the mob does not have a Navigation Component&nbsp;</li>
<li>Ender Crystals can no longer be pushed&nbsp;</li>
<li>The Squid’s rendering is now data-driven</li>
<li>Minecarts are now data-driven. This converted minecart rideable, minecarts with chest, with hopper, with command block, and with TNT to be data-driven</li>
</ul>
<p><strong>Display Name Component</strong></p>
<ul>
<li>Items can now override their display name with a localized ‘value’. If a value is not supplied the component will stay with its default name. If the value supplied is not in the localization file the display name will be the value string</li>
</ul>
<p><strong>Item Parsing</strong></p>
<ul>
<li><strong>Example 1</strong>
<ul>
<li><strong>any_tag functionality added to several actor components. In addition to representing items as item names in json they can now be represented as a set of tags</strong></li>
<li>“item”: {“any_tag”: “food”}</li>
<li>“item”: {“any_tag”: [“food”, “wood”]}</li>
<li>“bribe_items”: [“emerald”, {“any_tag”: “stone”}]</li>
<li>minecraft:ageable feed_items can now use any_tag functionality</li>
<li>minecraft:breedable breed_items can now use any_tag functionality</li>
<li>minecraft:bribeable bribe_items can now use any_tag functionality</li>
<li>minecraft:giveable items can now use any_tag functionality</li>
<li>minecraft:healable items can now use any_tag functionality</li>
<li>minecraft:tamemount feed_items and auto_reject_items can now use any_tag functionality</li>
<li>minecraft:equippable accepted_items can now use any_tag functionality</li>
</ul>
</li>
<li><strong>Example 2</strong>
<ul>
<li><strong>looks for “apple” key in the vanilla localization for a string to use as the display text, which it will NOT find a value so the display name will just be “apple”</strong></li>
<li>“minecraft:display_name”: {<br />“value”: “apple”<br />}</li>
</ul>
</li>
<li><strong>Example 3</strong>
<ul>
<li><strong>looks for “item.apple.name” key in the vanilla localization for a string to use as the display text, which it will find a value as “Apple”. Note “minecraft:” namespace not required.</strong></li>
<li>“minecraft:display_name”: {<br />“value”: “item.apple.name”<br />}</li>
</ul>
</li>
<li><strong>Example 4</strong>
<ul>
<li><strong>looks for a custom string supplied in the resource pack, if not found the display name will be “item.my_namespace:My_Awesome_Item.name”.</strong></li>
<li>“minecraft:display_name”: {<br />“value”: “item.my_namespace:My_Awesome_Item.name”<br />}&nbsp;</li>
</ul>
</li>
</ul>
<p><img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/08/beta-bedrock-1-16-20-54-1-16-100-50-3.png" alt width="615" height="108"></p>
<p>To ensure that we can devote our resources to the platforms where most Crafters are playing, we are ending support for certain older devices and platforms where Minecraft is available. Effective in October 2020, Minecraft will no longer be updated or supported on Gear VR, Windows 10 Mobile, Android devices with 768MB of RAM or less, iOS devices running iOS 10 or below, or video cards that only support DirectX 10.1 or below.</p>
<p>If your device is affected, a prompt will appear in-game to let you know if it will no longer receive updates. Please see&nbsp;<a href="https://www.minecraft.net/article/important-news-regarding-minecraft-mobile" target="_blank" rel="noopener noreferrer">the article on Minecraft.net</a>&nbsp;for more information.</p>
</div>


https://www.sickgaming.net/blog/2020/08/07/beta-bedrock-1-16-20-54-1-16-100-50/