<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3AJava_Edition_26.1_Snapshot_1</id>
	<title>Minecraft:Java Edition 26.1 Snapshot 1 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3AJava_Edition_26.1_Snapshot_1"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Java_Edition_26.1_Snapshot_1&amp;action=history"/>
	<updated>2026-06-10T05:02:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Minecraft:Java_Edition_26.1_Snapshot_1&amp;diff=136886&amp;oldid=prev</id>
		<title>SyncBot: Sync: new page from Minecraft</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Java_Edition_26.1_Snapshot_1&amp;diff=136886&amp;oldid=prev"/>
		<updated>2026-06-02T11:08:59Z</updated>

		<summary type="html">&lt;p&gt;Sync: new page from Minecraft&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox version&lt;br /&gt;
|title=Minecraft 26.1 Snapshot 1&lt;br /&gt;
|image=26.1-snapshot-1.jpg&lt;br /&gt;
|image2=Java Edition 26.1 Snapshot 1.png&lt;br /&gt;
|edition=java&lt;br /&gt;
|type=Snapshot&lt;br /&gt;
|date=December 16, 2025&lt;br /&gt;
|clienthash=bd354bbd46835d7c7753e0b19c718777fb2386ba&lt;br /&gt;
|jsonhash=b9345ee364d36ef1c7ec26df6bf99d3e4a4393f5&lt;br /&gt;
|jsonfile=26.1-snapshot-1&lt;br /&gt;
|serverhash=99786473e61ff6fcf0df4db9e0d6c9012c196116&lt;br /&gt;
|parent=26.1&lt;br /&gt;
|prevparent=1.21.11&lt;br /&gt;
|next=26.1 Snapshot 2&lt;br /&gt;
|nextparent=26.1.1&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;26.1 Snapshot 1&amp;#039;&amp;#039;&amp;#039; (known as &amp;#039;&amp;#039;&amp;#039;26.1-snapshot-1&amp;#039;&amp;#039;&amp;#039; in the [[Minecraft:launcher]]) is the first [[Minecraft:snapshot]] for [[Minecraft:Java Edition 26.1]], released on December 16, 2025.&amp;lt;ref&amp;gt;{{mcnet|minecraft-26-1-snapshot-1|Minecraft 26.1 Snapshot 1|December 16, 2025}}&amp;lt;/ref&amp;gt; It adds [[Minecraft:data pack]]-controlled [[Minecraft:trading]], improves the game&amp;#039;s [[Minecraft:lighting]] and the look of the [[Minecraft:Night Vision]] effect, and makes other technical changes (i.e. related to data packs).&lt;br /&gt;
&lt;br /&gt;
This is the first snapshot to use the [[Minecraft:Version formats#Snapshots|new version format]] announced earlier that month,&amp;lt;ref&amp;gt;{{Mcnet|minecraft-new-version-numbering-system|Minecraft’s new version numbering system|2 December 2025}}&amp;lt;/ref&amp;gt; the first snapshot to require Java 25, the first snapshot to be released with only an [[Minecraft:Obfuscation map#Unobfuscated versions|unobfuscated]] build, and the final snapshot released in 2025.&lt;br /&gt;
&lt;br /&gt;
== Additions ==&lt;br /&gt;
=== Command format ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;{{cmd|swing}}&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* New command that enables swinging of entities&amp;#039; arms.&lt;br /&gt;
* Not all entities support swing animation. {{cmd|swing}} will succeed for those entities, but clients will only display it when possible.&lt;br /&gt;
** For example, this makes it possible to swing mannequin arms.&lt;br /&gt;
* Returns the amount of entities for which a swing was sent.&lt;br /&gt;
** Syntax: {{cmd|swing &amp;lt;entity selector&amp;gt; &amp;lt;mainhand&amp;amp;vert;offhand&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Data component format]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added {{cd|minecraft:additional_trade_cost}}&lt;br /&gt;
** Transient component used to modify the amount of items wanted in a villager trade.&lt;br /&gt;
*** Removed after a trade has been generated.&lt;br /&gt;
** Format: integer&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Villager trade definition|Data-driven villager trades]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Trades offered by [[Minecraft:villager]]s and [[Minecraft:wandering trader]]s are now data-driven and can be customized by datapack developers.&lt;br /&gt;
** Villager Trades&lt;br /&gt;
*** Present in the {{cd|villager_trade}} folder, represents a blueprint for trades which is used by villagers and wandering traders to generate actual trades.&lt;br /&gt;
*** Entry Format:&lt;br /&gt;
**** {{cd|wants}}, an object representing an item type and number of them needed to trade.&lt;br /&gt;
***** {{cd|id}}, the id of the item&lt;br /&gt;
***** {{cd|count}}, an optional number provider representing how many of the item is needed for the trade.&lt;br /&gt;
****** Defaults to a constant {{cd|1}}&lt;br /&gt;
***** {{cd|components}}, an optional component map representing the expected data components on the item.&lt;br /&gt;
****** Defaults to an empty map.&lt;br /&gt;
**** {{cd|additional_wants}}, an optional object representing an additional item required by the merchant, has the same format as wants.&lt;br /&gt;
**** {{cd|gives}}, an item Stack representing the resulting item given by the merchant when trading.&lt;br /&gt;
***** Uses the existing format for item stacks.&lt;br /&gt;
**** {{cd|given_item_modifiers}}, a optional list of item Modifiers representing modifiers to apply to the item in gives such as enchantments or potions, used to add dynamism to the trade rather than hardcoding certain values.&lt;br /&gt;
***** Uses the existing format for item modifiers (also known as loot modifiers, item functions, loot functions...).&lt;br /&gt;
***** If any of these returns an empty item the entire trade will be discarded.&lt;br /&gt;
***** Item Modifier references are not supported.&lt;br /&gt;
***** If the final item has a {{cd|stored_enchantment}} component containing an enchantment in the {{cd|#double_trade_price}} tag, then the count of {{cd|wants}} is doubled.&lt;br /&gt;
**** {{cd|max_uses}}, an optional number provider representing the maximum number of times a trade may be used.&lt;br /&gt;
***** Is set to {{cd|1}} if the number provider returns a lower value.&lt;br /&gt;
***** Defaults to {{cd|4}}&lt;br /&gt;
**** {{cd|reputation_discount}}, a number provider representing how much factors such as demand, discounts or penalties affects the cost represented by wants.&lt;br /&gt;
***** Is set to {{cd|0.0}} if the number provider returns a lower value.&lt;br /&gt;
***** Defaults to {{cd|0.0}}&lt;br /&gt;
**** {{cd|xp}}, an optional number provider representing the amount of xp a merchant gets when the trade is done.&lt;br /&gt;
***** Is set to {{cd|0}} if the number provider returns a lower value.&lt;br /&gt;
***** Defaults to {{cd|1}}&lt;br /&gt;
**** {{cd|merchant_predicate}}, a predicate representing conditions on the merchant that need to be met for the trade to be offered.&lt;br /&gt;
***** Uses the existing format for predicates.&lt;br /&gt;
***** Predicate references are not supported.&lt;br /&gt;
**** {{cd|double_trade_price_enchantments}}, an optional enchantment id, list of namespaced enchantment IDs, or hash-prefixed enchantment tag representing enchantments that will double the additional cost from {{cd|minecraft:enchant_randomly}} and {{cd|minecraft:enchant_with_levels}} if they have {{cd|include_additional_cost_component}} set to {{cd|true}} and if the item has one of the provided values in its {{cd|minecraft:stored_enchantments}} component.&lt;br /&gt;
** An example trade of an emerald and a book for an enchanted book offered only by desert villagers.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;json&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;additional_wants&amp;quot;: {&lt;br /&gt;
    &amp;quot;id&amp;quot;: &amp;quot;minecraft:book&amp;quot;&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;double_trade_price_enchantments&amp;quot;: &amp;quot;#minecraft:double_trade_price&amp;quot;,&lt;br /&gt;
  &amp;quot;given_item_modifiers&amp;quot;: [&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;function&amp;quot;: &amp;quot;minecraft:enchant_randomly&amp;quot;,&lt;br /&gt;
      &amp;quot;include_additional_cost_component&amp;quot;: true,&lt;br /&gt;
      &amp;quot;only_compatible&amp;quot;: false,&lt;br /&gt;
      &amp;quot;options&amp;quot;: &amp;quot;#minecraft:trades/desert_common&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;function&amp;quot;: &amp;quot;minecraft:filtered&amp;quot;,&lt;br /&gt;
      &amp;quot;item_filter&amp;quot;: {&lt;br /&gt;
        &amp;quot;items&amp;quot;: &amp;quot;minecraft:enchanted_book&amp;quot;,&lt;br /&gt;
        &amp;quot;predicates&amp;quot;: {&lt;br /&gt;
          &amp;quot;minecraft:stored_enchantments&amp;quot;: [&lt;br /&gt;
            {}&lt;br /&gt;
          ]&lt;br /&gt;
        }&lt;br /&gt;
      },&lt;br /&gt;
      &amp;quot;on_fail&amp;quot;: {&lt;br /&gt;
        &amp;quot;function&amp;quot;: &amp;quot;minecraft:discard&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }&lt;br /&gt;
  ],&lt;br /&gt;
  &amp;quot;gives&amp;quot;: {&lt;br /&gt;
    &amp;quot;count&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;id&amp;quot;: &amp;quot;minecraft:enchanted_book&amp;quot;&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;max_uses&amp;quot;: 12.0,&lt;br /&gt;
  &amp;quot;merchant_predicate&amp;quot;: {&lt;br /&gt;
    &amp;quot;condition&amp;quot;: &amp;quot;minecraft:entity_properties&amp;quot;,&lt;br /&gt;
    &amp;quot;entity&amp;quot;: &amp;quot;this&amp;quot;,&lt;br /&gt;
    &amp;quot;predicate&amp;quot;: {&lt;br /&gt;
      &amp;quot;predicates&amp;quot;: {&lt;br /&gt;
        &amp;quot;minecraft:villager/variant&amp;quot;: &amp;quot;minecraft:desert&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    }&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;reputation_discount&amp;quot;: 0.2,&lt;br /&gt;
  &amp;quot;wants&amp;quot;: {&lt;br /&gt;
    &amp;quot;id&amp;quot;: &amp;quot;minecraft:emerald&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Environment attribute]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* {{cd|minecraft:visual/block_light_tint}}&lt;br /&gt;
** Tint of the block light. Block light color start as dark grey at low light levels, becomes tinted by this attribute at medium levels and turns white at high levels. By default, it provides the yellowish tint of torches. Bright colors work best for this attribute, with at least one color component being fully bright. The tint applies globally to all light sources visible on the screen. Individual lights can not be tinted differently.&lt;br /&gt;
** Value type: RGB color&lt;br /&gt;
** Default value: {{color|#FFD88C}}&lt;br /&gt;
** Modifiers: RGB Color Modifiers&lt;br /&gt;
** Interpolated: yes&lt;br /&gt;
** Resolved at the camera&amp;#039;s position&lt;br /&gt;
&lt;br /&gt;
* {{cd|minecraft:visual/ambient_light_color}}&lt;br /&gt;
** Defines both the ambient light tint and brightness. This light is applied to the world at 0 light level. Block and sky light are added on top of it.&lt;br /&gt;
** Value type: RGB color&lt;br /&gt;
** Default value: {{color|#000000}}.&lt;br /&gt;
** Modifiers: RGB Color Modifiers&lt;br /&gt;
** Interpolated: yes&lt;br /&gt;
** Resolved at the camera&amp;#039;s position.&lt;br /&gt;
** Set to {{color|#0A0A0A}} in the Overworld, {{color|#302821}} in the Nether, and {{color|#3f473f}} in the End.&lt;br /&gt;
&lt;br /&gt;
* {{cd|minecraft:visual/night_vision_color}}&lt;br /&gt;
** This color is used similarly to ambient light color. When the Night Vision effect is active, per-component maximum of {{cd|minecraft:visual/night_vision_color}} and {{cd|minecraft:visual/ambient_light_color}} is used as ambient color. [[Minecraft:Night Vision]] is not tinted by default.&lt;br /&gt;
** Value type: RGB color&lt;br /&gt;
** Default value: {{color|#999999}}&lt;br /&gt;
** Modifiers: RGB Color Modifiers&lt;br /&gt;
** Interpolated: yes&lt;br /&gt;
** Resolved at the camera&amp;#039;s position&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Lightmap debug renderer&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* A new debug renderer for the lightmap was added, which can be enabled using the {{key|F3+4}} keybind.&lt;br /&gt;
* It is mutually exclusive with FPS/TPS and networking charts.&lt;br /&gt;
* It shows the lightmap texture in real-time in the bottom right corner of the screen.&lt;br /&gt;
* The vertical axis of the texture represent sky light levels (0-15 from bottom to top).&lt;br /&gt;
* The horizontal axis of the texture represent block light levels (0-15 from left to right).&lt;br /&gt;
* The color of each pixel represents the resulting color that will be applied to blocks and entities lit with the corresponding block and sky light levels.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Loot context]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added {{cd|minecraft:villager_trade}} which takes the following parameters:&lt;br /&gt;
** {{cd|this}}, the entity offering the trade.&lt;br /&gt;
** {{cd|origin}}, the block position of the entity at its feet.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Loot functions]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added {{cd|minecraft:set_random_dyes}}&lt;br /&gt;
** Additively adds dyes to an item&amp;#039;s {{cd|minecraft:dyed_color}} data component if the item is in the {{cd|#dyeable}} tag Fields:&lt;br /&gt;
** {{cd|conditions}} - conditions for the function to apply.&lt;br /&gt;
** {{cd|number_of_dyes}} - number provider representing the number of random dyes out of sixteen to apply to the item.&lt;br /&gt;
*** The same dye might be selected repeatedly.&lt;br /&gt;
&lt;br /&gt;
* Added {{cd|minecraft:set_random_potion}}&lt;br /&gt;
** Randomly sets the minecraft:potion_contents data component on an item Fields:&lt;br /&gt;
** {{cd|conditions}} - conditions for the function to apply.&lt;br /&gt;
** {{cd|options}} - optional potion id, list of namespaced potion IDs, or hash-prefixed potion tag, representing the possible potions to select from.&lt;br /&gt;
*** Defaults to any potion in the potions registry.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Number provider]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added {{cd|minecraft:sum}}&lt;br /&gt;
** Returns the sum of a list of number providers.&lt;br /&gt;
** Fields:&lt;br /&gt;
*** {{cd|summands}}, a list of number providers.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Tag]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added several tags representing groups of villager trades from which [[Minecraft:villager]]s and [[Minecraft:wandering trader]]s derive their trading pools.&lt;br /&gt;
** Villagers have the following tags representing each profession and level of trade in the format: {{cd|#&amp;lt;profession&amp;gt;/level_&amp;lt;level&amp;gt;}}, up to level 5.&lt;br /&gt;
*** Smiths have the {{cd|#common_smith/level_&amp;lt;level&amp;gt;}} tags representing common trades among armorers, weaponsmiths and toolsmiths, up to level 5.&lt;br /&gt;
** Wandering Traders have the following tags: {{cd|#wandering_trader/buying}}, {{cd|#wandering_trader/special}}, {{cd|#wandering_trader/common}}.&lt;br /&gt;
&lt;br /&gt;
* Potion tags&lt;br /&gt;
** Added {{cd|#tradeable}}&lt;br /&gt;
*** Contains all potion effects that can appear in villager trades.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Trade sets]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* What trades are unlocked by villager professions are now determined using deterministic random sequences, like loot drops and barter loot.&lt;br /&gt;
* Present in the {{cd|trade_set}} folder, they are groupings of trades offered by [[Minecraft:villager]]s and [[Minecraft:wandering trader]]s.&lt;br /&gt;
* Currently only hardcoded ones are available in {{cd|&amp;lt;profession&amp;gt;/level_&amp;lt;level&amp;gt;}} for villagers, as well as {{cd|wandering_trader/buying}}, {{cd|wandering_trader/special}}, {{cd|wandering_trader/common}} for wandering traders.&lt;br /&gt;
* Entry Format:&lt;br /&gt;
** {{cd|trades}}, a villager trade id, list of namespaced villager trade IDs, or hash-prefixed villager trade tag representing the trades that are part of this trade set.&lt;br /&gt;
** {{cd|amount}}, a number provider representing the amount of trades to be generated from this set when used.&lt;br /&gt;
*** If the generated number is greater than the number of available {{cd|trades}} then it will only generate until all {{cd|trades}} have been used once, unless {{cd|allow_duplicates}} is set to {{cd|true}}&lt;br /&gt;
** {{cd|allow_duplicates}}, a boolean representing if the trade set can use the same villager trade multiple times to generate trades.&lt;br /&gt;
*** Defaults to {{cd|false}}&lt;br /&gt;
** {{cd|random_sequence}}, an optional named random sequence that determines which trades are generated.&lt;br /&gt;
*** Defaults to a non-deterministic random sequence.&lt;br /&gt;
** An example trade set offering 2 trades from the {{cd|#minecraft:armorer/level_1}} tag, allowing duplicates.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;json&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
 &amp;quot;amount&amp;quot;: 2.0,&lt;br /&gt;
 &amp;quot;trades&amp;quot;: &amp;quot;#minecraft:armorer/level_1&amp;quot;,&lt;br /&gt;
 &amp;quot;random_sequence&amp;quot;: &amp;quot;minecraft:trade_set/armorer/level_1&amp;quot;,&lt;br /&gt;
 &amp;quot;allow_duplicates&amp;quot;: true&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
=== General ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Data pack]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The [[Minecraft:pack format]] version is now {{cd|95.0}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Debug screen]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The {{cd|looking_at_block}} and {{cd|looking_at_fluid}} debug entries no longer show tags.&lt;br /&gt;
* New debug entries have been added:&lt;br /&gt;
** {{cd|looking_at_block_tags}}&lt;br /&gt;
** {{cd|looking_at_fluid_tags}}&lt;br /&gt;
** {{cd|looking_at_entity_tags}}&lt;br /&gt;
* Renamed debug entries:&lt;br /&gt;
** {{cd|looking_at_block}} -&amp;gt; {{cd|looking_at_block_state}}&lt;br /&gt;
** {{cd|looking_at_fluid}} -&amp;gt; {{cd|looking_at_fluid_state}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Enchantment definition]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The {{cd|post_piercing_attack}} component no longer only works for a player if that player has a certain food level.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Lightmap algorithm&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The algorithm that maps block and sky light levels to how bright things appear on screen has been fully rewritten.&lt;br /&gt;
* A new algorithm that is supposed to mostly provide the same overall results as previous one, but:&lt;br /&gt;
** It is simpler and more straightforward, and fixes multiple issues of the previous one.&lt;br /&gt;
** The [[Minecraft:darkness]] effect and world darkening effect of the [[Minecraft:Wither]] fight now works the same way in all dimensions.&lt;br /&gt;
** The [[Minecraft:night vision]] effect now simply adds ambient light instead of scaling the resulting colors.&lt;br /&gt;
*** It means that fully dark areas no longer look brighter than areas lit by block or sky light.&lt;br /&gt;
** Other aspects of the algorithm such as block light tint, ambient light color and night vision color are now data-driven through environment attributes.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Lightmap shader&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The {{cd|lightmap.fsh}} shader was significantly modified.&lt;br /&gt;
** The {{cd|LightmapInfo}} uniform now has two new fields:&lt;br /&gt;
*** {{cd|BlockLightTint}}&lt;br /&gt;
*** {{cd|NightVisionColor}}&lt;br /&gt;
** The {{cd|AmbientLightFactor}} field was removed, its value is now premultiplied into {{cd|AmbientColor}}&lt;br /&gt;
** The {{cd|DarkenWorldFactor}} was renamed to {{cd|BossOverlayWorldDarkeningFactor}}&lt;br /&gt;
* Text and items rendered in UI now use a separate 1x1 white lightmap texture, so the lightmap shader does not always have to keep the 15, 15 pixel purely white.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Loot functions]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Changed {{cd|minecraft:enchant_with_levels}}&lt;br /&gt;
** Now also takes the following field:&lt;br /&gt;
*** {{cd|include_additional_cost_component}} - optional boolean representing if a {{cd|minecraft:additional_trade_cost}} component should be added to the item based on the cost of the enchantment.&lt;br /&gt;
**** Defaults to {{cd|false}}&lt;br /&gt;
**** The value is determined by the levels number provider and is the same that is used to determine what enchantment level is used for enchanting.&lt;br /&gt;
&lt;br /&gt;
* Changed {{cd|minecraft:enchant_randomly}}&lt;br /&gt;
** Now also takes the following field:&lt;br /&gt;
*** {{cd|include_additional_cost_component}} - optional boolean representing if a {{cd|minecraft:additional_trade_cost}} component should be added to the item based on the cost of the enchantment.&lt;br /&gt;
**** Defaults to {{cd|false}}&lt;br /&gt;
**** The value is determined by the value selected by levels or its default value using the following formula: &amp;lt;math&amp;gt;2 + random(0, 5 + level * 10) + 3 * level&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Predicate]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Entity Predicates&lt;br /&gt;
** {{cd|player}} Sub-Predicate&lt;br /&gt;
*** New optional field: {{cd|food}} &lt;br /&gt;
*** A Food predicate&lt;br /&gt;
*** Format: Object with fields:&lt;br /&gt;
**** {{cd|level}} - optional integer min/max range specifying the required food level.&lt;br /&gt;
**** {{cd|saturation}} - optional float min/max range specifying the required saturation level.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Resource pack]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The version is now {{cd|76.0}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Splash]]es&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Changed &amp;quot;Java 16 + 1 + 4 = 21!&amp;quot; to &amp;quot;Java 16 + 1 + 4 * 2 = 25!&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:client.jar]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Now always has last-modified timestamps of February 1, 1980.&lt;br /&gt;
** This is done to ensure reproducible builds.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Tag]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Enchantment Tags&lt;br /&gt;
** Removed the following tags:&lt;br /&gt;
*** {{cd|trades/desert_special}}&lt;br /&gt;
*** {{cd|trades/jungle_special}}&lt;br /&gt;
*** {{cd|trades/plains_special}}&lt;br /&gt;
*** {{cd|trades/savanna_special}}&lt;br /&gt;
*** {{cd|trades/snow_special}}&lt;br /&gt;
*** {{cd|trades/swamp_special}}&lt;br /&gt;
*** {{cd|trades/taiga_special}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;General&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* If a server&amp;#039;s disk space is low, a toast will now be shown to server operators.&lt;br /&gt;
* The game now requires Java 25.&lt;br /&gt;
* The included Java distribution is now the Microsoft build of OpenJDK 25.&lt;br /&gt;
* Piglin inventory slots can now be accessed using {{cd|piglin.*}} similar to how villager inventories can be accessed using {{cd|villager.*}}.&lt;br /&gt;
&lt;br /&gt;
== Fixes ==&lt;br /&gt;
{{fixes|fixedin=26.1 Snapshot 1&lt;br /&gt;
|;From released versions before 26.1&lt;br /&gt;
|64087|Revengeful zombies / Zombie reinforcements will try to attack you in Creative mode.&lt;br /&gt;
|179949|You cannot edit the inventories of piglins by using {{cmd|item replace}}.&lt;br /&gt;
|197497|Smooth lighting transition from level 1 to 0 is not smooth.&lt;br /&gt;
|199589|Hitting mobs in Creative mode then switching into Survival causes the mob to target you.&lt;br /&gt;
|219981|Leader zombie-type mobs spawn with 20 health despite having an increased maximum health.&lt;br /&gt;
|300465|Maps with the maximum number of markers cannot be placed in item frames.&lt;br /&gt;
|302186|Ambient lighting in the Nether appears discolored compared to previous versions.&lt;br /&gt;
|302408|Inconsistent underwater lighting with the Conduit Power effect applied.&lt;br /&gt;
|302528|Low sky &amp;amp; block light look outright broken when cast on the same area.&lt;br /&gt;
|303119|Feeding a cat or wolf in Survival mode with only one item in the selected item slot does not restore as much health as it should.&lt;br /&gt;
|303125|Creepers can blow up after the player dies.&lt;br /&gt;
|303389|The ender dragon&amp;#039;s velocity can be affected by attacks while perched.&lt;br /&gt;
|303692|Debug overlay text has an indent when improved transparency is disabled.&lt;br /&gt;
|304023|Redundant level data fixer files are saved in worlds&amp;#039; &amp;quot;data&amp;quot; folder.&lt;br /&gt;
|304217|Lunge&amp;#039;s hunger requirement applies to {{cd|post_piercing_attack}} effects of custom enchantments.&lt;br /&gt;
|304599|Dolphins don&amp;#039;t follow players riding nautiluses like in Bedrock Edition.&lt;br /&gt;
|304631|Anisotropic filtering set to 8x causes opaque translucent textures to become transparent in the distance when there are odd-sized block textures.&lt;br /&gt;
|304725|Zombie villagers summoned with default spawn eggs always spawn as their plains variant.&lt;br /&gt;
|304991|Clicking on a chest with loot that hasn&amp;#039;t been generated in Spectator mode makes the &amp;quot;{{cd|block.chest.locked}}&amp;quot; sound.&lt;br /&gt;
|305012|The description of the &amp;quot;Universal anger&amp;quot; game rule still uses the old ID of the &amp;quot;Forgive dead players&amp;quot; game rule.&lt;br /&gt;
}}&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
{{slicedlime|3TQ8ch8bN4A|iymV0-l0HUE}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox Java Edition versions|2026}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:de:26.1-snapshot-1]]&lt;br /&gt;
[[Minecraft:es:Java Edition 26.1 Snapshot 1]]&lt;br /&gt;
[[Minecraft:fr:Édition Java 26.1 Snapshot 1]]&lt;br /&gt;
[[Minecraft:it:Java Edition 26.1 Snapshot 1]]&lt;br /&gt;
[[Minecraft:ja:Java Edition 26.1 Snapshot 1]]&lt;br /&gt;
[[Minecraft:lzh:爪哇版二六點一之快照一]]&lt;br /&gt;
[[Minecraft:pl:Java Edition 26.1 Snapshot 1]]&lt;br /&gt;
[[Minecraft:pt:Edição Java 26.1 Snapshot 1]]&lt;br /&gt;
[[Minecraft:ru:26.1 Snapshot 1 (Java Edition)]]&lt;br /&gt;
[[Minecraft:zh:Java版26.1-snapshot-1]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>