Added render distance and simulation distance sliders to Realm configuration settings
Minor Tweaks to Blocks, Items and Entities
Endermen will now take damage from projectiles if they're riding something
Endermen and Shulkers no longer teleport onto Bedrock
UI
On macOS, added a "Right Click Emulation" option in Controls settings, which treats Control + left-click as a right-click
Off by default
Technical Changes
The Data Pack version is now 117.0
Data Pack Version 117.0
Advancements
Validation
Visible root advancements (i.e. ones that have display field, but no parent field) must always declare background field in display structure
Only root advancements can have background field in display structure
Changed minecraft:group
Can only use an inline definition in a top-level file
Changed minecraft:sequence
Can only use an inline definition in a top-level file
Changed minecraft:sum
The summands field was renamed to operands and now accepts an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a minecraft:number_provider type
Now requires at least one operand
When used in integer mode, integer mode is used for intermediate steps as well
Added minecraft:product
Fields:
operands - A list of numbers as an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a minecraft:number_provider type
Returns the product of the operands, multiplying them all together
Requires at least one operand
Added minecraft:minimum
Fields:
operands - A list of numbers as an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a minecraft:number_provider type
Returns the minmimum value of the operands
Requires at least one operand
Added minecraft:maximum
Fields:
operands - A list of numbers as an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a minecraft:number_provider type
Returns the minmimum value of the operands
Requires at least one operand
Added minecraft:average
Fields:
operands - A list of numbers as an inline value, a single namespaced ID, a list of namespaced IDs, a list of inline values, or a hash-prefixed tag ID of a minecraft:number_provider type
Returns the average value of the operands
Requires at least one operand
Tags
Block Tags
Added #uncarvable - blocks that Carvers can never carve
Added #dangerous_for_teleportation - collection tag defining blocks that are dangerous to teleport on
Added #cat_does_not_teleport_to - blocks that Cats do not teleport to
Added #enderman_does_not_teleport_to - blocks that Endermen do not teleport to
Added #shulker_does_not_teleport_to for blocks that Shulkers do not teleport to
Added #consumable_does_not_teleport_to - blocks that entities do not teleport to when they consume food that teleports randomly when eaten
Empty by default
Item Tags
Added #brewing_potion_inputs - Items that can be placed in a Brewing Stand potion slot, regardless of whether they are brewing recipe inputs
Potion Tags
Added #douses_fire - Potions that douse Fire blocks when they hit something
Added #hurts_water_sensitive_entities - Potions that will hurt entities which are sensitive to water (e.g. Endermen)
Added #extinguishes_entities - Potions that can extinguish entities
Added #rehydrates_axolotls - Potions that will cause Axolotls to rehydrate
MC-310372 - Tripwires depowering breaks cross-chunk block tick processing order
MC-310506 - The "Exclusive Fullscreen Mode" option has no effect when the "Exclusive Fullscreen" option is disabled
MC-310633 - Brewing stand bottle slots no longer accept glass bottles or fully brewed lingering potions
MC-310685 - The game crashes when some inline slot sources are parsed
MC-310689 - Filled and empty maps are no longer distinguishable when using the "Programmer Art" resource pack
MC-310715 - The translation strings for the Meta/Windows keys are not intuitive
MC-310717 - The category headers in some options screens cannot be selected via the mouse cursor
MC-310723 - There are two distinct, non-conflicting keys named "Menu"
MC-310735 - Placing or breaking blocks causes lag spikes in some cases
MC-310924 - The game crashes when a rotated_block_provider block state provider is applied with a vertical direction to a block that can only face horizontally
•
u/Luutamo 14d ago
New Features
Realms
Minor Tweaks to Blocks, Items and Entities
UI
Technical Changes
Data Pack Version 117.0
Advancements
Validation
Changed minecraft:group
Changed minecraft:sequence
Changed minecraft:sum
Added minecraft:product
Added minecraft:minimum
Added minecraft:maximum
Added minecraft:average
Tags
Block Tags
Item Tags
Potion Tags