Skip to content

Commit

Permalink
docs: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 22, 2024
1 parent c110f25 commit d01083f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/zepalesque/redux/data/ReduxTags.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static class Blocks {
// Blocks that count as Coarse Aether Dirt
public static final TagKey<Block> COARSE_AETHER_DIRT = tag("coarse_aether_dirt");

// Blocks that count as Coarse Aether Dirt
// Blocks that Golden Vines can grow on
public static final TagKey<Block> GOLDEN_VINE_SUSTAINABLE = tag("golden_vine_sustainable");


Expand Down

0 comments on commit d01083f

Please sign in to comment.