diff options
| author | mat <git@matdoes.dev> | 2025-06-02 07:45:26 +1100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-06-02 07:45:26 +1100 |
| commit | d028d7c3e9c84d177b7b10fa0d8f77d11bcea20f (patch) | |
| tree | a37fa4167a3171dd46c17d8ea5b8674cc72c3c78 /azalea-chat | |
| parent | b103e6fdc0daa131d1177c5d0705134640aa9d6e (diff) | |
| download | azalea-drasl-d028d7c3e9c84d177b7b10fa0d8f77d11bcea20f.tar.xz | |
add basic support for getting biome ids in chunks
Diffstat (limited to 'azalea-chat')
| -rw-r--r-- | azalea-chat/src/text_component.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/src/text_component.rs b/azalea-chat/src/text_component.rs index 228dad3b..bd598e16 100644 --- a/azalea-chat/src/text_component.rs +++ b/azalea-chat/src/text_component.rs @@ -193,7 +193,7 @@ mod tests { END_SPAN = "</span>", GREEN = "<span style=\"color:#55FF55;\">", RED = "<span style=\"color:#FF5555;\">", - BOLD_AQUA = "<span style=\"color:#55FFFF;font-weight: bold;\">", + BOLD_AQUA = "<span style=\"color:#55FFFF;font-weight:bold;\">", ) ); } |
