From d028d7c3e9c84d177b7b10fa0d8f77d11bcea20f Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 2 Jun 2025 07:45:26 +1100 Subject: add basic support for getting biome ids in chunks --- azalea-chat/src/text_component.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-chat/src') 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 = "", GREEN = "", RED = "", - BOLD_AQUA = "", + BOLD_AQUA = "", ) ); } -- cgit v1.2.3