Skip to content

Commit

Permalink
Fixed a crash with snow layers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacky1356400 committed Jun 18, 2017
1 parent b167424 commit 617c68b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ public static void initSpecialBlockLists() {
softBlocks.add(Blocks.SNOW);
softBlocks.add(Blocks.VINE);
softBlocks.add(Blocks.FIRE);
softBlocks.add(Blocks.AIR);

}

Expand Down

0 comments on commit 617c68b

Please sign in to comment.