Plantilla:Version nav
La 1.17, primera salida de la actualización Caves & Cliffs, es una actualización mayor próxima para la Plantilla:Edition planeada para publicarse a mediados del 2021.[1] Fue anunciada durante la Minecraft Live 2020 el 3 de octubre de 2020.[2]
Genera cristales de amatista en cualquiera de sus lados (Si está al lado de un bloque de agua o aire y si ninguno de sus lados está contra otro bloque), en un tiempo dado.
No se puede obtener al minarlo, incluso con toque de seda, ademas de no soltar nada.
Se rompe inmediatamente si es empujado por un piston o un piston pegajoso.
Estado final y maduro de los brotes de amatista, los cuales crecen en los brotadores de amatista, en las geodas de amatista.
Suelta fragmentos de amatista si si rompe con un poco. La cantidad es afectado por el encantamiento de fortuna, pero también puede ser obtenido con toque de seda.
Puede ser colocado en el techo para crear una estalactita o en el suelo para crear una estalagmita.
Se pueden unir para formar estalactitas y estalagmitas más grandes.
Al lanzar un Tridente los espeleotemas se rompen. También se rompen si es empujado directamente por un pistón o un bloque.
las estalagmitas se rompen si no tienen un bloque debajo.
Las estalactitas se caen y rompen si no tienen un bloque de soporte, pero a diferencia de la Arena o Grava se rompe al impacto.
They drip water or lava into cauldrons if a source block is placed above the stalactite, and gradually fill the cauldron. Water drips even without any water above the block, but does not fill the cauldron.
Using a source block of lava above a stalactite allows for the creation of additional lava source blocks from cauldrons, making lava renewable for the first time since Beta 1.8.
Stalagmites damage any entities that fall onto them, and stalactites damage any entity they fall on to.
Una variante de la nieve, las Entidades que caminen sobre ella se hundirán en ella.
Se pueden usar botas de cuero para evitar que las entidades se hundan en los bloques de nieve en polvo. Probado, funciona con cualquier cosa que pueda tener elementos de armadura, incluidas las turbas que normalmente no usan armadura, como las vacas.
Los jugadores aún pueden agacharse para descender con botas de cuero. El uso de botas de cuero también permite "escalar" la nieve en polvo, como agua o andamios.
Cuando está dentro de un bloque de nieve en polvo, aparece una viñeta helada alrededor de la pantalla del jugador y cualquier entidad en el interior comienza a congelarse y a sufrir daños después de un corto tiempo.
El uso de armadura de cuero tiene la intención de ralentizar el efecto de congelación, y un conjunto completo de armaduras de cuero está destinado a detener el efecto de congelación. Sin embargo, esta función no se implementó correctamente y actualmente no funciona. [3]
A new underground biome, consisting of a massive cave biome containing vast quantities of stalactites and stalagmites.
Made up of primarily dripstone blocks and stone, with large clusters of dripstone blocks hanging from the ceiling, pointed dripstone on the floor and ceiling and many pools of water.
Does not generate naturally in normal worlds, and can only be generated using buffet worlds with "Dripstone Caves" selected as the source biome.
/item <target> copy <source> [<modifier>] – copies item for source to target(s), optionally applying modifier
Possible sources and targets: entity <selector> <slot> or block <x> <y> <z> <slot>
For example, /item block ~ ~ ~ container.0 copy entity @s enderchest.0 will copy first item from player's enderchest to first slot of container player is currently standing on.
Modificadores de objeto
Reuse functions syntax of a loot table to describe item modification in /item command.
The function part of loot tables can now be defined as separate data pack resource in item_modifiers directory.
Such files can contain a single function (i.e single JSON object) or an array of functions.
Whether entities will take damage from freezing inside of powder snow.
Jugabilidad
Mensaje de muerte
Added 4 new death messages, related to freezing in powder snow and being skewered by a falling stalactite:
"<player> froze to death".
"<player> was frozen to death by <entity>".
"<player> was skewered by a falling stalactite"
"<player> was skewered by a falling stalactite whilst fighting <entity>"
Tabla de botín
Rolls, set_damage, and possibly other parameters now require "type:uniform" (or other valid values for "type") when using min-max for numbers. set_count has had the same requirement for a few versions.
New condition: value_check
Checks range of value.
Parameters:
value – see "New value providers" section (currently combination of random generators and score)
range – min/max range
New function: set_enchantments
Modifies enchantments on item.
Parameters:
enchantments – map of enchantment id to level value (can be score or random number)
add – if true, change will be relative to current level. If false, level will be replaced with current value (default behavior)
New value providers: score
Returns scaled scoreboard value.
Parameters:
score – scoreboard name
target – same as target in score predicate
scale – scaling factor (float)
General
Tablas de botín
New functions: set_banner_pattern
Sets tags needed for banner patterns. Parameters:
patterns - list of pattern objects:
pattern - name of pattern (square_bottom_left, bricks, etc.)
color - name of color (light_gray, etc.)
append - if true, new elements will be appended to existing ones instead of replacing
If the player puts a candle on a cake, and keeps clicking the candle on the cake, the candle will be duplicated.
Blocks in this tag are considered candle cakes and can be lit, if they have the lit block states set to false.
Added the candles block and item tags.
Contains all 17 types of candles.
Blocks in this tag are considered candles and can be lit, if they have the litwaterlogged block states and both are false.
Cakes use this tag to determine if a candle item can be placed on it or not.
Added the cauldrons block tag.
Contains cauldrons, water cauldrons, lava cauldrons and powder snow cauldrons.
This tag is used in certain pathfinding processes.
Added the crystal_sound_blocks block tag.
Contains amethyst blocks and budding amethyst.
Blocks in this tag play play the "amethyst block chime" sound repeatedly for a short amount of time after being stepped on, gradually decreasing in volume.
Added the dripstone_replaceable_blocks block tag.
Contains the base_stone_overworld block tag and dirt.
Used in dripstone generation to determine what dripstone can replace and what pointed dripstone can generate on.
Added the freeze_immune_wearables item tag.
Contains leather boots, leather pants, leather tunic, and leather cap.
Having an item in this tag in an armor slot prevents players from freezing.
Added new game_events tag type.
Added the ignored_by_piglin_babies item tag.
Contains leather.
Baby piglins do not attempt to pick up items in this tag. Adult piglins are unaffected. Baby piglins still follow the other rules adult piglins follow.
If an item is in this tag while simultaneously being recognized as a wanted item by piglins, this tag takes precedence.
Added the ignore_vibrations_stepping_carefully game event tag.
Contains the step, falling, and shooting projectile events.
Game events in this tag will be ignored by sculk sensors if the source entity is sneaking.
Added the inside_step_sound_block block tag.
Contains snow and powder snow.
Blocks in this tag will create snow stepping noises while the player walks in them.
Added the occludes_vibration_signals block tag.
Contains the wool block tag.
Blocks in this tag will prevent sculk sensors from hearing vibrations if the block is between the sculk sensor and the vibration.
Added the piglin_food item tag.
Contains raw and cooked porkchop.
Piglins can eat items in this tag.
Eating refers to the piglin seeking out and picking up an item without appearing in its inventory, thus vanishing.
Added the powder_snow_walkable_mobs entity tag.
Contains rabbits, endermites, and silverfish.
Entities in this tag can walk on top of powder snow.
Added the vibrations game event tag.
Contains every game event.
Game events in this tag will trigger sculk sensors.
If a shulker is hit by another shulker's projectile, it now has a chance of spawning a new shulker. Shulkers are more likely to spawn new shulkers when there are fewer shulkers nearby.
Can now move in water, but move considerably slower than they do on land.
Generación del mundo
Biomes
Biome-specific sky colors now blend more smoothly.
Formato de comandos
/replaceitem
Removed /replaceitem command.
Replaced with /item ... replace.
Jugabilidad
Absorption effect
The yellow absorption hearts will now stay yellow if the player has the Poison or Wither effects, instead of appearing empty.
Tablas de botín
Loot tables can now access scoreboard values by UUID.
Loot table values inside random number generators can now be nested.
Changed condition: score
entity parameter has now been replaced with target. It can either contain value from old entity field (like this) or be an score holder name in form {"name": "..."}.
Changed function: set_damage
This function now has add parameter. If true, change will be relative to current damage. If false, damage will be replaced with current value (default behavior)
Changed function: set_count
This function now has add parameter. If true, change will be relative to current item count. If false, item count will be replaced with current value (default behavior)
Changed function: copy_nbt
source parameter can now be set to {"storage": <namespaced id>}, to access command storage.
A dedicated server can enforce custom resource packs by setting require-resource-pack in server.properties. When this option is used, players will be prompted for a response and will be disconnected if they decline the required pack.
Almacenamiento de entidad
Entities have been extracted from main (terrain) chunks and are now stored in separate entities directory (similar to POI storage). Those new files are still region files with NBT.
Librerías
The game now uses javabridge 1.1.23 instead of 1.0.22.
Upon firing, any placed Ceramic Shards become permanently incorporated on to the clay pot.
Plantilla:Text anchor
Part of a new tree, marking the location of the lush cave.
Has variants with either no blossoms, pink blossoms, or purple blossoms.
Azalea SaplingPlantilla:Conjecture
Has variants with either no blossoms, pink blossoms, or purple blossoms
Plantilla:Text anchor
Part of the Azalea tree.
Resembles a dirt block, but with the roots of the Azalea tree intertwined.
Probably is the source of all the life in lush caves.
May be a new variant of the dirt block.
Plantilla:Text anchorPlantilla:Conjecture
Seen in the distance of a lush caves biome behind a spore blossom.
Can also be seen hanging beneath the dirt variant that spawns below the Azalea tree and on the ceiling in the axolotl clip, possibly just a decorative feature of this block.
Plantilla:Text anchorPlantilla:Conjecture
Light source.
Grows edible glow berries.
Plantilla:Text anchor
Can be placed on ceilings.
Sends particles downward when opened.
This item can be found in the lush caves.
Plantilla:Text anchor
A plant that can be used for platforming.
If the player stands on top of the plant for 2 seconds (40 ticks), the player falls through the plant.
Can be placed on a grass block.
Planta hojahúmeda pequeñaPlantilla:Conjecture
Appear highly varied in models.
Bloque de musgoPlantilla:Conjecture
An opaque block that appears grassy on all sides.
Can be found in lush caves.
Capa de musgoPlantilla:Conjecture
Same texture as the moss block, but one pixel thick.
Plantilla:Text anchor
Generates in the mysterious new cave biome, referred to as the "deep dark" temporarily.
While this block's use and function is currently unknown, it is speculated that this block is the source of the other sculk blocks due to the block always appearing in the middle of each sculk growth. This could possibly mean that the other sculk blocks grow out from the sculk chute, however this is just speculation.
Has the same texture as the skulk block, even though part of the skulk chute is made of bones.[7]
Plantilla:Text anchor
Generates in the deep dark cave biome.
Generates in a layer on top of blocks, similar to snow.
Some have parts that are transparent, allowing the player to see the block it is on top of.
Oscupiedra/ProfundiedraPlantilla:Conjecture
Can be found around the dark deep cave biome walls.
Can be found in large groups.
Fuentes de luz subterráneas no especificadas
A video by Henrik Kniberg explicitly states that the temporary showcased feature of ore blocks emitting light was intended as a placeholder for underground light sources, potentially hinting at further new cave light sources.[8]
Goats have a chance to drop this item when they ram into a block.
Holding use while holding this item plays the raid horn sound effect.
Plantilla:Text anchor
Used to sweep away debris from archaeological items.
Sweeps debris off archaeological items one layer at a time. If interrupted, the block it was being used on simply disappears, and does not yield custom block heights.
Also comes in a blue-green variant:
This may imply a connection to copper, as both the variant and normal brushes have corresponding colors to the blocks shown.
Plantilla:Text anchor
Obtained with a brush at archeological sites.
Come in different colors and different designs, each depicting a different picture, such as an ender dragon, a cow, Alex, a skeleton, a tree and a vindicator.
The Warden spawn egg is visually confirmed but not yet implemented.[10]
The Goat spawn egg is present in the Bedrock Edition beta.
Criaturas
Plantilla:Text anchor
Originates from Minecraft Earth.
Glows in the same way that magma cube cores, vexes, blazes and the eyes of spiders, drowned, and endermen do.
Spawns in deep oceanbiome.
Likely to spawn in flooded caves as well.
Was decided on based on a mob vote between it, the Moobloom from Minecraft Earth, and the Iceologer from the Minecraft Dungeons DLC Creeping Winter. Failing mobs are less likely to be added but still have a chance to be implemented in the future.[11]
Can jump high to avoid obstacles, about 5 blocks tall.
Attacks nearby animals by charging and knocking them a considerable distance.
Takes reduced fall damage.
Avoids Powder Snow by jumping over it.
Can be bred with wheat, and produces 3-8 babies at once.
Has a chance to drop a goat horn when ramming into a block.
Plantilla:Text anchor
A picture of the Warden and Iron Golem standing side by side
Spawns in the new deep dark biome.
It is the first blind mob.
When sensing movement, it moves toward the source of the movement.
When attacked, it path finds toward the player.
Seems to follow the same rules as the sculk sensor when detecting noise.
When it detects a vibration, the growths on its head rattle and light up, similar to the sculk sensor.
If any projectile, like a snowball or an arrow, lands near the Warden, it causes the mob to head to the location of where the projectile landed, due to the projectile itself creating movement and noise, therefore distracting the warden.
Incredibly strong, doing 30 × 15 damage, bringing players wearing full netheritearmor from full health to 7 health points.
Has at least 84 × 42 health points, although it is estimated to have up to 100 × 50, putting it on par with the iron golem and ravager.[17]
A mob designed to be extremely difficult, and fled from.[18]
Has a way to counter the strategy of building up 3 blocks to avoid attacks.[19]
At least as fast as the player's walking speed.
Seems to use the energy of vibrations to move faster.
Seems to have knockback resistance.
The warden's chest has a glowing core that appears to brighten and dim in tandem with the ambient lighting of the deep dark cave biome.
The core creates a low throbbing sound as it pulses. The sound and animation seem to speed up rapidly when the warden notices a player.
Is about 3.2 blocks tall, making it one of the tallest mobs in the game, exceeding the iron golem and enderman in height and width (the same).Plantilla:Note[20]Plantilla:More info
Generación del mundo
Excavación arqueológica
A new semi-underground structure where archeological items and ceramic shards can be found.
Plantilla:Text anchor
New biome at the "deepest depths of the world".
Wardens can spawn here.
May contains candles.
Contains sculk blocks, and the new Skulk Sensor Blocks, a new block that responds to vibrations.
Likely change to the generation of alternate stone types, to make them appear in larger but less numerous deposits.[22]
Possibly seen in a screenshot tweeted by Henrik Kniberg,[23] in which Diorite appears to generate in a long and flat horizontal strip, rather than a small unevenly shaped patch.
Jugabilidad
Plantilla:Text anchor
The player can find items and blocks in gravel and dirt inside the dig site structure by using the brush.
Possible items shown in the preview footage include:
Ceramic shards of varying color that depict different images.
Diamond blocks and Emerald blocks are probably not a part of this list and serve as a placeholder.[cita requerida]
Plantilla:Text anchorPlantilla:Conjecture
While in the deep dark cave biome, the ambient lighting occasionally dims temporarily, limiting the player's visibility. This serves as a warning that the warden is nearby.[24]
Plantilla:Text anchor
An action can cause vibrations in the air, which can be picked up by sculk sensors and wardens
Can be caused by walking (but bats?), block placing, block breaking, doors or trapdoors opening, chests of any kind opening, pistons activating, and projectiles such as snowballs, eggs, or arrows landing. This does not include ambient weather such as rain or snow [25]
Cambios planeados
Local water levels forming an underground lake shown during Minecraft Live 2020.
A new underground water level generation aspect has been introduced, which allows for certain areas of a world to generate with a specified water level different from that of another area (such as sea level).
The preview of updated mountain generation given during Minecraft Live 2020.
Allows for the generation of larger underground lakes and connections to oceans.
Allows for the generation of many underground waterfalls.
Allows for underwater entrances.
Plantilla:Text anchor
Height dependent generation.
Revamped, featuring some new small spruce trees on the slopes and ice or packed ice above the peaks.
Contain snow blocks, goats, and a new form of snow called powder snow, which is said to be "snowier than snow".
Used to block a sculk sensor's ability to sense vibrations.
Características no confirmadas
Plantilla:Unconfirmed
Estructuras
Cabina subterráneaPlantilla:Conjecture
Seen in the Deep Dark biome during the Minecraft Live 2020 stream.[26]
Consists of a chamber with a cobblestone floor and stripped log support beams, containing 3 barrels, a blast furnace, and a large chest, with cobwebs and candles in and around it.
May possibly not be a generated structure, but instead a construction built for the purpose of the Warden showcase.
Similarly, this is also the first Java Edition update to add a real-world metal into the game since Classic 0.0.14a in 2009, which brought both iron and gold.
As of 20w45a, Waxed Lightly Weathered Cut Copper Stairs is the longest item name in the game, with 41 characters.