diff options
| author | mat <git@matdoes.dev> | 2026-02-07 21:25:42 +0300 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-02-07 05:48:18 -1245 |
| commit | 8d718a627349bdf1e531fba318abc634a3bec9da (patch) | |
| tree | 9b02cebd67e47dbccd986b2ec3d91781468464b4 /azalea-entity/src/lib.rs | |
| parent | 4bf82475c6a425bcf6f7d5880009fb9e47be998b (diff) | |
| download | azalea-drasl-8d718a627349bdf1e531fba318abc634a3bec9da.tar.xz | |
replace hard-coded block break speed checks
Diffstat (limited to 'azalea-entity/src/lib.rs')
| -rw-r--r-- | azalea-entity/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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), } } } |
