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 beta 1.10.0.4: Difference between revisions

From SAS Gaming Wiki
imported>Iactuallycantdothat
No edit summary
 
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
}}<onlyinclude>
}}<onlyinclude>


'''Beta 1.10.0.4''' is the second and final beta version for [[Minecraft:Bedrock Edition 1.10.0]], released on February 6, 2019,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/360023046891-Minecraft-Beta-1-10-0-4-Xbox-One-Windows-10-Android-|title=Minecraft Beta - 1.10.0.4 (Xbox One/Windows 10/Android)|date=February 6, 2019}}</ref> which changes the texture of the [[Minecraft:smithing table]] and fixes bugs.
'''Beta 1.10.0.4''' is the second and final beta version for [[Minecraft:Bedrock Edition 1.10.0]], released on February 6, 2019,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/360023046891-Minecraft-Beta-1-10-0-4-Xbox-One-Windows-10-Android-|title=Minecraft Beta - 1.10.0.4 (Xbox One/Windows 10/Android)|date=February 6, 2019}}</ref> which changes the texture of the smithing table and fixes bugs.


== Changes ==
== Changes ==
=== Blocks ===
=== Blocks ===
'''[[Minecraft:Smithing table]]'''
'''Smithing table'''
* Changed texture to match the texture {{in|je}}.
* Changed texture to match the texture {{MC/In|je}}.


== Fixes ==
== Fixes ==
Line 25: Line 25:
* Scripting documentation tweaks and fixes:
* Scripting documentation tweaks and fixes:
** Removed extra spaces from the Scripting documentation to allow scripts to be copied and pasted more easily.
** Removed extra spaces from the Scripting documentation to allow scripts to be copied and pasted more easily.
** Adjusted scripting documentation to use lower case letters for position parameters in {{cd|minecraft:pick_hit_result_changed}}.
** Adjusted scripting documentation to use lower case letters for position parameters in {{MC/Cd|minecraft:pick_hit_result_changed}}.
** Updated the scripting documentation to show how to better use {{cd|initialize()}} function.
** Updated the scripting documentation to show how to better use {{MC/Cd|initialize()}} function.
* {{cd|createEntity()}} documentation calls out the created entity type and identifier.
* {{MC/Cd|createEntity()}} documentation calls out the created entity type and identifier.
** There is now documentation for the manifest file.
** There is now documentation for the manifest file.
** Tabs are now converted into 2 spaces when printing examples as HTML.
** Tabs are now converted into 2 spaces when printing examples as HTML.
** {{cd|SpatialQuery}} documentation now mentions that the 3 optional parameters are all or nothing.
** {{MC/Cd|SpatialQuery}} documentation now mentions that the 3 optional parameters are all or nothing.
** Fixed a bug with scripting level component documentation not generating.
** Fixed a bug with scripting level component documentation not generating.
** Fixed a scripting crash that could occur when using {{cd|SpawnParticleInWorld}} events.
** Fixed a scripting crash that could occur when using {{MC/Cd|SpawnParticleInWorld}} events.
** Scripting {{cd|isValidEntity}} now correctly checks for valid entities only.
** Scripting {{MC/Cd|isValidEntity}} now correctly checks for valid entities only.
** Fixed incorrect results for {{cd|hasComponent}} on some entity components.
** Fixed incorrect results for {{MC/Cd|hasComponent}} on some entity components.
* Fixed an issue where terrain is often not adjusted to generated structures in villages, causing floating platforms.
* Fixed an issue where terrain is often not adjusted to generated structures in villages, causing floating platforms.
* Fixed an issue where redundant dirt blocks could generate inside village structures.
* Fixed an issue where redundant dirt blocks could generate inside village structures.
Line 42: Line 42:
* Lectern models now support higher resolution textures.
* Lectern models now support higher resolution textures.
* Custom entity spawn eggs now work correctly in dispensers. ({{bug|MCPE-40408}})
* Custom entity spawn eggs now work correctly in dispensers. ({{bug|MCPE-40408}})
* Custom entities can now be used with the {{cd|1=[type=]}} command argument.
* Custom entities can now be used with the {{MC/Cd|1=[type=]}} command argument.
* Fixed the pillager spawn egg texture when it is placed in an item frame. ({{bug|MCPE-39530}})
* Fixed the pillager spawn egg texture when it is placed in an item frame. ({{bug|MCPE-39530}})
* Players can no longer respawn with shields in their hands.
* Players can no longer respawn with shields in their hands.
Line 62: Line 62:


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


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


