mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +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:
parent
a46332ace1
commit
1cd0aad79f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue