aboutsummaryrefslogtreecommitdiff
path: root/azalea-registry/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-14 19:12:20 -0930
committermat <git@matdoes.dev>2025-12-14 19:12:20 -0930
commitde48bfc94ea4e62a8d5702d456aa4e82ced3890c (patch)
tree3b9e28a0a0562077b85e12d90c3c7e060bfe92f8 /azalea-registry/src
parentaab9f56da20a36347fe31557377e07a47c114dc6 (diff)
downloadazalea-drasl-de48bfc94ea4e62a8d5702d456aa4e82ced3890c.tar.xz
create typos.toml and fix typos
Diffstat (limited to 'azalea-registry/src')
-rw-r--r--azalea-registry/src/tags/blocks.rs2
1 files changed, 1 insertions, 1 deletions
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<RegistryTag<BlockKind>> = LazyLock::new(||
BlockKind::BlackConcretePowder,
])
});
-pub static CONVERTABLE_TO_MUD: LazyLock<RegistryTag<BlockKind>> = LazyLock::new(|| {
+pub static CONVERTIBLE_TO_MUD: LazyLock<RegistryTag<BlockKind>> = LazyLock::new(|| {
RegistryTag::new(vec![
BlockKind::Dirt,
BlockKind::CoarseDirt,