From b0bd992adcff71ee294dd05060e00e652f62a7b2 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sun, 16 Mar 2025 13:41:17 -0500 Subject: Fluid physics fixes (#210) * start fixing code related to fluid physics * implement force_solid for blocks * afk pool test --- azalea-block/src/behavior.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'azalea-block/src/behavior.rs') diff --git a/azalea-block/src/behavior.rs b/azalea-block/src/behavior.rs index aeae8a74..37487b35 100755 --- a/azalea-block/src/behavior.rs +++ b/azalea-block/src/behavior.rs @@ -56,7 +56,6 @@ impl BlockBehavior { self } - // TODO: currently unused pub fn force_solid(mut self, force_solid: bool) -> Self { self.force_solid = Some(force_solid); self -- cgit v1.2.3