From 53ff9c652491bc9749123452dbabcf4a51b263f3 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 4 Jan 2026 00:50:39 -0630 Subject: re-export simdnbt from azalea-protocol --- azalea-block/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-block/src') diff --git a/azalea-block/src/lib.rs b/azalea-block/src/lib.rs index 86e2bc4f..9f39f471 100644 --- a/azalea-block/src/lib.rs +++ b/azalea-block/src/lib.rs @@ -49,7 +49,7 @@ pub trait BlockTrait: Debug + Any { /// Update a property on this block, with the name and value being strings. /// /// Returns `Ok(())`, if the property name and value are valid, otherwise it - /// returns `Err(())`. + /// returns `Err(InvalidPropertyError)`. /// /// To get a property, use [`Self::get_property`]. fn set_property(&mut self, name: &str, new_value: &str) -> Result<(), InvalidPropertyError>; -- cgit v1.2.3