You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/wiki/info/breaking-changes/+page.svx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Breaking Changes
3
3
description: "A list of breaking changes to datapacks."
4
-
version: 21.1.2
4
+
version: 26.1.2
5
5
---
6
6
7
7
# List of breaking changes
@@ -12,7 +12,7 @@ This is a list of all breaking changes to datapacks (excluding resource packs).
12
12
13
13
**Other**
14
14
- The default value of the `rotation` property on banners and signs has been changed from `0` to `8`.
15
-
- To fix this, just add a [rotation=0].
15
+
- To fix this, just add a `[rotation=0]`.
16
16
- The `villager.*` slots have been removed. You can now access them using `mob.inventory.*`.
17
17
- The field `ignore_fall_damage_from_current_explosion` field on players has been removed.
18
18
- The `minecraft:post_piercing_attack` no longer requires the player to have 7+ hunger to work. If you want it to retain its previous functionality, you must now add a predicate testing for the player's hunger.
0 commit comments