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
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ You can also watch this video from Conure covering the breaking datapack changes
26
26
**Data Types**
27
27
- The data format of Text Components was changed from [JSON](/wiki/info/json) to [SNBT](/wiki/nbt-scoreboards/nbt#snbt-format).
28
28
- With that, all the special formats and values were changed. You can read more about it on the changelog.
29
-
- For example, `minecraft:custom_name="{"text":"Renamed item"}"` is now `minecraft:custom_name={text:'Renamed item'}`. Or the previous `/tellraw @s ""text":"Hello world""` is now `/tellraw @s {text:'Hello world'}`
29
+
- For example, `minecraft:custom_name="{"text":\"Renamed item\"}"` is now `minecraft:custom_name={text:'Renamed item'}`. Or the previous `/tellraw @s ""text":"Hello world""` is now `/tellraw @s {text:'Hello world'}`
30
30
31
31
**Tags**
32
32
- Removed `#default_spawns` and `#full_moon_spawns` in cat variant tags
0 commit comments