Skip to content

Commit

Permalink
Comment out snow collision
Browse files Browse the repository at this point in the history
Seems to be unnecessary as of 1.20.30. Will be deleted later if no problems are found!
  • Loading branch information
Camotoy committed May 17, 2024
1 parent a46332a commit 1cd0aad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
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;

Expand Down

0 comments on commit 1cd0aad

Please sign in to comment.