Skip to content

Commit

Permalink
Update common/src/main/java/net/xolt/freecam/config/CollisionWhitelis…
Browse files Browse the repository at this point in the history
…t.java

Co-authored-by: Matt Sturgeon <[email protected]>
  • Loading branch information
tticehurst and MattSturgeon authored Dec 16, 2023
1 parent e73b165 commit 151a047
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
public class CollisionWhitelist {

private static final Collection<Class<? extends Block>> transparentWhitelist = List.of(
TransparentBlock.class,
StainedGlassBlock.class,
TintedGlassBlock.class,
PaneBlock.class,
BarrierBlock.class);

Expand Down

0 comments on commit 151a047

Please sign in to comment.