Skip to content

Commit

Permalink
Update SnowyBlockUtils.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Feb 18, 2025
1 parent 0cdeba3 commit 64c4333
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public class SnowyBlockUtils {
public static final Map<Block, Block> SNOWY_BLOCK_MAP = ImmutableMap.<Block, Block>builder()
.put(Blocks.SHORT_GRASS, WWBlocks.FROZEN_SHORT_GRASS)
.put(Blocks.FERN, WWBlocks.FROZEN_FERN)
.put(Blocks.BUSH, WWBlocks.FROZEN_BUSH)
.build();

@Contract("_ -> param1")
Expand Down

0 comments on commit 64c4333

Please sign in to comment.