Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Bedrock Edition Preview 1.19.40.23: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Remove broken links to missing pages
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
Line 17: Line 17:
== Changes ==
== Changes ==
=== Command format ===
=== Command format ===
'''{{cmd|summon}}'''
'''{{MC/Cmd|summon}}'''
* Temporarily disabled the rotation for the {{cmd|summon}} command while a bug is worked on. ({{bug|MCPE-162264}}){{verify|correct citation?}}
* Temporarily disabled the rotation for the {{MC/Cmd|summon}} command while a bug is worked on. ({{bug|MCPE-162264}}){{MC/Verify|correct citation?}}


== Experimental ==
== Experimental ==
Line 25: Line 25:
==== Technical ====
==== Technical ====
'''Commands'''
'''Commands'''
* Fixed a rotation issue when a Command Block executes {{cmd|execute facing}} and {{cmd|execute rotated}}. ({{bug|MCPE-162256}})
* Fixed a rotation issue when a Command Block executes {{MC/Cmd|execute facing}} and {{MC/Cmd|execute rotated}}. ({{bug|MCPE-162256}})
* Implemented the {{cmd|execute in}} command.
* Implemented the {{MC/Cmd|execute in}} command.
* Implemented the {{cmd|execute anchored}} command.
* Implemented the {{MC/Cmd|execute anchored}} command.
* Teleporting to an entity in another dimension is now allowed with the {{cmd|execute}} and {{cmd|teleport}} commands.
* Teleporting to an entity in another dimension is now allowed with the {{MC/Cmd|execute}} and {{MC/Cmd|teleport}} commands.
'''API'''
'''API'''
* Major breaking change to experimental JavaScript APIs:
* Major breaking change to experimental JavaScript APIs:
Line 97: Line 97:


==References==
==References==
{{Reflist}}
{{MC/Reflist}}


== Navigation ==
== Navigation ==
{{Navbox Bedrock Edition versions|1.1x}}
{{MC/Navbox Bedrock Edition versions|1.1x}}


[[Category:Bedrock Edition 1.19.40 betas]]
[[Category:Bedrock Edition 1.19.40 betas]]

Latest revision as of 19:17, 9 April 2026

Template:Infobox version

Beta 1.19.40.23 (Android) or Preview 1.19.40.23 (Windows, iOS, iPadOS, Xbox) is the fourth beta/Preview version for Minecraft:Bedrock Edition 1.19.40, released on September 29, 2022,<ref>Template:Cite</ref> which fixes bugs, and brings more parity of Minecraft:Java Edition.

Changes

Command format

  1. REDIRECT Template:Command

Template:Redr

  • Temporarily disabled the rotation for the
  1. REDIRECT Template:Command

Template:Redr command while a bug is worked on. (Template:Bug){{

 #vardefine: verifyedition | 

}}<verify for {{#var:verifyedition}}></verify for {{#var:verifyedition}}>{{

 #vardefine: verifyedition | 

}}

Experimental

These additions and changes are accessible by enabling the "Upcoming Creator Features" and "Beta APIs" experimental toggle.

Changes

Technical

Commands

  • Fixed a rotation issue when a Command Block executes
  1. REDIRECT Template:Command

Template:Redr and

  1. REDIRECT Template:Command

Template:Redr. (Template:Bug)

  • Implemented the
  1. REDIRECT Template:Command

Template:Redr command.

  • Implemented the
  1. REDIRECT Template:Command

Template:Redr command.

  • Teleporting to an entity in another dimension is now allowed with the
  1. REDIRECT Template:Command

Template:Redr and

  1. REDIRECT Template:Command

Template:Redr commands. API

  • Major breaking change to experimental JavaScript APIs:
    • All script modules have been renamed to follow a new convention.
      • mojang-gametest -> @minecraft/server-gametest
      • mojang-minecraft -> @minecraft/server
      • mojang-minecraft-ui -> @minecraft/server-ui
      • mojang-minecraft-server-admin -> @minecraft/server-admin
      • mojang-net -> @minecraft/server-net
    • For example, rather than using:
      • import * as mc from "mojang-minecraft";
    • Use:
      • import * as mc from "@minecraft/server";
        • Use of script eval() and Function() must be explicitly in json
        • To do this, set script_evalian capabilities
      • "capabilities":[ "script_eval"]
        • Root path for imports has changed; scripts/prefix are no longer allowed.
        • For imports, use import "./source.js" or import "source.js".
        • Deprecated use of import "scripts/source.js".

Actor Properties

  • Fixed "bool_property" filters that didn't specify a "value".

General

  • Release BlockGeometryComponent out of experimental in JSON formats 1.19.40 and higher.
  • Release BlockMaterialInstancesComponent out of experimental in JSON formats 1.19.40 and higher.
  • Renamed minecraft:block_light_filter component to minecraft:light_dampening.

Fixes

Vanilla Parity

  • Getting killed by a mob with a renamed weapon now produces a death message with the item name. (Template:Bug)
  • Wither skeletons can now spawn inside of wither roses. (Template:Bug)
  • Decreased the amount of hunger used while swimming to match Java Edition. (Template:Bug)
  • Librarian villagers can now offer enchanted books with 'Curse of Vanishing' and 'Curse of Binding'. (Template:Bug)

Spectator Mode (Experimental)

  • Shulker bullets no longer follow spectators. (Template:Bug)
  • Spectators are now invisible to normal players.
  • If a player is in Spectator Mode and other non-spectating players are present on the server, the spectating player will not affect mob despawning anymore.
  • If there are only spectating players on the server, mob despawning is now put on hold.

