Minecraft:Bedrock Edition Preview 26.10.24: Difference between revisions
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 46: | Line 46: | ||
* Changed the textures and models of the following baby mobs: | * Changed the textures and models of the following baby mobs: | ||
** [[File:Baby Hoglin JE5 BE4.png|32px]] Hoglin | ** [[File:Baby Hoglin JE5 BE4.png|32px]] Hoglin | ||
** {{Animate|Baby Panda JE4 BE2.png;Lazy Baby Panda JE4 BE2.png;Aggressive Baby Panda JE4 BE3.png;Worried Baby Panda JE4 BE2.png;Playful Baby Panda JE4 BE2.png;Weak Baby Panda JE4 BE2.png;Brown Baby Panda JE4 BE2.png|32px}} Panda | ** {{MC/Animate|Baby Panda JE4 BE2.png;Lazy Baby Panda JE4 BE2.png;Aggressive Baby Panda JE4 BE3.png;Worried Baby Panda JE4 BE2.png;Playful Baby Panda JE4 BE2.png;Weak Baby Panda JE4 BE2.png;Brown Baby Panda JE4 BE2.png|32px}} Panda | ||
** [[File:Snifflet JE3 BE2.png|32px]] Sniffer | ** [[File:Snifflet JE3 BE2.png|32px]] Sniffer | ||
** [[File:Baby Strider JE3 BE3.png|32px]] Strider | ** [[File:Baby Strider JE3 BE3.png|32px]] Strider | ||
| Line 52: | Line 52: | ||
* Adjusted the hitbox of baby [[Minecraft:zombie]]s and variants, [[Minecraft:piglin]]s, and [[Minecraft:villager]]s to fit in 1 block high and 0.5 block wide spaces. | * Adjusted the hitbox of baby [[Minecraft:zombie]]s and variants, [[Minecraft:piglin]]s, and [[Minecraft:villager]]s to fit in 1 block high and 0.5 block wide spaces. | ||
{{ | {{MC/Animate|Tabby Cat.png;Chicken JE2 BE2.png;Temperate Cow.png;Temperate Pig.png|x32px}} '''Cat''', '''Chicken''', '''Cow''', and '''[[Minecraft:Pig]]''' | ||
* Added distinct sound variants similar to wolves, in addition to the original "classic" variant: | * Added distinct sound variants similar to wolves, in addition to the original "classic" variant: | ||
** Cats have a new "royal" variant. | ** Cats have a new "royal" variant. | ||
| Line 75: | Line 75: | ||
'''AI Goals''' | '''AI Goals''' | ||
* Made schemas for the following goals stricter when parsing and will fail to load an entity json that has invalid data in versions 26.10 and newer: | * Made schemas for the following goals stricter when parsing and will fail to load an entity json that has invalid data in versions 26.10 and newer: | ||
** {{ | ** {{MC/Cd|minecraft:behavior.move_to_land}} | ||
** {{ | ** {{MC/Cd|minecraft:behavior.move_to_water}} | ||
** {{ | ** {{MC/Cd|minecraft:behavior.ocelot_sit_on_block}} | ||
** {{ | ** {{MC/Cd|minecraft:behavior.raid_garden}} | ||
** {{ | ** {{MC/Cd|minecraft:behavior.stomp_turtle_egg}} | ||
** {{ | ** {{MC/Cd|minecraft:behavior.offer_flower}} | ||
** {{ | ** {{MC/Cd|minecraft:behavior.play}} | ||
* Made the schema for {{ | * Made the schema for {{MC/Cd|minecraft:behavior.play_dead}} stricter when parsing, it will now fail to load an entity json that has invalid data in versions 26.10 and newer. Int Range field {{MC/Cd|random_damage_range}} now only accepts an object with {{MC/Cd|min}} and {{MC/Cd|max}} values. | ||
'''API''' | '''API''' | ||
* Released {{ | * Released {{MC/Cd|AimAssistCategory}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|AimAssistCategorySettings}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|AimAssistPreset}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|AimAssistPresetSettings}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|AimAssistRegistry}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|PlayerAimAssist}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|PlayerAimAssistSettings}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|AimAssistTargetMode}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|World.getAimAssist}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|Player.getAimAssist}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
* Released {{ | * Released {{MC/Cd|BlockComponentEntityEvent}} from {{MC/Cd|beta}} to {{MC/Cd|v2.6.0}}. | ||
'''Client Entities''' | '''Client Entities''' | ||
* Added {{ | * Added {{MC/Cd|held_item_scale}} field to entity.json schema. | ||
** Allows items held by mobs to be scaled by a factor greater than zero. | ** Allows items held by mobs to be scaled by a factor greater than zero. | ||
** Defaults to 1.0. | ** Defaults to 1.0. | ||
| Line 120: | Line 120: | ||
'''API''' | '''API''' | ||
* Game Test: | * Game Test: | ||
** When running {{ | ** When running {{MC/Cmd|gametest run <test>}} on game tests with invalid structures, the game tests are no longer spawned at the world ceiling. | ||
* Added {{ | * Added {{MC/Cd|dedicatedServer}} optional global to beta of server-admin for accessing dedicated server only APIs. | ||
* Added {{ | * Added {{MC/Cd|DedicatedServerUtils}} to beta of {{MC/Cd|server-admin}} with dedicated server only APIs. | ||
* Added {{ | * Added {{MC/Cd|LevelStorage}} to beta of {{MC/Cd|server-admin}} with dedicated server save state management APIs. | ||
* Added {{ | * Added {{MC/Cd|LevelStorageQuerySnapshotFile}} to {{MC/Cd|beta}} of {{MC/Cd|server-admin}}. | ||
* Added {{ | * Added {{MC/Cd|AllowList}} to beta of {{MC/Cd|server-admin}} with dedicated server allow list management APIs. | ||
* Added the function {{ | * Added the function {{MC/Cd|Entity.addItem}} for directly giving items to a mob or player. | ||
* Added {{ | * Added {{MC/Cd|Block.getParts}} method behind {{MC/Cd|beta}}. Returns an array of Block parts if the block has the {{MC/Cd|minecraft:multi_block}} trait. | ||
'''Server-UI DDUI''' | '''Server-UI DDUI''' | ||
* Changed Class {{ | * Changed Class {{MC/Cd|CustomForm}}: | ||
** Changed return of method {{ | ** Changed return of method {{MC/Cd|show(): Promise<void>}} to {{MC/Cd|Promise<boolean>}} where returning true means it was shown and false means it was not shown. | ||
** Added {{ | ** Added {{MC/Cd|isShowing(): boolean}} method. | ||
* Changed Class {{ | * Changed Class {{MC/Cd|MessageBox}}: | ||
** Added {{ | ** Added {{MC/Cd|isShowing(): boolean}} method. | ||
* Changed interface {{ | * Changed interface {{MC/Cd|MessageBoxResult}}: | ||
** Added the property {{ | ** Added the property {{MC/Cd|wasShown}} which is set to true if the message box was shown to the player. | ||
== Fixes == | == Fixes == | ||
{{ | {{MC/Fixes|project=MCPE|fixedin=26.10.24 Preview | ||
|;old | |;old | ||
|173775|Clocks, Compasses, and Recovery Compasses have a corrupted appearance after turning HD texture packs on/off. | |173775|Clocks, Compasses, and Recovery Compasses have a corrupted appearance after turning HD texture packs on/off. | ||
| Line 162: | Line 162: | ||
* Fixed characters rotating incorrectly in UI when riding a mob. | * Fixed characters rotating incorrectly in UI when riding a mob. | ||
* Fixed localization string for tile.sticky_piston_arm_collision.name to [[Minecraft:Sticky Piston]] Arm Collision. | * Fixed localization string for tile.sticky_piston_arm_collision.name to [[Minecraft:Sticky Piston]] Arm Collision. | ||
* Fixed {{ | * Fixed {{MC/Cmd|setblock}} and {{MC/Cmd|fill}} commands from placing partial double blocks, like the upper part of a [[Minecraft:door]]. | ||
* Fixed sky light calculations being applied multiple times per chunk, causing excessive memory usage. | * Fixed sky light calculations being applied multiple times per chunk, causing excessive memory usage. | ||
</onlyinclude> | </onlyinclude> | ||
== References == | == References == | ||
{{Reflist}} | {{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]] | ||
Revision as of 19:25, 9 April 2026
Beta 26.10.24 (ChromeOS, Android) or Preview 26.10.24 (Windows, iOS, iPadOS, Xbox, PlayStation) is the fourth beta/Preview for Minecraft:Bedrock Edition 26.10, released on February 17, 2026,<ref>Template:Cite</ref> which adds new textures and models for the remaining baby mobs: the hoglin, panda, sniffer, strider, and zoglin. It also adds new sound variants, adds the furnace recipe book as an experiment, and fixes bugs.
Changes
Blocks
File:Dead Bush JE6 BE4.png Dead bush
- Can now be placed on Minecraft:farmland.
File:Golden Dandelion JE1 BE1.png Golden dandelion
- Now displays green particles when used on a baby mob.
- Particles moving downwards indicate that aging is paused.
- Particles moving upwards indicate that age has been reset and is now resumed.
- Now plays pause growth and reset growth sounds on use.
File:Stonecutter JE2 BE1.png Minecraft:Stonecutter
- Minecraft:Deepslate can now be directly crafted into its cobbled, polished, brick, and tile variants in the stonecutter.
- Minecraft:Stone can now be directly crafted into its Minecraft:cobblestone variants in the stonecutter.
- Due to a bug (Template:Bug), the Minecraft:granite, polished granite, Minecraft:diorite, polished diorite, Minecraft:andesite and polished andesite can also be used to make cobblestone.
- This was fixed in the next Preview.
- Due to a bug (Template:Bug), the Minecraft:granite, polished granite, Minecraft:diorite, polished diorite, Minecraft:andesite and polished andesite can also be used to make cobblestone.
Mobs
Baby mobs
- Changed the textures and models of the following baby mobs:
- File:Baby Hoglin JE5 BE4.png Hoglin
- Script error: No such module "animate". Panda
- File:Snifflet JE3 BE2.png Sniffer
- File:Baby Strider JE3 BE3.png Strider
- File:Baby Zoglin JE2 BE3.png Zoglin
- Adjusted the hitbox of baby Minecraft:zombies and variants, Minecraft:piglins, and Minecraft:villagers to fit in 1 block high and 0.5 block wide spaces.
Script error: No such module "animate". Cat, Chicken, Cow, and Minecraft:Pig
- Added distinct sound variants similar to wolves, in addition to the original "classic" variant:
- Cats have a new "royal" variant.
- Pigs have new "mini" and "big" variants.
- Cows have a new "moody" variant.
- Chickens have a new "picky" variant.
- Fixed a Minecraft:family typo preventing babies from forming jockeys.
General
- The main How to Play button has been moved from the Minecraft:settings to the game menu.
Play screen
- Custom Minecraft:servers are now always available on the "Servers" tab even when no Minecraft:featured servers could be found.
- The "world_replica_based_backup" flag and the old Realms backup system have been removed, and now the new backups system, Realms Saves, is now enabled at all times.
Technical
AI Goals
- Made schemas for the following goals stricter when parsing and will fail to load an entity json that has invalid data in versions 26.10 and newer:
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Made the schema for
- REDIRECT Template:Code
Template:Redr stricter when parsing, it will now fail to load an entity json that has invalid data in versions 26.10 and newer. Int Range field
- REDIRECT Template:Code
Template:Redr now only accepts an object with
- REDIRECT Template:Code
Template:Redr and
- REDIRECT Template:Code
Template:Redr values.
API
- 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
Client Entities
- Added
- REDIRECT Template:Code
Template:Redr field to entity.json schema.
- Allows items held by mobs to be scaled by a factor greater than zero.
- Defaults to 1.0.
Entity components
- A content warning will now throw if the amount of experience orbs requested to be spawned in a single tick exceeds the recommended max of 512.
General
- Upgraded actor JSON resources to Cereal slice 26.0 and re-serialized to align with the updated schema.
Experimental
These additions and changes are accessible by enabling the "Beta APIs", "Upcoming Creator Features", "Experimental Voxel Shape Features", and "Furnace Recipe Book" experimental toggles.
Additions
Experiments
- Added experimental toggle to enable the new furnace recipe book.
Changes
Technical
API
- Game Test:
- When running
- REDIRECT Template:Command
Template:Redr on game tests with invalid structures, the game tests are no longer spawned at the world ceiling.
- Added
- REDIRECT Template:Code
Template:Redr optional global to beta of server-admin for accessing dedicated server only APIs.
- Added
- REDIRECT Template:Code
Template:Redr to beta of
- REDIRECT Template:Code
Template:Redr with dedicated server only APIs.
- Added
- REDIRECT Template:Code
Template:Redr to beta of
- REDIRECT Template:Code
Template:Redr with dedicated server save state management APIs.
- Added
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr to beta of
- REDIRECT Template:Code
Template:Redr with dedicated server allow list management APIs.
- Added the function
- REDIRECT Template:Code
Template:Redr for directly giving items to a mob or player.
- Added
- REDIRECT Template:Code
Template:Redr method behind
- REDIRECT Template:Code
Template:Redr. Returns an array of Block parts if the block has the
- REDIRECT Template:Code
Template:Redr trait.
Server-UI DDUI
- Changed Class
- REDIRECT Template:Code
- Changed return of method
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr where returning true means it was shown and false means it was not shown.
- Added
- REDIRECT Template:Code
Template:Redr method.
- Changed Class
- REDIRECT Template:Code
- Added
- REDIRECT Template:Code
Template:Redr method.
- Changed interface
- REDIRECT Template:Code
- Added the property
- REDIRECT Template:Code
Template:Redr which is set to true if the message box was shown to the player.
Fixes
Script error: No such module "fixes". Other
- Fixed tamed baby British shorthair cat variant texture.
- Fixed a bug where baby mobs would be incorrectly scaled when using classic texture packs.
- Fixed a regression where striders and Minecraft:piglins over enthusiastically scream.
- Fixed an issue where baby armadillos would not peek out while rolled up.
- Fixed narration for elements outside a scroller.
- Fixed characters rotating incorrectly in UI when riding a mob.
- Fixed localization string for tile.sticky_piston_arm_collision.name to Minecraft:Sticky Piston Arm Collision.
- Fixed
- REDIRECT Template:Command
Template:Redr and
- REDIRECT Template:Command
Template:Redr commands from placing partial double blocks, like the upper part of a Minecraft:door.
- Fixed sky light calculations being applied multiple times per chunk, causing excessive memory usage.
References
<references group="">
</references>
de:Bedrock Edition beta 26.10.24 es:Bedrock Edition Preview 26.10.24 pt:Edição Bedrock Preview 26.10.24 th:รุ่น Bedrock Preview 26.10.24 zh:基岩版26.10.24