Minecraft:Bedrock Edition Preview 26.10.20: Difference between revisions
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 28: | Line 28: | ||
'''Baby mobs''' | '''Baby mobs''' | ||
* Changed the textures and models of the following baby mobs: | * Changed the textures and models of the following baby mobs: | ||
** {{Animate|Baby Lucy Axolotl JE1 BE1.png; Baby Wild Axolotl JE1 BE1.png; Baby Gold Axolotl JE1 BE1.png; Baby Cyan Axolotl JE1 BE1.png; Baby Blue Axolotl JE1 BE1.png|32px}}Axolotl | ** {{MC/Animate|Baby Lucy Axolotl JE1 BE1.png; Baby Wild Axolotl JE1 BE1.png; Baby Gold Axolotl JE1 BE1.png; Baby Cyan Axolotl JE1 BE1.png; Baby Blue Axolotl JE1 BE1.png|32px}}Axolotl | ||
*** Increased the bounding box of baby axolotls to better fit the new model. | *** Increased the bounding box of baby axolotls to better fit the new model. | ||
*** Has new baby animations. | *** Has new baby animations. | ||
| Line 35: | Line 35: | ||
** [[File:Baby Glow Squid JE2.png|32px]] Glow Squid | ** [[File:Baby Glow Squid JE2.png|32px]] Glow Squid | ||
*** Increased the bounding box of baby glow squid to better fit the new model. | *** Increased the bounding box of baby glow squid to better fit the new model. | ||
** {{Animate|Baby Black Horse JE5.png; Baby Black Horse with Black Dots JE5.png; Baby Black Horse with White Field JE5.png; Baby Black Horse with White Spots JE5.png; Baby Black Horse with White Stockings JE5.png; Baby Brown Horse JE5.png; Baby Brown Horse with Black Dots JE5.png; Baby Brown Horse with White Field JE5.png; Baby Brown Horse with White Spots JE5.png; Baby Brown Horse with White Stockings JE5.png; Baby Chestnut Horse JE5.png; Baby Chestnut Horse with Black Dots JE5.png; Baby Chestnut Horse with White Field JE5.png; Baby Chestnut Horse with White Spots JE5.png; Baby Chestnut Horse with White Stockings JE5.png; Baby Creamy Horse JE5.png; Baby Creamy Horse with Black Dots JE5.png; Baby Creamy Horse with White Field JE5.png; Baby Creamy Horse with White Spots JE5.png; Baby Creamy Horse with White Stockings JE5.png; Baby Darkbrown Horse JE5.png; Baby Darkbrown Horse with Black Dots JE5.png; Baby Darkbrown Horse with White Field JE5.png; Baby Darkbrown Horse with White Spots JE5.png; Baby Darkbrown Horse with White Stockings JE5.png; Baby Gray Horse JE5.png; Baby Gray Horse with Black Dots JE5.png; Baby Gray Horse with White Field JE5.png; Baby Gray Horse with White Spots JE5.png; Baby Gray Horse with White Stockings JE5.png; Baby White Horse JE5.png; Baby White Horse with Black Dots JE5.png; Baby White Horse with White Field JE5.png; Baby White Horse with White Spots JE5.png; Baby White Horse with White Stockings JE5.png|32px}} [[Minecraft:Horse]] | ** {{MC/Animate|Baby Black Horse JE5.png; Baby Black Horse with Black Dots JE5.png; Baby Black Horse with White Field JE5.png; Baby Black Horse with White Spots JE5.png; Baby Black Horse with White Stockings JE5.png; Baby Brown Horse JE5.png; Baby Brown Horse with Black Dots JE5.png; Baby Brown Horse with White Field JE5.png; Baby Brown Horse with White Spots JE5.png; Baby Brown Horse with White Stockings JE5.png; Baby Chestnut Horse JE5.png; Baby Chestnut Horse with Black Dots JE5.png; Baby Chestnut Horse with White Field JE5.png; Baby Chestnut Horse with White Spots JE5.png; Baby Chestnut Horse with White Stockings JE5.png; Baby Creamy Horse JE5.png; Baby Creamy Horse with Black Dots JE5.png; Baby Creamy Horse with White Field JE5.png; Baby Creamy Horse with White Spots JE5.png; Baby Creamy Horse with White Stockings JE5.png; Baby Darkbrown Horse JE5.png; Baby Darkbrown Horse with Black Dots JE5.png; Baby Darkbrown Horse with White Field JE5.png; Baby Darkbrown Horse with White Spots JE5.png; Baby Darkbrown Horse with White Stockings JE5.png; Baby Gray Horse JE5.png; Baby Gray Horse with Black Dots JE5.png; Baby Gray Horse with White Field JE5.png; Baby Gray Horse with White Spots JE5.png; Baby Gray Horse with White Stockings JE5.png; Baby White Horse JE5.png; Baby White Horse with Black Dots JE5.png; Baby White Horse with White Field JE5.png; Baby White Horse with White Spots JE5.png; Baby White Horse with White Stockings JE5.png|32px}} [[Minecraft:Horse]] | ||
*** Increased the bounding box of baby horses to better fit the new model. | *** Increased the bounding box of baby horses to better fit the new model. | ||
** [[File:Baby Mule JE6.png|32px]] Mule | ** [[File:Baby Mule JE6.png|32px]] Mule | ||
| Line 53: | Line 53: | ||
[[File:Brown Rabbit JE3 BE3.png|32px]] '''Rabbit''' | [[File:Brown Rabbit JE3 BE3.png|32px]] '''Rabbit''' | ||
* The new rabbit models and textures are now version sliced. | * The new rabbit models and textures are now version sliced. | ||
** Textures are prefixed with {{ | ** Textures are prefixed with {{MC/Cd|rabbit_}}. | ||
=== General === | === General === | ||
| Line 61: | Line 61: | ||
=== Technical === | === Technical === | ||
'''AI Goals''' | '''AI Goals''' | ||
* Migrated {{ | * Migrated {{MC/Cd|"minecraft:behavior.ocelotattack"}} ('_' misname is legacy and cannot safely be changed). | ||
* Made schemas for the following goals stricter when parsing, and will fail to load an entity json that has invalid data in versions 1.26.10 and newer. Also unified and updated documentation: | * Made schemas for the following goals stricter when parsing, and will fail to load an entity json that has invalid data in versions 1.26.10 and newer. Also unified and updated documentation: | ||
** {{ | ** {{MC/Cd|minecraft:behavior.drop_item_for}} | ||
** {{ | ** {{MC/Cd|minecraft:behavior.fertilize_farm_block}} | ||
** {{ | ** {{MC/Cd|minecraft:behavior.harvest_farm_block}} | ||
** {{ | ** {{MC/Cd|minecraft:behavior.inspect_bookshelf}} | ||
** {{ | ** {{MC/Cd|minecraft:behavior.lay_egg}} | ||
* Float Range field {{ | * Float Range field {{MC/Cd|time_of_day_range}} in {{MC/Cd|minecraft:behavior.drop_item_for}} now only accepts an object with {{MC/Cd|min}} and {{MC/Cd|max}} values. | ||
* Field {{ | * Field {{MC/Cd|lay_seconds}} in {{MC/Cd|minecraft:behavior.lay_egg}} now only accepts numbers greater than or equal to 0. | ||
'''API''' | '''API''' | ||
* Now generates JSON metadata for Molang queries available in the game. | * Now generates JSON metadata for Molang queries available in the game. | ||
* Released {{ | * Released {{MC/Cd|@minecraft/server}} version 2.6.0. | ||
* Added {{ | * Added {{MC/Cd|@minecraft/server}} version 2.7.0-beta. | ||
* Released {{ | * Released {{MC/Cd|Block.getComponents}} and {{MC/Cd|Block.hasComponent}} into 2.6.0. | ||
* Released {{ | * Released {{MC/Cd|EntityHealBeforeEvent}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|EntityHealAfterEvent}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|EntityHealCause}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|EntityHealSource}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|EntityHealEventOptions}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|EntityHealBeforeEventSignal}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|EntityHealAfterEventSignal}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|WorldBeforeEvents.entityHeal}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|WorldAfterEvents.entityHeal}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|EntityHurtBeforeEvent}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|EntityHurtBeforeEventOptions}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|EntityHurtBeforeEventSignal}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|WorldBeforeEvents.entityHurt}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|EntityHurtAfterEventOptions}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released change of {{ | * Released change of {{MC/Cd|EntityHurtAfterEventSignal}} to use {{MC/Cd|EntityHurtAfterEventOptions}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|EntityItemPickupAfterEvent}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}} | ||
* Released {{ | * Released {{MC/Cd|EntityItemPickupBeforeEvent}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}} | ||
* Released {{ | * Released {{MC/Cd|EntityItemPickupEventOptions}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}} | ||
* Released {{ | * Released {{MC/Cd|ItemFilter}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}} | ||
* Released {{ | * Released {{MC/Cd|EntityItemPickupAfterEventSignal}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}} | ||
* Released {{ | * Released {{MC/Cd|EntityItemPickupBeforeEventSignal}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}} | ||
* Released {{ | * Released {{MC/Cd|WorldAfterEvents.entityItemPickup}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}} | ||
* Released {{ | * Released {{MC/Cd|WorldBeforeEvents.entityItemPickup}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}} | ||
* Moved {{ | * Moved {{MC/Cd|world.getSeed}} to stable. | ||
* {{ | * {{MC/Cd|query.get_level_seed_based_fraction}} is no longer restricted to the Upcoming Creator Features toggle. | ||
* Added minimum, maximum, or both bounds to several APIs. | * Added minimum, maximum, or both bounds to several APIs. | ||
* API metadata now list any bounds, minimum value, or maximum value if applicable on interfaces and class methods and properties. | * API metadata now list any bounds, minimum value, or maximum value if applicable on interfaces and class methods and properties. | ||
* Moved {{ | * Moved {{MC/Cd|localizationKey}} property on {{MC/Cd|ItemType}}, {{MC/Cd|EntityType}}, {{MC/Cd|BlockType}}, and {{MC/Cd|BlockPermutation}} from beta to stable. | ||
'''@minecraft/server-net''' | '''@minecraft/server-net''' | ||
* Added additional error types for HTTP requests: | * Added additional error types for HTTP requests: | ||
* {{ | * {{MC/Cd|HttpRequestBodyTooLargeError}} - Request body exceeds configured limit. | ||
* {{ | * {{MC/Cd|HttpRequestLimitExceededError}} - Concurrent request limit reached. | ||
* {{ | * {{MC/Cd|HttpRequestNotAllowedError}} - Request targets a URI not in the allow list. | ||
* {{ | * {{MC/Cd|HttpsOnlyError}} - HTTPS required but non-HTTPS URI provided. | ||
'''Components''' | '''Components''' | ||
* Replaced the {{ | * Replaced the {{MC/Cd|simulate_waves}} field of the {{MC/Cd|minecraft:buoyant}} component with the new {{MC/Cd|movement_type}} field. | ||
** The {{ | ** The {{MC/Cd|movement_type}} field accepts one of three values: | ||
*** {{ | *** {{MC/Cd|waves}}, makes the entity move up and down based on its speed (default value). | ||
*** {{ | *** {{MC/Cd|bobbing}}, makes the entity move up and down at a constant pace. | ||
*** {{ | *** {{MC/Cd|none}} does nothing. | ||
** The {{ | ** The {{MC/Cd|big_wave_probability}} and {{MC/Cd|big_wave_speed}} fields are only used when {{MC/Cd|movement_type}} is set to {{MC/Cd|waves}}. | ||
* Added the {{ | * Added the {{MC/Cd|can_auto_step_from_liquid}} field to the {{MC/Cd|minecraft:buoyant}} component. | ||
** Defines whether the entity can move out of a liquid block to a neighboring solid block if pushed against it. | ** Defines whether the entity can move out of a liquid block to a neighboring solid block if pushed against it. | ||
'''Dedicated Server''' | '''Dedicated Server''' | ||
* Added HTTP configuration capabilities for the {{ | * Added HTTP configuration capabilities for the {{MC/Cd|@minecraft/server-net}} scripting module on dedicated servers. Server operators can now configure HTTP request limits and restrictions via the {{MC/Cd|permissions.json}} file. All of the configurable options are optional. If not specified, limits for the particular setting will not be enforced. | ||
'''Graphical''' | '''Graphical''' | ||
* The colored block lighting feature is no longer restricted to the Render Dragon Features for Creator Experiment. | * The colored block lighting feature is no longer restricted to the Render Dragon Features for Creator Experiment. | ||
** To enable this feature, PBR resource packs must include a {{ | ** To enable this feature, PBR resource packs must include a {{MC/Cd|local_lighting.json}} with {{MC/Cd|static_light}} entries. Blocks that do not have a {{MC/Cd|static_light}} and {{MC/Cd|light_color}} specified via a provided resource pack will be treated as non-colored lighting and use the standard uniform light color. | ||
* Static colored lighting on flowing [[Minecraft:lava]] and other blocks no longer appears too dark in [[Minecraft:Vibrant Visuals]]. | * Static colored lighting on flowing [[Minecraft:lava]] and other blocks no longer appears too dark in [[Minecraft:Vibrant Visuals]]. | ||
* Adding {{ | * Adding {{MC/Cd|static_light}} shading to data driven entities in Vibrant Visuals. | ||
* Added {{ | * Added {{MC/Cd|static_light}} shading to more entities and items in Vibrant Visuals. | ||
* Static colored lighting no longer leaks through corners in Vibrant Visuals. | * Static colored lighting no longer leaks through corners in Vibrant Visuals. | ||
* Adjusted the light attenuation of static colored block lighting to be less intense. | * Adjusted the light attenuation of static colored block lighting to be less intense. | ||
| Line 156: | Line 156: | ||
'''Blocks''' | '''Blocks''' | ||
* Added {{ | * Added {{MC/Cd|culling_shape}} field to [[Minecraft:Block components#minecraft:geometry|{{MC/Cd|minecraft:geometry}}]] component behind the VoxelShapes toggle. | ||
** The value should be an identifier of a voxel shape and can refer to either a custom voxel shape file, {{ | ** The value should be an identifier of a voxel shape and can refer to either a custom voxel shape file, {{MC/Cd|minecraft:unit_cube}}, or {{MC/Cd|minecraft:empty}}. | ||
** If the VoxelShapes experiment is enabled and a shape is not specified, {{ | ** If the VoxelShapes experiment is enabled and a shape is not specified, {{MC/Cd|minecraft:empty}} will be used by default if the block does not use {{MC/Cd|minecraft:geometry.full_block}}. | ||
* Blocks can handle the following entity events in scripting through the {{ | * Blocks can handle the following entity events in scripting through the {{MC/Cd|onEntity}} handler: | ||
** Custom named events: | ** Custom named events: | ||
*** {{ | *** {{MC/Cd|on_home}} from {{MC/Cd|minecraft:behavior.go_home}} | ||
*** {{ | *** {{MC/Cd|on_escape}} from {{MC/Cd|minecraft:behavior.avoid_block}} | ||
*** {{ | *** {{MC/Cd|on_reach}} from {{MC/Cd|minecraft:behavior.move_to_block}} | ||
*** {{ | *** {{MC/Cd|on_place}} from {{MC/Cd|minecraft:behavior.place_block}} | ||
*** {{ | *** {{MC/Cd|on_take}} from {{MC/Cd|minecraft:behavior.take_block}} | ||
** Unlike the current Vanilla blocks that handle those events, custom blocks may receive those events up to one tick after they were emitted, depending on how late in the tick the event was emitted. | ** Unlike the current Vanilla blocks that handle those events, custom blocks may receive those events up to one tick after they were emitted, depending on how late in the tick the event was emitted. | ||
== Fixes == | == Fixes == | ||
{{ | {{MC/Fixes|project=MCPE|fixedin=26.10.20 Preview | ||
|;old | |;old | ||
|168787|Conflict Between The Game And Mouse "Show Location Of Point When I press the CTRL key" windows setting. | |168787|Conflict Between The Game And Mouse "Show Location Of Point When I press the CTRL key" windows setting. | ||
| Line 206: | Line 206: | ||
* Fixed long running sounds such as [[Minecraft:jukebox]] music from playing in the menu when leaving a multiplayer world. | * Fixed long running sounds such as [[Minecraft:jukebox]] music from playing in the menu when leaving a multiplayer world. | ||
* Fixed a bug that made buttons at the top of the Marketplace screen difficult to select with a controller. | * Fixed a bug that made buttons at the top of the Marketplace screen difficult to select with a controller. | ||
* Fixed {{ | * Fixed {{MC/Cd|EntityHurtBeforeEvent.cancel}} to not allow some sources of knockback (sprint bonus, enchantment, mace smash, projectiles) when set to {{MC/Cd|true}}. | ||
* Fixed issues with the MERS texture for tamed baby wolves. | * Fixed issues with the MERS texture for tamed baby wolves. | ||
* Added missing texture for the tamed woods variant for baby wolves.</onlyinclude> | * Added missing texture for the tamed woods variant for baby wolves.</onlyinclude> | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|2026}} | {{MC/Navbox Bedrock Edition versions|2026}} | ||
[[Category:Bedrock Edition 26.10 betas]] | [[Category:Bedrock Edition 26.10 betas]] | ||
Latest revision as of 19:25, 9 April 2026
Beta 26.10.20 (ChromeOS, Android) or Preview 26.10.20 (Windows, iOS, iPadOS, Xbox, PlayStation) is the first beta/Preview for Minecraft:Bedrock Edition 26.10, released on January 27, 2026,<ref>Template:Cite</ref> which retextures various baby mobs and fixes bugs.
Changes
Mobs
Baby mobs
- Changed the textures and models of the following baby mobs:
- Script error: No such module "animate".Axolotl
- Increased the bounding box of baby axolotls to better fit the new model.
- Has new baby animations.
- File:Baby Dolphin JE1 BE1.png Dolphin
- File:Baby Donkey JE6.png Donkey
- File:Baby Glow Squid JE2.png Glow Squid
- Increased the bounding box of baby glow squid to better fit the new model.
- Script error: No such module "animate". Minecraft:Horse
- Increased the bounding box of baby horses to better fit the new model.
- File:Baby Mule JE6.png Mule
- File:Baby Skeleton Horse JE7.png Skeleton Horse
- Increased the bounding box of baby skeleton horses to better fit the new model.
- File:Baby Squid JE2 BE3.png Squid
- Increased the bounding box of baby squid to better fit the new model.
- File:Baby Turtle.png Minecraft:Turtle
- File:Baby Zombie Horse JE7.png Zombie Horse
- Increased the bounding box of baby zombie horses to better fit the new model.
- Script error: No such module "animate".Axolotl
- Gave the baby axolotl animations to match its new model.
- Added new sounds for baby horses and chickens.
- Added missing textures beneath baby chicken wings.
- Updated the bone hierarchy and renamed the bones of baby donkeys and baby mules to match the horse hierarchy and bones.
- Updated the UVs for the rear legs of both baby donkeys and baby mules.
File:Brown Rabbit JE3 BE3.png Rabbit
- The new rabbit models and textures are now version sliced.
- Textures are prefixed with
- REDIRECT Template:Code
General
Experiments
- Removed the "Drop 1 of 2026" experimental toggle and implemented all features in regular gameplay.
Technical
AI Goals
- Migrated
- REDIRECT Template:Code
Template:Redr ('_' misname is legacy and cannot safely be changed).
- Made schemas for the following goals stricter when parsing, and will fail to load an entity json that has invalid data in versions 1.26.10 and newer. Also unified and updated documentation:
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Float Range field
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr now only accepts an object with
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr values.
- Field
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr now only accepts numbers greater than or equal to 0.
API
- Now generates JSON metadata for Molang queries available in the game.
- Released
- REDIRECT Template:Code
Template:Redr version 2.6.0.
- Added
- REDIRECT Template:Code
Template:Redr version 2.7.0-beta.
- Released
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr into 2.6.0.
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released change of
- REDIRECT Template:Code
Template:Redr to use
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Released
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
- Moved
- REDIRECT Template:Code
Template:Redr to stable.
- REDIRECT Template:Code
Template:Redr is no longer restricted to the Upcoming Creator Features toggle.
- Added minimum, maximum, or both bounds to several APIs.
- API metadata now list any bounds, minimum value, or maximum value if applicable on interfaces and class methods and properties.
- Moved
- REDIRECT Template:Code
Template:Redr property on
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr, and
- REDIRECT Template:Code
Template:Redr from beta to stable.
@minecraft/server-net
- Added additional error types for HTTP requests:
- REDIRECT Template:Code
Template:Redr - Request body exceeds configured limit.
- REDIRECT Template:Code
Template:Redr - Concurrent request limit reached.
- REDIRECT Template:Code
Template:Redr - Request targets a URI not in the allow list.
- REDIRECT Template:Code
Template:Redr - HTTPS required but non-HTTPS URI provided.
Components
- Replaced the
- REDIRECT Template:Code
Template:Redr field of the
- REDIRECT Template:Code
Template:Redr component with the new
- REDIRECT Template:Code
Template:Redr field.
- The
- REDIRECT Template:Code
Template:Redr field accepts one of three values:
- REDIRECT Template:Code
Template:Redr, makes the entity move up and down based on its speed (default value).
- REDIRECT Template:Code
Template:Redr, makes the entity move up and down at a constant pace.
- REDIRECT Template:Code
Template:Redr does nothing.
- The
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr fields are only used when
- REDIRECT Template:Code
Template:Redr is set to
- REDIRECT Template:Code
- Added the
- REDIRECT Template:Code
Template:Redr field to the
- REDIRECT Template:Code
Template:Redr component.
- Defines whether the entity can move out of a liquid block to a neighboring solid block if pushed against it.
Dedicated Server
- Added HTTP configuration capabilities for the
- REDIRECT Template:Code
Template:Redr scripting module on dedicated servers. Server operators can now configure HTTP request limits and restrictions via the
- REDIRECT Template:Code
Template:Redr file. All of the configurable options are optional. If not specified, limits for the particular setting will not be enforced.
Graphical
- The colored block lighting feature is no longer restricted to the Render Dragon Features for Creator Experiment.
- To enable this feature, PBR resource packs must include a
- REDIRECT Template:Code
Template:Redr with
- REDIRECT Template:Code
Template:Redr entries. Blocks that do not have a
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr specified via a provided resource pack will be treated as non-colored lighting and use the standard uniform light color.
- Static colored lighting on flowing Minecraft:lava and other blocks no longer appears too dark in Minecraft:Vibrant Visuals.
- Adding
- REDIRECT Template:Code
Template:Redr shading to data driven entities in Vibrant Visuals.
- Added
- REDIRECT Template:Code
Template:Redr shading to more entities and items in Vibrant Visuals.
- Static colored lighting no longer leaks through corners in Vibrant Visuals.
- Adjusted the light attenuation of static colored block lighting to be less intense.
- Custom blocks with ambient occlusion disabled do not have the occasional black vertex issue anymore.
- Improve ambient occlusion for blocks using a custom geometry.
- Removed ESSL_300 shader language support.
Realms
- Added message and logic for error joining realm whose owner is banned.
UI
- Added button enumeration narration to the death screen when text to speech is enabled.
- Text input fields now support arrow key navigation between lines and keyboard shortcuts such as Ctrl+V on Android.
- Input fields in Minecraft:Ore UI now support mouse caret positioning and selection on Android.
Experimental
These additions and changes are accessible by enabling the "Beta APIs", and new "Experimental Voxel Shape Features" experimental toggles.
Changes
Technical
Add-Ons and Script Engine
- Added experimental toggle "Voxel Shapes" which enables the use of voxel shapes on blocks.
- Voxel shapes are currently only used for occlusion/culling.
- Currently, only unit cube Vanilla blocks have a voxel shape associated. With this experiment enabled, custom blocks with a voxel shape will only cull against Vanilla unit cube blocks or other custom blocks with a voxel shape.
Blocks
- Added
- REDIRECT Template:Code
Template:Redr field to [[Minecraft:Block components#minecraft:geometry|
- REDIRECT Template:Code
Template:Redr]] component behind the VoxelShapes toggle.
- The value should be an identifier of a voxel shape and can refer to either a custom voxel shape file,
- REDIRECT Template:Code
Template:Redr, or
- REDIRECT Template:Code
- If the VoxelShapes experiment is enabled and a shape is not specified,
- REDIRECT Template:Code
Template:Redr will be used by default if the block does not use
- REDIRECT Template:Code
- Blocks can handle the following entity events in scripting through the
- REDIRECT Template:Code
Template:Redr handler:
- Custom named events:
- Custom named events:
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr from
- REDIRECT Template:Code
- Unlike the current Vanilla blocks that handle those events, custom blocks may receive those events up to one tick after they were emitted, depending on how late in the tick the event was emitted.
Fixes
Script error: No such module "fixes". Other
- Fixed an issue preventing some item related achievements from being obtained.
- Fixed incorrect allele range syntax for pandas and goats.
- This was actually fixed in Preview 26.0.29.
- Fixed an issue where Marketplace textures would be cached when re-entering worlds and could potentially degrade performance on some platforms.
- Fixed screen narration reading previously typed chat messages letter by letter when context changed.
- Fixed feature loading to allow for sub-directories and any filename, will now only use identifier in JSON.
- Fixed an issue with z-fighting on brewing stands and Minecraft:stonecutters on PlayStation in certain lighting conditions.
- Fixed an issue that caused the Minecraft:spyglass full screen effect to brighten the scene in Minecraft:Vibrant Visuals.
- Fixed an issue that caused Minecraft:end portals to have invisible panels in Vibrant Visuals.
- Fixed long running sounds such as Minecraft:jukebox music from playing in the menu when leaving a multiplayer world.
- Fixed a bug that made buttons at the top of the Marketplace screen difficult to select with a controller.
- Fixed
- REDIRECT Template:Code
Template:Redr to not allow some sources of knockback (sprint bonus, enchantment, mace smash, projectiles) when set to
- REDIRECT Template:Code
- Fixed issues with the MERS texture for tamed baby wolves.
- Added missing texture for the tamed woods variant for baby wolves.
References
<references group="">
</references>
de:Bedrock Edition beta 26.10.20 es:Bedrock Edition Preview 26.10.20 pt:Edição Bedrock Preview 26.10.20 ru:Preview 26.10.20 (Bedrock Edition) th:รุ่น Bedrock Preview 26.10.20 zh:基岩版26.10.20