[[Minecraft:de:Bedrock Edition beta 1.10.0.4]]
de:Bedrock Edition beta 1.10.0.4
[[Minecraft:es:Bedrock Edition beta 1.10.0.4]]
es:Bedrock Edition beta 1.10.0.4
[[Minecraft:fr:Édition Bedrock bêta 1.10.0.4]]
fr:Édition Bedrock bêta 1.10.0.4
[[Minecraft:ja:Bedrock Edition beta 1.10.0.4]]
ja:Bedrock Edition beta 1.10.0.4
[[Minecraft:pt:Edição Bedrock beta 1.10.0.4]]
pt:Edição Bedrock beta 1.10.0.4
[[Minecraft:ru:Beta 1.10.0.4 (Bedrock Edition)]]
ru:Beta 1.10.0.4 (Bedrock Edition)
[[Minecraft:zh:基岩版1.10.0.4]]
zh:基岩版1.10.0.4

Latest revision as of 19:25, 9 April 2026

Template:Infobox version

Beta 1.10.0.4 is the second and final beta version for Minecraft:Bedrock Edition 1.10.0, released on February 6, 2019,<ref>Template:Cite</ref> which changes the texture of the smithing table and fixes bugs.

Changes

Blocks

Smithing table

Fixes

  • Fixed a crash that could occur when spawning near new villages on mobile devices.
  • Mason villagers now have trades.
  • Hills in tall birch forests now generate at the correct height again.
  • Scoreboards now work correctly with custom named entities.
  • Scripting documentation tweaks and fixes:
    • Removed extra spaces from the Scripting documentation to allow scripts to be copied and pasted more easily.
    • Adjusted scripting documentation to use lower case letters for position parameters in
  1. REDIRECT Template:Code

Template:Redr.

    • Updated the scripting documentation to show how to better use
  1. REDIRECT Template:Code

Template:Redr function.

  1. REDIRECT Template:Code

Template:Redr documentation calls out the created entity type and identifier.

    • There is now documentation for the manifest file.
    • Tabs are now converted into 2 spaces when printing examples as HTML.
  1. REDIRECT Template:Code

Template:Redr documentation now mentions that the 3 optional parameters are all or nothing.

    • Fixed a bug with scripting level component documentation not generating.
    • Fixed a scripting crash that could occur when using
  1. REDIRECT Template:Code

Template:Redr events.

    • Scripting
  1. REDIRECT Template:Code

Template:Redr now correctly checks for valid entities only.

    • Fixed incorrect results for
  1. REDIRECT Template:Code

Template:Redr on some entity components.

  • Fixed an issue where terrain is often not adjusted to generated structures in villages, causing floating platforms.
  • Fixed an issue where redundant dirt blocks could generate inside village structures.
  • Fixed a crash that could occur when launching the game.
  • Fixed a crash that was preventing iOS players from accepting game invitations.
  • Ender dragon is no longer invisible when respawned. (Template:Bug)
  • Lectern models now support higher resolution textures.
  • Custom entity spawn eggs now work correctly in dispensers. (Template:Bug)
  • Custom entities can now be used with the
  1. REDIRECT Template:Code

Template:Redr command argument.

  • Fixed the pillager spawn egg texture when it is placed in an item frame. (Template:Bug)
  • Players can no longer respawn with shields in their hands.
  • Shields now appear correctly when being rapidly raised and lowered in third person view.
  • Shields now always shake when blocking damage.
  • Activated shield now animates properly when holding a crossbow. (Template:Bug)
  • Fixed a crash that could occur when spawning in a custom entity.
  • Fixed a z-fighting texture issue on the zombie horse mane.
  • Endermen no longer look like they are always holding something when attacking.
  • Fixed a crash that could occur when adding a resource pack with a missing pack icon.
  • Fixed a crash that could sometimes occur when loading in some resource packs.
  • Baby mobs no longer briefly appear adult-sized when being leashed.
  • Worlds now appear in the correct order on Xbox One after restarting the game.
  • Breeding animals no longer spawns two baby mobs.
  • Fixed a crash that could occur on Xbox One when copying worlds.
  • Fixed a bug that prevented items from being crafted from the recipe book if the all items option was toggled.
  • Fixed another issue that could cause the game to sometimes not load past the splash screen on some devices. (Template:Bug)
  • The wandering trader llama no longer renders with incorrect textures. (Template:Bug)

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.10.0.4 es:Bedrock Edition beta 1.10.0.4 fr:Édition Bedrock bêta 1.10.0.4 ja:Bedrock Edition beta 1.10.0.4 pt:Edição Bedrock beta 1.10.0.4 ru:Beta 1.10.0.4 (Bedrock Edition) zh:基岩版1.10.0.4