![]() |
VOOZH | about |
| Edition | Bedrock Edition | ||||||
|---|---|---|---|---|---|---|---|
| Release date | Xbox One, Windows 10, Android: September 17, 2020 | ||||||
| Build version | 4703484 | ||||||
| Internal version | Windows: 1.16.10056.0 Xbox One: 1.16.10056.70 | ||||||
| Type | Beta | ||||||
| Beta for | 1.16.100 | ||||||
| Protocol version | 415 | ||||||
| |||||||
{
"title": "beta 1.16.100.56",
"images": [
"Bedrock 1.16.100.56.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "'''Xbox One, Windows 10, Android:''' September 17, 2020",
"label": "Release date"
},
{
"field": "4703484",
"label": "Build version"
},
{
"field": "'''Windows''': 1.16.10056.0<br>\n'''Xbox One''': 1.16.10056.70<br>\n'''Android''': 1.16.100.56<br>",
"label": "Internal version"
},
{
"field": "Beta",
"label": "(link to Version types article, displayed as Type)"
},
{
"field": "(link to Bedrock Edition 1.16.100 article, displayed as 1.16.100)",
"label": "Beta for"
},
{
"field": "415",
"label": "(link to Protocol version article, displayed as Protocol version)"
}
],
"invimages": [],
"footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.16.61|<span style=\"margin-right:-0.35em\">β</span>β 1.16.61]]</td>\n<td style=\"padding: 0.4em\">'''[[Bedrock Edition 1.16.100|1.16.100]]'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.16.101| 1.16.101 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition beta 1.16.100.55|β beta 1.16.100.55]]\n</td>\n<td style=\"padding: 0.4em\">''' beta 1.16.100.56'''</td>\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition beta 1.16.100.57| beta 1.16.100.57 βΊ]]\n</td>\n</tr>\n</table>"
}
Beta 1.16.100.56 is the seventh beta version for Bedrock Edition 1.16.100, released on September 17, 2020,[1] which makes technical changes, and fixes bugs.
Add-ons and script engine
minecraft:placement_filter component which allows the player to set conditions for where the block can be placed.anyMatch functions to BlockDescriptor to compare a list of BlockDescriptors against: Block*, BlockLegacy, or BlockDescriptor.Technical
DataDrivenBlockEvents
set_block_at_pos event response.on_interact trigger component.
on_player_placing trigger component.cardinal_block_face_placed_on and cardinal_player_facing for getting placement context.DataDrivenBlockModels
minecraft:geometry component to allow using a block model for rendering.minecraft:unit_cube component to allow using a default unit cube for rendering. Unit cubes get some extra effects like ambient occlusion and face removal.minecraft:material_instances component to allow mapping faces and material_instances in a geometry file to an actual material.DataDrivenBlockModels - SmoothLighting
ExecuteCommand
execute_command keyword.RepairableItemComponent that data-drives how an item is repaired in game.BlockRaycastComponent that can override the AABB used for outlines and raycasting.BlockCollisionComponent that can override the AABB used for entity collision.BlockPropertyComponent that can replace the blockProperties : Unwalkable, Infiniburn, PreventsJumping, Immovable, BreakOnPush, OnlyPistonPush and BreaksWhenHitByArrow.BlockQueuedTickingComponent that triggers events for a block on a range of time set by the creator.BlockRandomTickingComponent that triggers events for a block randomly.CraftingTableComponent.
sound_eventβ―A string value corresponding to a sound event in the game code. This string must be one these for music to play: "13", "cat", "blocks", "chirp", "far", "mall", "mellohi", "stal", "strad", "ward", "11", "wait", "pigstep"duration A float value that determines how long particles are spawned from the JukeBox Block, should approximately match length of sound event.comparator_signalβ―An integer value that represents the strength of the analogue signal, used by the Comparator Block.RunCommand
BlockBreakSensorComponent, BlockListEventMap, BreathableComponent, BreedableComponent, BuoyancyComponent, EntityPlacerItemComponent, PreferredPathComponent, SeedItemComponentLegacy.NoSurfaceOreFeature, OreFeature, SingleBlockFeature.GoalDefinition, RaidGardenGoal, VanillaGoalDefinition.MesaSurfaceAttributes, SurfaceMaterialAdjustmentAttributes, SurfaceMaterialAttributes.BuoyancyComponentServerTests, FeatureHelperTests, NoSurfaceOreFeatureTests, OreFeatureTests, SingleBlockFeatureTests.AcaciaTreeCanopy, AcaciaTreeTrunk, FallenTreeTrunk, FancyTreeCanopy, FancyTreeTrunk, MegaPineTreeCanopy, MegaTreeCanopy, MegaTreeTrunk, PineTreeCanopy, RoofedTreeCanopy, SimpleTreeCanopy, SimpleTreeTrunk, SpruceTreeCanopy, TreeHelper.allowed_blocksβ―intoβ―use_onβ―andβ―dispense_on.use_onβ―specifies what blocks an entity placer item is allowed to be used on, omit to allow all blocks.dispense_onβ―specifies what blocks an entity placer item is allowed to be dispensed on, omit to allow all blocks.Performance and stability
Achievement screen
General
/clear command.Gameplay