1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-06 15:41:50 +00:00

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

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;