Minecraft:Bedrock Edition beta 1.17.20.20: Difference between revisions
From SAS Gaming Wiki
More actions
imported>MinecraftBedrockPlayer7 mNo edit summary |
Fix template calls: add MC/ prefix |
||
| (One intermediate revision by the same user not shown) | |||
| Line 16: | Line 16: | ||
}}<onlyinclude> | }}<onlyinclude> | ||
'''Beta 1.17.20.20''' is the first beta version for [[Minecraft:Bedrock Edition 1.17.30]],{{ | '''Beta 1.17.20.20''' is the first beta version for [[Minecraft:Bedrock Edition 1.17.30]],{{MC/Efn|Bedrock Edition 1.17.20 would not be a version of the game and its betas are instead part of [[Minecraft:Bedrock Edition 1.17.30|1.17.30]].}} released on June 23, 2021,<ref>{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/4403617652109|title=Minecraft Beta - 1.17.20.20 (Xbox One/Windows 10/Android)|website=feedback.minecraft.net|date=June 23, 2021}}</ref> which added a new gamerule to prevent beds and respawn anchor exploding, and fixes bugs. | ||
== Additions == | == Additions == | ||
=== Command format === | === Command format === | ||
''' | '''Gamerules''' | ||
* <code>respawnBlocksExplode</code> | * <code>respawnBlocksExplode</code> | ||
** Used to prevent beds/respawn anchors from exploding in other dimensions. ({{bug|MCPE-76687}}) | ** Used to prevent beds/respawn anchors from exploding in other dimensions. ({{bug|MCPE-76687}}) | ||
| Line 30: | Line 30: | ||
===Blocks=== | ===Blocks=== | ||
''' | '''Enchantment Tables''' | ||
* Now emits light level 7, instead of 12. | * Now emits light level 7, instead of 12. | ||
| Line 36: | Line 36: | ||
===Mobs=== | ===Mobs=== | ||
''' | '''Goats''' | ||
* The model of baby goats no longer has horns. | * The model of baby goats no longer has horns. | ||
| Line 42: | Line 42: | ||
===World generation=== | ===World generation=== | ||
''' | '''Bastion remnants''' | ||
* Hoglin stable chests may contain an enchanted diamond pickaxe. | * Hoglin stable chests may contain an enchanted diamond pickaxe. | ||
''' | '''Far Lands''' | ||
*Were removed. | *Were removed. | ||
| Line 100: | Line 100: | ||
*Block interaction "click" sounds are now controlled by the "Blocks" volume slider ({{bug|MCPE-104983}}) | *Block interaction "click" sounds are now controlled by the "Blocks" volume slider ({{bug|MCPE-104983}}) | ||
*Swapped toggle sounds for levers so that they are now parity with Java Edition ({{bug|MCPE-30379}}) | *Swapped toggle sounds for levers so that they are now parity with Java Edition ({{bug|MCPE-30379}}) | ||
*Pushed the | *Pushed the Far Lands beyond the 32 bit integer limit. | ||
'''General''' | '''General''' | ||
| Line 143: | Line 143: | ||
'''Technical''' | '''Technical''' | ||
*{{ | *{{MC/Cd|behavior.knockback_roar}} now has a vertical and horizontal strength value.</onlyinclude> | ||
== Notes == | == Notes == | ||
| Line 150: | Line 150: | ||
==References== | ==References== | ||
{{Reflist}} | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition versions|1.1x}} | {{MC/Navbox Bedrock Edition versions|1.1x}} | ||
de:Bedrock Edition beta 1.17.20.20 | |||
es:Bedrock Edition beta 1.17.20.20 | |||
fr:Édition Bedrock bêta 1.17.20.20 | |||
pt:Edição Bedrock beta 1.17.20.20 | |||
ru:Beta 1.17.20.20 (Bedrock Edition) | |||
zh:基岩版1.17.20.20 | |||
Latest revision as of 19:31, 9 April 2026
Beta 1.17.20.20 is the first beta version for Minecraft:Bedrock Edition 1.17.30,
- redirect Template:fn released on June 23, 2021,<ref>Template:Cite</ref> which added a new gamerule to prevent beds and respawn anchor exploding, and fixes bugs.
Additions
Command format
Gamerules
respawnBlocksExplode- Used to prevent beds/respawn anchors from exploding in other dimensions. (Template:Bug)
- Added new "Respawn Blocks Explode" in the world settings.
Changes
Blocks
Enchantment Tables
- Now emits light level 7, instead of 12.
Mobs
Goats
- The model of baby goats no longer has horns.
World generation
Bastion remnants
- Hoglin stable chests may contain an enchanted diamond pickaxe.
Far Lands
- Were removed.
Experimental
GameTest Framework
- GameTest
- Added helper method spawnAtLocation(location : Location) : Entity
- Spawns an entity at the given Location
- Added helper method walkToLocation(mob : Entity, location : Location, speedModifier : number)
- Commands an entity to move to the given Location
- Added method assertCanReachLocation(mob : Entity, location : BlockLocation, bool canReach)
- Asserts that the given mob can reach the target block location
- Added helper method spawnAtLocation(location : Location) : Entity
- Events
- Added event World.events.beforeExplosion
- Fires before an explosion occurs
- Added event World.events.explosion
- Fires when an explosion occurs
- Added event World.events.explodeBlock
- Fires when a block breaks due to an explosion
- Added event World.event.beforeActivatePiston
- Fires before a piston is activated
- Added event World.event.activatePiston
- Fires when a piston is activated
- Added event World.events.beforeExplosion
- Block
- Added method getDimension() : Dimension
- BlockPistonComponent
- Read-only property attachedBlocks
- Returns an array containing the BlockLocation of each block attached to the piston
- Read-only property isMoving
- Returns true if the piston is expanding or retracting
- Read-only property isExpanded
- Returns true if the piston is fully expanded
- Read-only property isExpanding
- Returns true if the piston is expanding
- Read-only property isRetracting
- Returns true if the piston is retracting
- Read-only property isRetracted
- Returns true if the piston is fully retracted
- Read-only property attachedBlocks
Fixes
Caves And Cliffs
- Worlds with the Caves & Cliffs experimental toggle enabled are now more likely to have the same default world spawn position as worlds without the experiment using the same seed (Template:Bug)
Vanilla Parity
- Monster spawning in the Nether has been changed to more closely match Java Edition (Template:Bug)
- There will now be a maximum of 15 to 20 mobs around the player in the Nether, instead of 30 to 40
- Block interaction "click" sounds are now controlled by the "Blocks" volume slider (Template:Bug)
- Swapped toggle sounds for levers so that they are now parity with Java Edition (Template:Bug)
- Pushed the Far Lands beyond the 32 bit integer limit.
General
- Fixed a bug where the contents of a Shulker Box are deleted when dyeing from the recipe tab (Template:Bug)
- Swords now break Bamboo in a single swing (Template:Bug)
- Disabled biome tinting for Spruce and Birch Leaves (Template:Bug)
- Using a Powder Snow Bucket on a Cauldron filled with Powder Snow no longer creates a new Powder Snow block (Template:Bug)
- Using a Water Bucket on a fully filled Cauldron now produces the correct sound (Template:Bug)
- Lava Buckets can now be emptied into a Cauldron filled with Lava
- Cave Vines can now be pollinated by Bees (Template:Bug)
- Enchantment Tables now emit light level 7 (Template:Bug)
- The falling position of Pointed Dripstone is no longer slightly offset (Template:Bug)
- Powder Snow can now be collected with a Dispenser (Template:Bug)
- Placing a Sign on Rooted Dirt now correctly opens the text editor (Template:Bug)
- Target Blocks now conduct Redstone signals (Template:Bug)
- Message/tell commands no longer fail when cheats are not activated (Template:Bug)
- Teleporting a mob between dimensions no longer causes the mob to despawn (Template:Bug)
- Fixed offhand Shields clipping into players’ arms while in third-person perspective (Template:Bug)
- Minecart with Chest will now copy over its chest contents when pick blocked
- Soul Speed Boots can now be unequipped properly after losing durability (Template:Bug)
- Baby Goats no longer have horns (Template:Bug)
- Diamond Pickaxes found in Hoglin Stable chests are now enchanted (Template:Bug)
- Bubble Columns are now placed properly when loaded with a Structure Block (Template:Bug)
Sounds
- Amethyst walking sounds are now affected by the "Player" audio setting
- Deepslate walking sounds are now affected by the "Player" audio setting
- Moss Block walking sounds are now affected by the "Player" audio setting
- Sounds of moving in/on Powder Snow are now affected by the "Player" audio setting
- Jumping and landing on blocks have now their sounds affected by the "Player" audio slider (Template:Bug)
- Dripstone drip sounds are now affected by the "Block" audio slider
- Turtle Eggs no longer produce the Bone Meal sound when placed on Sand (Template:Bug)
- Big Dripleaf now has a distinct tilt up sound (Template:Bug)
User Interface
- The Sign In dialog is no longer shown on a split-screen game to anyone other than the primary player on PlayStation 4
- A debug string is no longer shown for how to open chat (Template:Bug).
Technical
- REDIRECT Template:Code
Template:Redr now has a vertical and horizontal strength value.
Notes
<references group="fn"/>
References
<references group="">
</references>
de:Bedrock Edition beta 1.17.20.20 es:Bedrock Edition beta 1.17.20.20 fr:Édition Bedrock bêta 1.17.20.20 pt:Edição Bedrock beta 1.17.20.20 ru:Beta 1.17.20.20 (Bedrock Edition) zh:基岩版1.17.20.20