Minecraft:Bedrock Edition beta 1.16.100.52: Difference between revisions
More actions
imported>Steve0146 mNo edit summary |
Fix template calls: add MC/ prefix |
||
| (One intermediate revision by the same user not shown) | |||
| Line 20: | Line 20: | ||
== Additions == | == Additions == | ||
=== Command format === | === Command format === | ||
'''{{ | '''{{MC/Cmd|playanimation}}''' | ||
* Used to run a one-off animation. | * Used to run a one-off animation. | ||
'''{{ | '''{{MC/Cmd|ride}}''' | ||
* Used to make entities ride other entities, stop entities from riding, make rides evict their riders, or summon rides or riders. | * Used to make entities ride other entities, stop entities from riding, make rides evict their riders, or summon rides or riders. | ||
'''{{ | '''{{MC/Cmd|structure}}''' | ||
* Used to save and load structures without having to use structure blocks. | * Used to save and load structures without having to use structure blocks. | ||
| Line 33: | Line 33: | ||
'''[[Minecraft:Farmland]]''' | '''[[Minecraft:Farmland]]''' | ||
*Now gives itself when pickblocked, instead of normal dirt. | *Now gives itself when pickblocked, instead of normal dirt. | ||
*Can now be obtained using {{ | *Can now be obtained using {{MC/Cmd|give}} command. | ||
=== General === | === General === | ||
'''Technical''' | '''Technical''' | ||
* Updated Actor Properties. Two fields that were invalid and appeared in some vanilla content will now give a content error. The field 'value' on {{ | * Updated Actor Properties. Two fields that were invalid and appeared in some vanilla content will now give a content error. The field 'value' on {{MC/Cd|minecraft:can_fly}} and the property {{MC/Cd|minecraft:foot_size}} should simply be removed from any entity files. | ||
* Make boat use the Buoyancy Component. Added two new components, the {{ | * Make boat use the Buoyancy Component. Added two new components, the {{MC/Cd|inside_block_notifier}} component, which fires specified events when the actor enters or exits specified blocks, and the {{MC/Cd|out_of_control}} component, which sets a corresponding actor flag, in order to make this possible. | ||
* Added error checks to parsing of minecraft shareables items. Displays content log if item name is invalid or the array is empty. | * Added error checks to parsing of minecraft shareables items. Displays content log if item name is invalid or the array is empty. | ||
* Attempting to load a custom material that is not defined no longer causes a crash. A proper content error is now thrown. | * Attempting to load a custom material that is not defined no longer causes a crash. A proper content error is now thrown. | ||
* Exposed new data parameters to control the behavior of Drop Item For Goal. This includes: {{ | * Exposed new data parameters to control the behavior of Drop Item For Goal. This includes: {{MC/Cd|seconds_before_pickup}}, {{MC/Cd|cooldown}}, {{MC/Cd|minimum_teleport_distance}}, {{MC/Cd|max_head_look_at_height}}, {{MC/Cd|teleport_offset}}, and {{MC/Cd|entity_types}}. | ||
* Exposed new data parameters to control the behavior of Harvest Farm Block Goal, including {{ | * Exposed new data parameters to control the behavior of Harvest Farm Block Goal, including {{MC/Cd|max_seconds_before_search}}, {{MC/Cd|search_cooldown_max_seconds}}, and {{MC/Cd|seconds_until_new_task}}. | ||
* Updated the {{ | * Updated the {{MC/Cd|format_versionfield}} in geometry, particles, and animation files to behave as entity behavior files do. | ||
* Aseprite | * Aseprite | ||
| Line 49: | Line 49: | ||
* Format Version Checks | * Format Version Checks | ||
** Updated the {{ | ** Updated the {{MC/Cd|format_versionfield}} in geometry, particles, and animation files to behave as entity behavior files do. | ||
* SetBannerDetailsFunction | * SetBannerDetailsFunction | ||
| Line 58: | Line 58: | ||
'''Vanilla Parity''' | '''Vanilla Parity''' | ||
*Brewing Stand can now be crafted with Blackstone ({{bug|MCPE-90465}}) | *Brewing Stand can now be crafted with Blackstone ({{bug|MCPE-90465}}) | ||
*Players can now spawn farmland with the {{ | *Players can now spawn farmland with the {{MC/Cmd|give}} command and pick it with Pick Block ({{bug|MCPE-25691}}) | ||
*Cod and Salmon killed by fire damage now drop cooked fish ({{bug|MCPE-30693}}) | *Cod and Salmon killed by fire damage now drop cooked fish ({{bug|MCPE-30693}}) | ||
| Line 80: | Line 80: | ||
'''Mobs''' | '''Mobs''' | ||
*Mobs in lava were not able to find a path out. This fix makes it so they can enter a lava block if they are already in lava | *Mobs in lava were not able to find a path out. This fix makes it so they can enter a lava block if they are already in lava | ||
*Pathfinding will now account for {{ | *Pathfinding will now account for {{MC/Cd|minecraft:scale}} component | ||
*Updated BrewingStand, ButtonBlock, ChestBlock, EnderChestBlock, SlabBlock, and SoulSandBlockblock types to allow path-finding and navigation ({{bug|MCPE-47075}})</onlyinclude> | *Updated BrewingStand, ButtonBlock, ChestBlock, EnderChestBlock, SlabBlock, and SoulSandBlockblock types to allow path-finding and navigation ({{bug|MCPE-47075}})</onlyinclude> | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.1x}} | {{MC/Navbox Bedrock Edition versions|1.1x}} | ||
de:Bedrock Edition beta 1.16.100.52 | |||
es:Bedrock Edition beta 1.16.100.52 | |||
fr:Édition Bedrock bêta 1.16.100.52 | |||
ja:Bedrock Edition beta 1.16.100.52 | |||
pt:Edição Bedrock beta 1.16.100.52 | |||
ru:Beta 1.16.100.52 (Bedrock Edition) | |||
zh:基岩版1.16.100.52 | |||
Latest revision as of 19:29, 9 April 2026
Beta 1.16.100.52 is the third beta version for Minecraft:Bedrock Edition 1.16.100, released on August 19, 2020,<ref>Template:Cite</ref> which added new commands, more parity features from Java Edition, technical changes, and fixes bugs.
Additions
Command format
- REDIRECT Template:Command
- Used to run a one-off animation.
- REDIRECT Template:Command
- Used to make entities ride other entities, stop entities from riding, make rides evict their riders, or summon rides or riders.
- REDIRECT Template:Command
- Used to save and load structures without having to use structure blocks.
Changes
Blocks
- Can now be crafted with Minecraft:Blackstone.
- Now gives itself when pickblocked, instead of normal dirt.
- Can now be obtained using
- REDIRECT Template:Command
Template:Redr command.
General
Technical
- Updated Actor Properties. Two fields that were invalid and appeared in some vanilla content will now give a content error. The field 'value' on
- REDIRECT Template:Code
Template:Redr and the property
- REDIRECT Template:Code
Template:Redr should simply be removed from any entity files.
- Make boat use the Buoyancy Component. Added two new components, the
- REDIRECT Template:Code
Template:Redr component, which fires specified events when the actor enters or exits specified blocks, and the
- REDIRECT Template:Code
Template:Redr component, which sets a corresponding actor flag, in order to make this possible.
- Added error checks to parsing of minecraft shareables items. Displays content log if item name is invalid or the array is empty.
- Attempting to load a custom material that is not defined no longer causes a crash. A proper content error is now thrown.
- Exposed new data parameters to control the behavior of Drop Item For Goal. This includes:
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr, and
- REDIRECT Template:Code
- Exposed new data parameters to control the behavior of Harvest Farm Block Goal, including
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr, and
- REDIRECT Template:Code
- Updated the
- REDIRECT Template:Code
Template:Redr in geometry, particles, and animation files to behave as entity behavior files do.
- Aseprite
- The UI now supports using aseprite JSON files for animations, which allows more advanced animations than simple flip books.
- Format Version Checks
- Updated the
- REDIRECT Template:Code
Template:Redr in geometry, particles, and animation files to behave as entity behavior files do.
- SetBannerDetailsFunction
- Now supports customizing non-Illager banners
- Up to 6 patterns and colors can be specified.
Fixes
Vanilla Parity
- Brewing Stand can now be crafted with Blackstone (Template:Bug)
- Players can now spawn farmland with the
- REDIRECT Template:Command
Template:Redr command and pick it with Pick Block (Template:Bug)
- Cod and Salmon killed by fire damage now drop cooked fish (Template:Bug)
Performance and Stability
- Fixed a crash that occurred when entering a game with specific texture packs enabled
- Adding tags to the Ender Dragon will no longer crash the game when reloading the world (Template:Bug)
Blocks
- Fence gates now align with Blackstone Walls (Template:Bug)
- Placing blocks on Crimson Roots and Warped Roots will now properly remove the roots (Template:Bug)
- Target blocks no longer power additional blocks above them (Template:Bug)
- Cocoa Beans can now be placed on and survive on all jungle wood variants (Template:Bug)
Experience Orb
- The Experience Orb now ignores world lighting, allowing it to always be at max brightness (Template:Bug)
Items
- Dropped items no longer float too low to the ground
- Dragon Egg now always drops when it is destroyed by an explosion (Template:Bug)
Mobs
- Mobs in lava were not able to find a path out. This fix makes it so they can enter a lava block if they are already in lava
- Pathfinding will now account for
- REDIRECT Template:Code
Template:Redr component
- Updated BrewingStand, ButtonBlock, ChestBlock, EnderChestBlock, SlabBlock, and SoulSandBlockblock types to allow path-finding and navigation (Template:Bug)
References
<references group="">
</references>
de:Bedrock Edition beta 1.16.100.52 es:Bedrock Edition beta 1.16.100.52 fr:Édition Bedrock bêta 1.16.100.52 ja:Bedrock Edition beta 1.16.100.52 pt:Edição Bedrock beta 1.16.100.52 ru:Beta 1.16.100.52 (Bedrock Edition) zh:基岩版1.16.100.52