Minecraft 26.3 Snapshot 9
- Added render distance and simulation distance sliders to Realm configuration settings, with render distance up to 25 chunks
- Added a Right Click Emulation option in Controls settings on macOS, which treats Control + left-click as a right-click
- Added minecraft:product number provider that returns the product of operands and requires at least one operand
- Added minecraft:minimum number provider that returns the minimum value of operands and requires at least one operand
- Added minecraft:maximum number provider that returns the maximum value of operands and requires at least one operand
- Added minecraft:average number provider that returns the average value of operands and requires at least one operand
- Added #uncarvable block tag for blocks that Carvers can never carve
- Added #dangerous_for_teleportation block tag defining blocks that are dangerous to teleport on
- Added #cat_does_not_teleport_to block tag for blocks that Cats do not teleport to
- Added #enderman_does_not_teleport_to block tag for blocks that Endermen do not teleport to
- Added #shulker_does_not_teleport_to block tag for blocks that Shulkers do not teleport to
- Endermen will now take damage from projectiles if they're riding something
- Data Pack version is now 117.0
- Visible root advancements must always declare background field in display structure
- Only root advancements can have background field in display structure
- minecraft:group slot source can only use an inline definition in a top-level file
- minecraft:sequence loot function can only use an inline definition in a top-level file
- minecraft:sum number provider 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
- minecraft:sum now requires at least one operand and uses integer mode for intermediate steps when in integer mode
- Endermen and Shulkers no longer teleport onto Bedrock
From Minecraft: Java Edition
Looks like this Snapshot couldn't wait until Tuesday! Arriving a day early, it brings new customization options for Realms. Owners can now increase render distance up to 25 chunks and separately configure render and simulation distance to find the balance that works best for their world.
Aside from these changes, we've also included plenty of technical improvements and bug fixes.
Happy mining!
New Features
Realms
- 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
Slot Sources
Changed minecraft:group
- Can only use an inline definition in a top-level file
Loot Functions
Changed minecraft:sequence
- Can only use an inline definition in a top-level file
Number Providers
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