From 8d718a627349bdf1e531fba318abc634a3bec9da Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 7 Feb 2026 21:25:42 +0300 Subject: replace hard-coded block break speed checks --- azalea-entity/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-entity/src/lib.rs') diff --git a/azalea-entity/src/lib.rs b/azalea-entity/src/lib.rs index fab973b1..fa4feffb 100644 --- a/azalea-entity/src/lib.rs +++ b/azalea-entity/src/lib.rs @@ -398,6 +398,7 @@ impl Attributes { block_interaction_range: AttributeInstance::new(4.5), entity_interaction_range: AttributeInstance::new(3.0), step_height: AttributeInstance::new(0.6), + block_break_speed: AttributeInstance::new(1.0), } } } -- cgit v1.2.3