User Interface

  • Fixed a bug where death messages were sometimes too long to fit on screen. (Template:Bug)
  • The inventory button for touch devices is now reset to its default appearance after closing the inventory.
  • Fixed the crafting screen search string not saving correctly.
  • Fixed an issue with the durability bar missing on inventory screens on Xbox. (Template:Bug)
  • Fixed a bug where the sign in button on Create New World did not work on some platforms.

Mobile Touch Controls

  • Fixed a bug where items could not be removed from the hotbar by moving them onto other items in Creative Inventory on mobile devices.
  • Fixed an issue where the stack splitting progress bar was not aligned on touch mode.
  • Adjusted layout of the touch toolbar and status effect icons based on user feedback.
  • Temporarily disabled the preview of our new Touch Stack Splitting UX while we work through feedback.

Mobs

  • When a mob is a passenger in a boat, neither the boat nor the mob are allowed to change dimension. (Template:Bug)

Blocks

  • The book of an enchanting table now properly faces a nearby player. (Template:Bug)

NPC (EDU)

  • NPCs can now have no name, hiding the nametag above their head.

Marketplace

  • Fixed an issue with Marketplace bundle prices not showing as free after purchasing.

Stability and Performance

  • Fixed a potential crash source in explosions.
  • Fixed a crash that could occur when leaving a split screen session.

References

<references group="">

 </references>

Navigation

Template:BlockSprite Demo
(Guide)
Template:BlockSprite 0.1
(Guide)
Template:FileLink 0.2
(Guide)
Template:BlockSprite 0.3
(Guide)
Template:BlockSprite 0.4
(Guide)
Template:BlockSprite 0.5
(Guide)
Template:ItemSprite 0.6
(Guide)
Template:ItemSprite 0.7
(Guide)
v0.7.0
Template:LegacyItemSprite 0.8
(Guide)
v0.8.0
Template:LegacyBlockSprite 0.9
(Guide)
v0.9.0
Template:EnvSprite 0.10
(Guide)
v0.10.0
Template:ItemSprite 0.11
(Guide)
v0.11.0
Template:EnvSprite 0.12
(Guide)
v0.12.1
Template:ItemSprite 0.13
(Guide)
v0.13.0
Template:ItemSprite Overworld Update
(Guide)
v0.14.0
Template:EntitySprite Friendly Update
(Guide)
v0.15.0
Realms
v0.15.1
Template:ItemSprite Boss Update
(Guide)
v0.16.0
Template:EntitySprite Ender Update
(Guide)
1.0.0
1.0.3
1.0.4
1.0.5
1.0.6
Template:ItemSprite Discovery Update
(Guide)
1.1.0
1.1.1
1.1.3
Template:FileLink Better Together Update
(Guide)
1.2.0
1.2.3
1.2.5
1.2.6
1.2.10
1.2.13
Template:ItemSprite Update Aquatic (Phase One)
(Guide)
1.4.0
Template:BlockSprite Update Aquatic (Phase Two)
(Guide)
1.5.0
Template:EntitySprite 1.6
(Guide)
1.6.0
Template:BlockSprite 1.7
(Guide)
1.7.0
Template:EntitySprite 1.8
(Guide)
1.8.0
Template:EntitySprite 1.9
(Guide)
1.9.0
Template:BlockSprite Texture Update
(Guide)
1.10.0
Template:EffectSprite Village & Pillage
(Guide)
1.11.0
Template:BlockSprite 1.12
(Guide)
1.12.0
Template:EntitySprite 1.13
(Guide)
1.13.0
Template:EntitySprite Buzzy Bees
(Guide)
1.14.0
1.14.1
1.14.20
1.14.30
Template:ItemSprite Nether Update
(Guide)
1.16.0
1.16.20
1.16.100
1.16.200
RTX Beta
1.16.210
1.16.220
Template:BlockSprite Caves & Cliffs: Part I
(Guide)
1.17.0
1.17.10
1.17.30
1.17.40
Template:BlockSprite Caves & Cliffs: Part II
(Guide)
1.18.0
1.18.10
1.18.30
Template:BlockSprite The Wild Update
(Guide)
1.19.0
1.19.10
1.19.20
1.19.30
1.19.40
1.19.50
1.19.60
1.19.70
1.19.80
Template:ItemSprite Trails & Tales
(Guide)
1.20.0
1.20.10
1.20.30
1.20.40
Template:EntitySprite Bats and Pots
(Guide)
1.20.50
1.20.60
1.20.70
Template:EntitySprite Armored Paws
(Guide)
1.20.80
Template:ItemSprite Tricky Trials
(Guide)
1.21.0
1.21.20
1.21.30
Template:ItemSprite Bundles of Bravery
(Guide)
1.21.40
Template:BlockSprite The Garden Awakens
(Guide)
1.21.50
1.21.60
Template:BlockSprite Spring to Life
(Guide)
1.21.70
1.21.80
Template:EntitySprite Chase the Skies
(Guide)
1.21.90
1.21.100
Template:EntitySprite The Copper Age
(Guide)
1.21.111*
1.21.120
Template:ItemSprite Mounts of Mayhem
(Guide)
1.21.130
26.0
Template:Nowrap

Template:Article other

de:Bedrock Edition beta 1.19.40.23 es:Bedrock Edition beta 1.19.40.23 ja:Bedrock Edition Preview 1.19.40.23 pt:Edição Bedrock Preview 1.19.40.23 zh:基岩版1.19.40.23