aboutsummaryrefslogtreecommitdiff
path: root/azalea-registry
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-registry')
-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,