From de48bfc94ea4e62a8d5702d456aa4e82ced3890c Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 14 Dec 2025 19:12:20 -0930 Subject: create typos.toml and fix typos --- azalea-registry/src/tags/blocks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-registry/src') diff --git a/azalea-registry/src/tags/blocks.rs b/azalea-registry/src/tags/blocks.rs index 2f0e9d1a..6ef95597 100644 --- a/azalea-registry/src/tags/blocks.rs +++ b/azalea-registry/src/tags/blocks.rs @@ -704,7 +704,7 @@ pub static CONCRETE_POWDER: LazyLock> = LazyLock::new(|| BlockKind::BlackConcretePowder, ]) }); -pub static CONVERTABLE_TO_MUD: LazyLock> = LazyLock::new(|| { +pub static CONVERTIBLE_TO_MUD: LazyLock> = LazyLock::new(|| { RegistryTag::new(vec![ BlockKind::Dirt, BlockKind::CoarseDirt, -- cgit v1.2.3