Comment out snow collision

Seems to be unnecessary as of 1.20.30. Will be deleted later if no problems are found!
This commit is contained in:
Camotoy 2024-05-17 15:02:12 -04:00
parent a46332ace1
commit 1cd0aad79f
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F

View file

@ -30,7 +30,7 @@ import org.geysermc.geyser.level.physics.BoundingBox;
import org.geysermc.geyser.session.GeyserSession;
@EqualsAndHashCode(callSuper = true)
@CollisionRemapper(regex = "^snow$", passDefaultBoxes = true, usesParams = true)
//@CollisionRemapper(regex = "^snow$", passDefaultBoxes = true, usesParams = true) TODO remove if no bugs are found. Seems fine with Bedrock 1.20.80 and 1.20.5
public class SnowCollision extends BlockCollision {
private final int layers;