Skip to content

Commit 902d0a4

Browse files
authored
fix formatting
1 parent bb594ec commit 902d0a4

File tree

1 file changed

+1
-1
lines changed
  • src/routes/wiki/info/breaking-changes

1 file changed

+1
-1
lines changed

Diff for: src/routes/wiki/info/breaking-changes/+page.svx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can also watch this video from Conure covering the breaking datapack changes
2626
**Data Types**
2727
- The data format of Text Components was changed from [JSON](/wiki/info/json) to [SNBT](/wiki/nbt-scoreboards/nbt#snbt-format).
2828
- 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'}`
3030

3131
**Tags**
3232
- Removed `#default_spawns` and `#full_moon_spawns` in cat variant tags

0 commit comments

Comments
 (0)