Skip to content

Commit c255012

Browse files
committed
Add MC 26.1 to Upgrade Guide
1 parent b41c375 commit c255012

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/main/resources/docs/Upgrade_Guide

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,24 @@ Below is a reverse chronological guide to help you with the most notable of thes
33
Where possible, any value changes are converted for backwards compatibility with saved data, but any script that checks output for equality will need to be updated.
44
----
55

6+
== Minecraft 26.1 ==
7+
* The world file structure has changed. This only affects scripts directly reading or writing these files.
8+
9+
----
10+
611
== Minecraft 1.21.11 ==
712
* GameRule names have been changed and are now snake_case. While old names are converted at runtime, this is not possible when using the array from get_gamerule(world)
813
* Old GameRules starting with "disable" have been inverted. These are inverted at runtime when using the old names.
914
* Old GameRules "doFireTick" and "allowFireTicksAwayFromPlayer" have been replaced with "fire_spread_radius_around_player".
10-
* Several GameRules have new integer limits. (these appear to reset the next time the world attempts to save, but may case exceptions in the future)
15+
* Several GameRules have new integer limits. (these appear to reset the next time the world attempts to save, but may cause exceptions in the future)
16+
17+
----
1118

1219
== Minecraft 1.21.9 ==
1320
* CHAIN renamed to IRON_CHAIN
1421

22+
----
23+
1524
== Minecraft 1.21.5 ==
1625
* SPLASH_POTION entity type has been split into LINGERING_POTION and SPLASH_POTION again.
1726
* Some vanilla keys passed to the tellraw functions and commands have changed.

0 commit comments

Comments
 (0)