![]() |
VOOZH | about |
| Edition | Bedrock Edition | |||||
|---|---|---|---|---|---|---|
| Official name | Armored Paws | |||||
| Release date | April 23, 2024 | |||||
| Server version | 1.20.80.05 | |||||
| Internal version | Windows, Xbox: 1.20.8005.0 ChromeOS, Android, iOS, iPadOS, Fire: 1.20.80.05 PlayStation 4: 2.87 Nintendo Switch: v99 | |||||
| Version code | Android: 952008005 (armeabi-v7a, 34) | |||||
| Development versions | ||||||
| Downloads | Server Windows Linux | |||||
| Protocol version | 671 | |||||
| ||||||
{
"title": "v1.20.80",
"images": [
"Bedrock 1.20.80.png"
],
"rows": [
{
"field": "''(link to Bedrock Edition article, displayed as Bedrock Edition)''",
"label": "(link to Edition article, displayed as Edition)"
},
{
"field": "(link to Armored Paws article, displayed as Armored Paws)",
"label": "Official name"
},
{
"field": "April 23, 2024",
"label": "Release date"
},
{
"field": "(link to Bedrock Dedicated Server 1.20.80.05 article, displayed as 1.20.80.05)",
"label": "Server version"
},
{
"field": "'''Windows, Xbox''': 1.20.8005.0<br>'''ChromeOS, Android, iOS, iPadOS, Fire''': 1.20.80.05<br>'''PlayStation 4''': 2.87<br>'''Nintendo Switch''': v99",
"label": "Internal version"
},
{
"field": "'''Android''':<br>\n952008005 (armeabi-v7a, 34)<br>\n962008005 (x86, 34)<br>\n972008005 (arm64-v8a, 34)<br>\n982008005 (x86_64, 34)<br>\n'''iOS''':<br>\n864908079",
"label": "Version code"
},
{
"field": "<div class=\"hlist\"><span style=\"white-space:nowrap;\">(link to :Category:Bedrock Edition 1.20.80 previews article, displayed as '''Previews''') (5) </span><br/><span style=\"white-space:nowrap;\">(link to :Category:Bedrock Edition 1.20.80 betas article, displayed as '''Betas''') (5) </span><br/>((link to Bedrock Edition 1.20.80/Development versions article, displayed as View all))</div>",
"label": "<span style=\"white-space: normal;\">Development versions</span>"
},
{
"field": "'''Server'''<br />[https://minecraft.net/bedrockdedicatedserver/bin-win/bedrock-server-1.20.80.05.zip Windows]<br />[https://minecraft.net/bedrockdedicatedserver/bin-linux/bedrock-server-1.20.80.05.zip Linux]",
"label": "Downloads"
},
{
"field": "671",
"label": "(link to Protocol version article, displayed as Protocol version)"
}
],
"invimages": [],
"footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.20.50|<span style=\"margin-right:-0.35em\">β</span>β 1.20.50]]</td>\n<td rowspan=\"2\" style=\"padding: 0.4em\">'''1.20.80'''</td>\n<td style=\"padding: 0.4em\" >[[Bedrock Edition 1.21.0| 1.21.0 <span style=\"margin-right:-0.35em\">βΊ</span>βΊ]]</td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition 1.20.73|β 1.20.73]]\n</td>\n\n<td style=\"padding: 0.4em\">\n[[Bedrock Edition 1.20.81| 1.20.81 βΊ]]\n</td>\n</tr>\n</table>"
}
1.20.80, the release of Armored Paws, is a drop for Bedrock Edition, released on April 23, 2024.[1][2][3] It fixes bugs and makes armadillos and wolf armor available in normal gameplay, removing their experimental toggle. It also adds more features under the Update 1.21 experiment, with the mace, heavy core and breeze rod.
coral_fan ID have now been split up into their own IDs.coral_fan_dead ID have now been split up into their own IDs.red_flower ID have now been split up into their own IDs.sapling ID have now been split up into their own IDs.Missing tile
Durability bar
/hud
/hud command out of Upcoming Creator Features experimental toggle.import("/my-module.js")) should be functional again.BlockTypes will now return valid types for flattened or refactored block names.EntityMountTamingComponent
EntityMountTamingComponent to EntityTameMountComponent.setTamed to tame.BlockComponentTypes from beta to 1.10.0EntityComponentTypes from beta to 1.10.0ItemComponentTypes from beta to 1.10.0EntityHealableComponent.filters as they currently have no backing implementation.PaletteColor enum to beta for use with ItemColorComponent/ItemColor2Component.ItemColor2Component to beta for reading minecraft:color2.EntityType and EntityTypes from beta to 1.11.0playMusic, Player.queueMusic, Player.stopMusic from beta to 1.11.0BlockAreaSize from beta and replaced usages with Vector3.itemCategory in getItemCooldown and player.startItemCooldown to cooldownCategory.EnchantmentType to follow API guidelines.EnchantmentSlot and slots to beta for determining the enchantable slots of an item.minecraft:custom_components block component under the Beta APIs feature flag.Cameras
extend_player_rendering camera component which allows for players (and any entities they are connected to through riding and leashes) to be rendered even if they are beyond the max entity render distance.minecraft:free camera.
Components
interact componentβs fields equip_item_slot and drop_item_slot now support both armor and inventory slots:
slot.armor.head, slot.armor.chest, slot.armor.legs, and slot.armor.feet.repair_entity_item field to the interact component, which allows to repair an item in one of the entityβs inventory or armor slots.minecraft:body_rotation_blocked component, which prevents an entity from visually rotating their body to match their own facing direction.behavior.timer_flag_1, behavior.timer_flag_2, and behavior.timer_flag_3 are now correctly randomized on both start and stop, rather than only on spawn.Entity Filters
is_sitting, which checks if the entity is sitting.has_damaged_equipment, which checks if the entity has a certain damaged piece of equipment in the specified slot.query.armor_slot_damage, which returns the damage value of the armor item in the specified slot.assume_symmetry boolean property for Shaped Recipes to allow for symmetrical shaped recipes with different outputs.These additions and changes are accessible by enabling the "Update 1.21" and "Beta APIs" experimental toggles.
chamber_9, and renamed it to slanted.chamber_3, and renamed it to pedestal.BlockComponentStepOnEvent for beta.BlockRegistry for beta.WorldInitializeBeforeEvent.BlockCustomComponent.getBlocks(volume: BlockVolumeBase, filter: BlockFilter, allowUnloadedChunks?: boolean): ListBlockVolume - Gets the blocks in a volume if it matches the filter.containsBlock(volume: BlockVolumeBase, filter: BlockFilter, allowUnloadedChunks?: boolean): boolean - Returns true if the block in volume matches the filter, false otherwise.ItemCooldownComponent from beta to 1.10.0BlockComponentStepOffEvent for beta.onStepOff to BlockCustomComponent.BlockComponentRandomTickEvent for beta.onRandomTick to BlockCustomComponent.StructureTemplate to Structure.size: Vector3 - Returns the size of the structure in blocks.getBlockPermutation(location: Vector3): BlockPermutation undefined; - Returns the block permutation at the given location within the structure.isValid(): boolean - Returns false if the structure has been deleted.getIsWaterlogged(location: Vector3): boolean; - Returns whether the block at the given location is waterlogged.SpawnEntityOptions with a boolean initialPersistence field to the spawnEntity(β¦) function to support persistent entities in Editor tooling.getItemStack(amount?: number, withData?: boolean): ItemStack undefined from beta to 1.10.0.getItemStack(amount?: number): ItemStack undefined from beta to 1.10.0.EntityAgeableComponent
transformToItem to beta.EntityDefinitionFeedItem
item to return name with namespace in beta.EntityTypeFamilyComponent from beta to 1.10.0.BlockComponentTickEvent for beta.
onTick.BlockComponentEntityFallOnEvent for beta.
onEntityFallOn.BlockComponentPlayerPlaceBeforeEvent for beta.
beforeOnPlayerPlace.BlockComponentPlayerInteractEvent for beta.
onPlayerInteract.BlockComponentPlayerDestroyEvent for beta.
onPlayerDestroy.BlockComponentOnPlaceEvent for beta.
onPlace.ItemComponentRegistry for beta.ItemCustomComponent for beta.ItemComponentUseEvent for beta.
structureManager from beta to 1.10.0.createEmpty from beta to 1.10.0.delete from beta to 1.10.0.get from beta to 1.10.0.place from beta to 1.10.0.id from beta to 1.10.0.getBlockPermutation from beta to 1.10.0.getIsWaterlogged from beta to 1.10.0.isValid from beta to 1.10.0.StructureSaveMode from beta to 1.10.0.StructureRotation from beta to 1.10.0.StructureAnimationMode from beta to 1.10.0.StructureMirrorAxis from beta to 1.10.0.StructureReadOptions.StructureCreateOptions from beta to 1.10.0.StructurePlaceOptions from beta to 1.10.0.InvalidStructureError from beta to 1.10.0.Blocks
minecraft:entity_fall_on block component behind the Beta API experiment.minecraft:tick block component behind the Beta API experiment.Entity Components
passengerMaxWidth to EntityRideableComponent.seatRotation to Seat.Items
minecraft:custom_components item component under the Beta APIs feature flag.From released versions before 1.20.70
/give is slow when no target is found/hud command hides HUD between worldsOthers
From released versions before 1.20.70